OSDN Git Service

Set a topic branch name when pushing
authorJean-Baptiste Queru <jbq@google.com>
Sun, 31 Jul 2011 03:48:01 +0000 (20:48 -0700)
committerJean-Baptiste Queru <jbq@google.com>
Sun, 31 Jul 2011 03:48:16 +0000 (20:48 -0700)
Change-Id: I8cd19de18bfad8f93a087d87f534caa95352da96

generate-blob-scripts.sh

index 669bb01..41adce0 100755 (executable)
@@ -294,7 +294,7 @@ do
     if test "$1" != "" -a "$2" != ""
     then
       echo uploading to server $1 branch $2
-      git push ssh://$1:29418/device/$MANUFACTURERNAME/$DEVICENAME.git HEAD:refs/for/$2
+      git push ssh://$1:29418/device/$MANUFACTURERNAME/$DEVICENAME.git HEAD:refs/for/$2/autoblobs
     fi
   )