[ARVADOS-DEV] updated: baa66db7b5b05032c408a60180fa81b98d079ee4

git at public.curoverse.com git at public.curoverse.com
Mon Jan 25 18:15:27 EST 2016


Summary of changes:
 jenkins/run-build-packages-one-target.sh | 1 +
 1 file changed, 1 insertion(+)

       via  baa66db7b5b05032c408a60180fa81b98d079ee4 (commit)
      from  0a18c5fb313d91930f4ff0c5cf05aabfe5e1a748 (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 baa66db7b5b05032c408a60180fa81b98d079ee4
Author: Brett Smith <brett at curoverse.com>
Date:   Mon Jan 25 18:15:12 2016 -0500

    8008: Make dependencies for build-dockerfiles.
    
    We've apparently never had code to do this before.  I guess all
    deployments had the dependencies generated by hand before running.
    This makes them automated to fix failures like
    <https://ci.curoverse.com/job/build-packages/1668/console>.
    Refs #8008.

diff --git a/jenkins/run-build-packages-one-target.sh b/jenkins/run-build-packages-one-target.sh
index e800897..9597703 100755
--- a/jenkins/run-build-packages-one-target.sh
+++ b/jenkins/run-build-packages-one-target.sh
@@ -111,6 +111,7 @@ if [[ -n "$test_packages" ]]; then
     pushd "$JENKINS_DIR/package-test-dockerfiles"
 else
     pushd "$JENKINS_DIR/package-build-dockerfiles"
+    make "$TARGET/generated"
 fi
 
 echo $TARGET

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list