[ARVADOS-DEV] updated: d9ef4f277d847a62e17f944cd42a892eb00aab67
git at public.curoverse.com
git at public.curoverse.com
Fri Sep 19 16:46:28 EDT 2014
Summary of changes:
jenkins/run-build-packages.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via d9ef4f277d847a62e17f944cd42a892eb00aab67 (commit)
from 68d7d4f2b6fce5f755f4ccecc978a8b16d73c802 (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 d9ef4f277d847a62e17f944cd42a892eb00aab67
Author: Ward Vandewege <ward at curoverse.com>
Date: Fri Sep 19 16:46:10 2014 -0400
Make regexp to match fpm's output slightly more robust.
no issue #
diff --git a/jenkins/run-build-packages.sh b/jenkins/run-build-packages.sh
index 9844974..ce9b8f7 100755
--- a/jenkins/run-build-packages.sh
+++ b/jenkins/run-build-packages.sh
@@ -108,7 +108,7 @@ build_and_scp_deb () {
echo ${COMMAND_ARR[@]}
FPM_PACKAGE_NAME=''
- if [[ $FPM_RESULTS =~ ([A-Za-z0-9_\-.]*.deb) ]]; then
+ if [[ $FPM_RESULTS =~ ([A-Za-z0-9_\-.]*\.deb) ]]; then
FPM_PACKAGE_NAME=${BASH_REMATCH[1]}
fi
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list