[ARVADOS] updated: 590e8c5e913576f947a7e28e45166770a8bd619e

Git user git at public.curoverse.com
Sat Dec 31 16:36:04 EST 2016


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

       via  590e8c5e913576f947a7e28e45166770a8bd619e (commit)
      from  2aa6adffd7a89601510b39481a071ba03213f6fd (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 590e8c5e913576f947a7e28e45166770a8bd619e
Author: Ward Vandewege <ward at curoverse.com>
Date:   Sat Dec 31 16:35:38 2016 -0500

    run-build-packages-all-targets.sh: Make sure to build all packages once not twice.
    
    No issue #

diff --git a/build/run-build-packages-all-targets.sh b/build/run-build-packages-all-targets.sh
index f1a1e1c..a4dd9a6 100755
--- a/build/run-build-packages-all-targets.sh
+++ b/build/run-build-packages-all-targets.sh
@@ -83,7 +83,7 @@ cd $(dirname $0)
 
 FINAL_EXITCODE=0
 
-for dockerfile_path in $(find -name Dockerfile); do
+for dockerfile_path in $(find -name Dockerfile | grep package-build-dockerfiles); do
     if ./run-build-packages-one-target.sh --target "$(basename $(dirname "$dockerfile_path"))" --command "$COMMAND" $DEBUG $TEST_PACKAGES $ONLY_TEST ; then
         true
     else

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list