[ARVADOS-DEV] updated: 73eda57b060fc71131e6fa0bdf4e20ff4f99cde1
Git user
git at public.arvados.org
Thu Jan 9 20:53:20 UTC 2020
Summary of changes:
jenkins/upload_packages_testing_to_stable.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 73eda57b060fc71131e6fa0bdf4e20ff4f99cde1 (commit)
from 1ff88838f9ca6a912411fb6bf3df217e1bcdcbe9 (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 73eda57b060fc71131e6fa0bdf4e20ff4f99cde1
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Thu Jan 9 15:52:10 2020 -0500
Simplify PACKAGE_LIST sed line
no issue #
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/jenkins/upload_packages_testing_to_stable.sh b/jenkins/upload_packages_testing_to_stable.sh
index 66ecd97..3d2bae9 100755
--- a/jenkins/upload_packages_testing_to_stable.sh
+++ b/jenkins/upload_packages_testing_to_stable.sh
@@ -31,7 +31,7 @@ fi
# Sanitize the vars in a way suitable to be used by the remote 'publish_packages.sh' script
# Just to make copying a single line, and not having to loop over it
-PACKAGES_LIST=$(echo ${PACKAGES_TO_PUBLISH}\* | sed 's/[a-z-]*-gem: [0-9\.]*//g; s/versions://g; s/\([0-9]\)[$, ]/\1* /g; s/[[:blank:]]\+/,/g; s/^,//g; s/:,/*/g')
+PACKAGES_LIST=$(echo ${PACKAGES_TO_PUBLISH} | sed 's/versions://g; s/\([a-z-]*\):[[:blank:]]*\([0-9.-]*\)/\1*\2*,/g; s/[[:blank:]]//g; s/,$//g;')
DISTROS=$(echo "${LSB_DISTRIB_CODENAMES}"|sed s/[[:space:]]/,/g |tr '[:upper:]' '[:lower:]')
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list