[ARVADOS] updated: 1.1.3-124-g6074799
Git user
git at public.curoverse.com
Fri Mar 2 14:05:00 EST 2018
Summary of changes:
build/run-library.sh | 3 +++
1 file changed, 3 insertions(+)
via 6074799e56d0c595c2a99b089bd9808f622b491e (commit)
from 6346a7c4c0cb5d7e8c5f01392b6cc64d329b68ec (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 6074799e56d0c595c2a99b089bd9808f622b491e
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date: Fri Mar 2 14:04:11 2018 -0500
The crunch-dispatch-slurm binary has a new dependency on the
lib/dispatchcloud directory. Reflect that in the build scripts.
refs #13078
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>
diff --git a/build/run-library.sh b/build/run-library.sh
index c5312f8..ba94688 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -129,6 +129,9 @@ package_go_binary() {
declare -a checkdirs=(vendor)
if grep -qr git.curoverse.com/arvados .; then
checkdirs+=(sdk/go)
+ if [[ "$prog" -eq "crunch-dispatch-slurm" ]]; then
+ checkdirs+=(lib/dispatchcloud)
+ fi
fi
for dir in ${checkdirs[@]}; do
cd "$GOPATH/src/git.curoverse.com/arvados.git/$dir"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list