diff options
author | Koen Kooi <koen@openembedded.org> | 2009-12-22 11:38:55 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-12-22 11:41:06 +0100 |
commit | 2f9b2f0569217af84fc36a456c08d297a121c713 (patch) | |
tree | dc8595204a84fb0f4f98b47c6ebb3ec04f9c4ca0 /contrib | |
parent | ecf45a2c35bf51b7cf9e251611381872db68970d (diff) |
angstrom feed uploader: blacklist less packages
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/angstrom/upload-packages.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/angstrom/upload-packages.sh b/contrib/angstrom/upload-packages.sh index 5f33b46090..20c1187144 100644 --- a/contrib/angstrom/upload-packages.sh +++ b/contrib/angstrom/upload-packages.sh @@ -31,8 +31,7 @@ echo "Checking for duplicates" cat files-remote files-local | sort | uniq -u >files-uniq cat files-uniq files-local | sort | uniq -d > files-trans -# Remove SGX files -rm -f upload-queue/bigbuck* upload-queue/*libgles* upload-queue/*kdrive*sgx* upload-queue/*3.00.* +rm -f upload-queue/bigbuck* # Copy over non-duplicate files echo "Starting rsync..." |