[ARVADOS-DEV] updated: d3c6950d8f2945c18448a0b1edf38bf8d15ced3f

git at public.curoverse.com git at public.curoverse.com
Fri Oct 23 22:25:15 EDT 2015


Summary of changes:
 jenkins/run-build-packages-all-targets.sh | 2 ++
 1 file changed, 2 insertions(+)

       via  d3c6950d8f2945c18448a0b1edf38bf8d15ced3f (commit)
      from  d8b5db8865d9d2929e9a3fe708d609d10622817f (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 d3c6950d8f2945c18448a0b1edf38bf8d15ced3f
Author: Ward Vandewege <ward at curoverse.com>
Date:   Fri Oct 23 22:24:51 2015 -0400

    Fix path issue when running run-build-packages-all-targets.sh from
    another directory.
    
    refs #7370

diff --git a/jenkins/run-build-packages-all-targets.sh b/jenkins/run-build-packages-all-targets.sh
index 19befb3..654d551 100755
--- a/jenkins/run-build-packages-all-targets.sh
+++ b/jenkins/run-build-packages-all-targets.sh
@@ -75,6 +75,8 @@ while [ $# -gt 0 ]; do
     shift
 done
 
+cd $(dirname $0)
+
 for dockerfile_path in $(find -name Dockerfile); do
     ./run-build-packages-one-target.sh --target "$(basename $(dirname "$dockerfile_path"))" --command "$COMMAND" $DEBUG $TEST_PACKAGES
 done

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list