diff options
-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 |