summaryrefslogtreecommitdiffstats
path: root/generate-blob-lists.sh
diff options
context:
space:
mode:
Diffstat (limited to 'generate-blob-lists.sh')
-rwxr-xr-xgenerate-blob-lists.sh16
1 files changed, 3 insertions, 13 deletions
diff --git a/generate-blob-lists.sh b/generate-blob-lists.sh
index a185d18..940e0a3 100755
--- a/generate-blob-lists.sh
+++ b/generate-blob-lists.sh
@@ -42,7 +42,7 @@ then
fi
shift
-DEVICES="crespo crespo4g wingray panda maguro toro grouper mako"
+DEVICES="crespo crespo4g wingray panda maguro toro grouper mako manta"
export LC_ALL=C
repo sync -j32 -n
@@ -60,16 +60,6 @@ else
for DEVICENAME in $DEVICES
do
rm -rf out
- if test $DEVICENAME = maguro
- then
- lunch yakju-user
- make -j32 libdrmdecrypt
- fi
- if test $DEVICENAME = toro
- then
- lunch mysid-user
- make -j32 libdrmdecrypt
- fi
lunch full_$DEVICENAME-user
make -j32
cat out/target/product/$DEVICENAME/installed-files.txt |
@@ -124,7 +114,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 +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
)
fi