From f76cc4b11c182d13e916678283cd4d2254384b67 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Wed, 4 Jul 2012 15:00:16 -0700 Subject: Update jb-dev blob-listing script. -Add toro back. -Allow non-ssh Gerrit servers. Change-Id: I0ccd62a3edbcae6b23ce2fe652ec565ec9c7a6ec --- generate-blob-lists.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/generate-blob-lists.sh b/generate-blob-lists.sh index c397c33..6e3c7ce 100755 --- a/generate-blob-lists.sh +++ b/generate-blob-lists.sh @@ -42,7 +42,7 @@ then fi shift -DEVICES="crespo crespo4g wingray panda maguro grouper" +DEVICES="crespo crespo4g wingray panda maguro toro grouper" export LC_ALL=C repo sync -j32 -n @@ -124,7 +124,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/autoblobs + git push $1/device/$MANUFACTURERNAME/$DEVICENAME.git HEAD:refs/for/$2/autoblobs fi ) else @@ -134,7 +134,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/autoblobs + git push $1/device/$MANUFACTURERNAME/$DEVICENAME.git HEAD:refs/for/$2/autoblobs fi ) fi -- cgit v1.1