[ARVADOS] updated: 1.3.0-823-g86f72edb9
Git user
git at public.curoverse.com
Fri Apr 26 16:08:40 UTC 2019
Summary of changes:
build/run-build-docker-jobs-image.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 86f72edb9b3bc75af47475bf83da07ce3ce86231 (commit)
from 96be8f8e8ca201f82cad8e41f8ce3ffa1d837844 (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 86f72edb9b3bc75af47475bf83da07ce3ce86231
Author: Nico Cesar <ncesar at veritasgenetics.com>
Date: Fri Apr 26 12:07:38 2019 -0400
Typo in one of the parameters
no issue #
Arvados-DCO-1.1-Signed-off-by: Nico Cesar <ncesar at veritasgenetics.com>
diff --git a/build/run-build-docker-jobs-image.sh b/build/run-build-docker-jobs-image.sh
index 7d7e1fc8a..15fd3e518 100755
--- a/build/run-build-docker-jobs-image.sh
+++ b/build/run-build-docker-jobs-image.sh
@@ -22,7 +22,7 @@ REPO=dev
# NOTE: This requires GNU getopt (part of the util-linux package on Debian-based distros).
TEMP=`getopt -o hut:r: \
- --long help,upload,no-cache,tags,repo: \
+ --long help,upload,no-cache,tags:,repo: \
-n "$0" -- "$@"`
if [ $? != 0 ] ; then echo "Use -h for help"; exit 1 ; fi
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list