[ARVADOS] updated: 2.1.0-1252-gf1403a71f

Git user git at public.arvados.org
Thu Aug 26 22:49:13 UTC 2021


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

       via  f1403a71fc2e2ecb254502510a515bb2c07dffa0 (commit)
      from  e1df29a3d682b28400ca35e490aa4a95aa564246 (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 f1403a71fc2e2ecb254502510a515bb2c07dffa0
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 81aac9c61..7cb2b5b2c 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