The crunch-dispatch-slurm binary has a new dependency on the
authorWard Vandewege <wvandewege@veritasgenetics.com>
Fri, 2 Mar 2018 19:04:11 +0000 (14:04 -0500)
committerWard Vandewege <wvandewege@veritasgenetics.com>
Fri, 2 Mar 2018 19:04:11 +0000 (14:04 -0500)
lib/dispatchcloud directory. Reflect that in the build scripts.

refs #13078

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

build/run-library.sh

index c5312f8d8c519be54e3b4b06facde6049094f2b4..ba946882ee49c2a3beb840d841732e87f28bffe3 100755 (executable)
@@ -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"