[ARVADOS] updated: 2.2.1-39-g608771e2d

Git user git at public.arvados.org
Thu Aug 26 22:46:28 UTC 2021


Summary of changes:
 build/run-build-packages-one-target.sh | 1 +
 1 file changed, 1 insertion(+)

       via  608771e2d165558b1e92e62b40c60c30b871b118 (commit)
      from  2ce3de8451cb78363cb3fce5848805c2265256a2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 608771e2d165558b1e92e62b40c60c30b871b118
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Thu Aug 26 18:45:56 2021 -0400

    Need to match the regex again
    
    no issue #
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/build/run-build-packages-one-target.sh b/build/run-build-packages-one-target.sh
index ba16c8465..08868141c 100755
--- a/build/run-build-packages-one-target.sh
+++ b/build/run-build-packages-one-target.sh
@@ -110,6 +110,7 @@ while [ $# -gt 0 ]; do
                 echo >&2 "FATAL: --build-version '$2' is invalid, must match pattern ^[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+|)(~rc[0-9]+|~dev[0-9]+|)-[0-9]+$"
                 exit 1
             else
+		[[ "$2" =~ (.*)-(.*) ]]
                 ARVADOS_BUILDING_VERSION="${BASH_REMATCH[1]}"
                 ARVADOS_BUILDING_ITERATION="${BASH_REMATCH[2]}"
             fi

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list