X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2ec2c8ed2c5db174f3a83dc257fa4c4b3190f47b..4689cec4c94dbbfcf990250e15ae6e822f9fd170:/build/run-build-packages-one-target.sh diff --git a/build/run-build-packages-one-target.sh b/build/run-build-packages-one-target.sh index c5e0a89e38..adcb87f34d 100755 --- a/build/run-build-packages-one-target.sh +++ b/build/run-build-packages-one-target.sh @@ -86,11 +86,11 @@ done set -e if [[ -n "$test_packages" ]]; then - if [[ -n "$(find $WORKSPACE/packages/$TARGET -name *.rpm)" ]] ; then + if [[ -n "$(find $WORKSPACE/packages/$TARGET -name '*.rpm')" ]] ; then createrepo $WORKSPACE/packages/$TARGET fi - if [[ -n "$(find $WORKSPACE/packages/$TARGET -name *.deb)" ]] ; then + if [[ -n "$(find $WORKSPACE/packages/$TARGET -name '*.deb')" ]] ; then (cd $WORKSPACE/packages/$TARGET dpkg-scanpackages . 2> >(grep -v 'warning' 1>&2) | gzip -c > Packages.gz ) @@ -127,7 +127,12 @@ if test -z "$packages" ; then arvados-node-manager arvados-src arvados-workbench + crunch-dispatch-local + crunch-dispatch-slurm + crunch-run crunchstat + keep-balance + keep-block-check keepproxy keep-rsync keepstore @@ -137,11 +142,11 @@ if test -z "$packages" ; then case "$TARGET" in centos6) packages="$packages python27-python-arvados-fuse - python27-python-arvados-python-client" + python27-python-arvados-python-client python27-python-arvados-cwl-runner" ;; *) packages="$packages python-arvados-fuse - python-arvados-python-client" + python-arvados-python-client python-arvados-cwl-runner" ;; esac fi