diff options
author | Koen Kooi <koen@openembedded.org> | 2009-11-08 09:47:56 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-08 09:47:56 +0100 |
commit | 496294034cb8cadeb666cd8b8a2694b33c449fc0 (patch) | |
tree | 702ae4e5c6d4e254997872c78fce91e52abc1844 /contrib | |
parent | 75f1e9d6076b28938ba722d8ef51a48bb0336dd9 (diff) |
angstrom package uploader: update blacklist
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/angstrom/upload-packages.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/angstrom/upload-packages.sh b/contrib/angstrom/upload-packages.sh index 3978e8778f..5f33b46090 100644 --- a/contrib/angstrom/upload-packages.sh +++ b/contrib/angstrom/upload-packages.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # MIT Licensed # Initial version by Graeme 'XorA' Gregory, Further changes by Koen Kooi @@ -32,7 +32,7 @@ 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/*3.00.* +rm -f upload-queue/bigbuck* upload-queue/*libgles* upload-queue/*kdrive*sgx* upload-queue/*3.00.* # Copy over non-duplicate files echo "Starting rsync..." |