summaryrefslogtreecommitdiff
path: root/post-build-sort-out-downloads.sh
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2013-03-10 20:25:31 +0100
committerMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2013-03-10 20:25:31 +0100
commit0ebc58885fb256815eb64b70cc35023338c41e69 (patch)
tree9b826398bc54205051a06ed65d5606292f677b77 /post-build-sort-out-downloads.sh
parenta6af59614f133131945648581f41be400e196e44 (diff)
post-build-sort-out-downloads.sh: git.linaro.org tarball fixed, do not upload it
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Diffstat (limited to 'post-build-sort-out-downloads.sh')
-rw-r--r--post-build-sort-out-downloads.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/post-build-sort-out-downloads.sh b/post-build-sort-out-downloads.sh
index bf3a9cb..365d41f 100644
--- a/post-build-sort-out-downloads.sh
+++ b/post-build-sort-out-downloads.sh
@@ -10,7 +10,7 @@ rm *.done
# remove all sources which were already pushed
wget http://snapshots.linaro.org/openembedded/sources
-for src in ` grep 'a href="/openem' sources |sed -e 's+.*sources\/\(.*\)"+\1+g' | egrep -v ^git2_git.linaro.*linux`
+for src in ` grep 'a href="/openem' sources |sed -e 's+.*sources\/\(.*\)"+\1+g' `
do
rm -f $src
done