[ARVADOS] updated: c6043720763ecad450078728e2a3c815c51148bc

git at public.curoverse.com git at public.curoverse.com
Fri Mar 28 14:52:18 EDT 2014


Summary of changes:
 sdk/cli/bin/crunch-job |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

       via  c6043720763ecad450078728e2a3c815c51148bc (commit)
      from  56e5fc30bc2f466bac84ee3d8cf8119cdd783603 (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 c6043720763ecad450078728e2a3c815c51148bc
Author: Tom Clegg <tom at curoverse.com>
Date:   Fri Mar 28 14:52:18 2014 -0400

    Fetch --tags, otherwise we miss out on commits that are tagged but are
    not on a branch.

diff --git a/sdk/cli/bin/crunch-job b/sdk/cli/bin/crunch-job
index 04f2b01..876e04b 100755
--- a/sdk/cli/bin/crunch-job
+++ b/sdk/cli/bin/crunch-job
@@ -415,7 +415,7 @@ else
 	or croak ("git clone $repo failed: exit ".($?>>8));
     system("cd $ENV{CRUNCH_SRC} && git config clean.requireForce false");
   }
-  `cd $ENV{CRUNCH_SRC} && git remote set-url origin \"\$CRUNCH_SRC_URL\" && git fetch -q origin`;
+  `cd $ENV{CRUNCH_SRC} && git remote set-url origin \"\$CRUNCH_SRC_URL\" && git fetch -q --tags origin`;
 
   # If this looks like a subversion r#, look for it in git-svn commit messages
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list