diff options
author | Koen Kooi <k-kooi@ti.com> | 2010-02-02 16:25:36 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:16 +0200 |
commit | c85386fccb05a18583ca40bffdeccfcb55780359 (patch) | |
tree | a73e082107464a3876f8b83387b0a4aafc030137 /contrib/angstrom/upload-packages.sh | |
parent | 73ed3496a4028ec312ac740891d16858b52220e2 (diff) |
ti-staging: rename -sdk to -sourcetree to make it clearer what it actually is
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'contrib/angstrom/upload-packages.sh')
-rw-r--r-- | contrib/angstrom/upload-packages.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/angstrom/upload-packages.sh b/contrib/angstrom/upload-packages.sh index 0225875a22..564156d6ff 100644 --- a/contrib/angstrom/upload-packages.sh +++ b/contrib/angstrom/upload-packages.sh @@ -33,6 +33,7 @@ cat files-uniq files-local | sort | uniq -d > files-trans rm -f upload-queue/bigbuck* rm -f upload-queue/ti*-sdk* +rm -f upload-queue/ti*-tree* # Copy over non-duplicate files echo "Starting rsync..." |