You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ms...@apache.org on 2019/09/05 21:17:45 UTC

[cassandra-builds] branch master updated: Match -alpha1, -beta1, -rc1 release versions

This is an automated email from the ASF dual-hosted git repository.

mshuler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git


The following commit(s) were added to refs/heads/master by this push:
     new b85ba12  Match -alpha1, -beta1, -rc1 release versions
b85ba12 is described below

commit b85ba129017da486aa064d615759dd3a581588d9
Author: Michael Shuler <mi...@pbandjelly.org>
AuthorDate: Thu Sep 5 14:17:01 2019 -0700

    Match -alpha1, -beta1, -rc1 release versions
---
 docker/build-rpms.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/build-rpms.sh b/docker/build-rpms.sh
index d2d7c17..06ba980 100755
--- a/docker/build-rpms.sh
+++ b/docker/build-rpms.sh
@@ -35,9 +35,9 @@ fi
 if [ "$tag" ]; then
    is_tag=true
    # Official release
-   regx_tag="cassandra-([0-9.]+)$"
+   regx_tag="cassandra-([0-9.].*)$"
    # Tentative release
-   regx_tag_tentative="([0-9.]+)-tentative$"
+   regx_tag_tentative="([0-9.].*)-tentative$"
    if [[ $tag =~ $regx_tag ]] || [[ $tag =~ $regx_tag_tentative ]]; then
       git_version=${BASH_REMATCH[1]}
    else


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org