[ARVADOS-DEV] updated: 0772d3d89c0606dd904dcc6ea8dee81ab303a1fb

Git user git at public.curoverse.com
Wed Jun 29 14:23:02 EDT 2016


Summary of changes:
 jenkins/run-deploy.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

  discards  68428b5936fae8d301a41be69780bf7c126fc175 (commit)
  discards  a73dccb7ffe398e793b816009ba4006bcf060fd3 (commit)
       via  0772d3d89c0606dd904dcc6ea8dee81ab303a1fb (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (68428b5936fae8d301a41be69780bf7c126fc175)
            \
             N -- N -- N (0772d3d89c0606dd904dcc6ea8dee81ab303a1fb)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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 0772d3d89c0606dd904dcc6ea8dee81ab303a1fb
Author: Nico Cesar <nico at curoverse.com>
Date:   Wed Jun 29 13:35:52 2016 -0400

    9254: adding latest tag https://dev.arvados.org/issues/9254#note-4
    
    refs #9254

diff --git a/jenkins/run-deploy.sh b/jenkins/run-deploy.sh
index 879fce0..d54d2ac 100755
--- a/jenkins/run-deploy.sh
+++ b/jenkins/run-deploy.sh
@@ -224,6 +224,9 @@ if [[ "$?" == "0" ]]; then
 else
   title "Installing latest arvados/jobs Docker image"
   ssh -o "StrictHostKeyChecking no" shell.$IDENTIFIER "ARVADOS_API_HOST=$ARVADOS_API_HOST ARVADOS_API_TOKEN=$ARVADOS_API_TOKEN /usr/local/rvm/bin/rvm-exec default arv keep docker --pull --project-uuid=$DOCKER_IMAGES_PROJECT arvados/jobs $GIT_COMMIT"
+  ## adding latest tag too  refs 9254
+  ssh -o "StrictHostKeyChecking no" shell.$IDENTIFIER docker tag -f arvados/jobs:$GIT_COMMIT arvados/jobs:latest
+  ssh -o "StrictHostKeyChecking no" shell.$IDENTIFIER "ARVADOS_API_HOST=$ARVADOS_API_HOST ARVADOS_API_TOKEN=$ARVADOS_API_TOKEN arv-keepdocker arvados/jobs latest"
   if [[ "$?" -ne 0 ]]; then
     title "'git pull' failed exiting..."
     exit 1

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list