diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2012-07-04 15:00:16 -0700 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2012-07-27 10:25:42 -0700 |
commit | f76cc4b11c182d13e916678283cd4d2254384b67 (patch) | |
tree | bb35c06a961cad91f7bd2024d1b0e52a2c5dc0f2 | |
parent | 8ffd5f8087a380e1daa9000a12908f83d376a6da (diff) | |
download | device_common-f76cc4b11c182d13e916678283cd4d2254384b67.zip device_common-f76cc4b11c182d13e916678283cd4d2254384b67.tar.gz device_common-f76cc4b11c182d13e916678283cd4d2254384b67.tar.bz2 |
Update jb-dev blob-listing script.
-Add toro back.
-Allow non-ssh Gerrit servers.
Change-Id: I0ccd62a3edbcae6b23ce2fe652ec565ec9c7a6ec
-rwxr-xr-x | generate-blob-lists.sh | 6 |
1 files 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 |