[ARVADOS] updated: 2.1.0-1257-g0ea42bb25
Git user
git at public.arvados.org
Mon Aug 30 14:59:44 UTC 2021
Summary of changes:
build/run-build-packages-one-target.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 0ea42bb254ce0df1e32816761b84d047cddffb06 (commit)
from 168d3fe8640baf12c615d2a52b914836db8a8a27 (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 0ea42bb254ce0df1e32816761b84d047cddffb06
Author: Ward Vandewege <ward at curii.com>
Date: Mon Aug 30 10:59:33 2021 -0400
Fix whitespace.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/build/run-build-packages-one-target.sh b/build/run-build-packages-one-target.sh
index 7cb2b5b2c..7a91cb4de 100755
--- a/build/run-build-packages-one-target.sh
+++ b/build/run-build-packages-one-target.sh
@@ -110,7 +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" =~ (.*)-(.*) ]]
+ [[ "$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