diff options
-rwxr-xr-x | generate-blob-lists.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/generate-blob-lists.sh b/generate-blob-lists.sh index e147605..c453200 100755 --- a/generate-blob-lists.sh +++ b/generate-blob-lists.sh @@ -42,14 +42,14 @@ then fi shift -DEVICES=$(for i in device/*/*/proprietary-blobs.txt ; do basename $(dirname $i) ; done) - -export LC_ALL=C - repo sync -j32 -n repo sync -j32 -n repo sync -j2 -l +DEVICES=$(for i in device/*/*/proprietary-blobs.txt ; do basename $(dirname $i) ; done) + +export LC_ALL=C + ARCHIVEDIR=archive-$(date +%s) if test -d archive-ref then @@ -113,7 +113,7 @@ do ( cd device/$MANUFACTURERNAME/$DEVICENAME git add . - git commit -m "$(echo -e 'auto-generated blob list\n\nBug: 4295425')" + git commit -m "$(echo -e 'auto-generated blob list for '$DEVICENAME'\n\nBug: 4295425')" if test "$1" != "" -a "$2" != "" then echo uploading to server $1 branch $2 |