From 0ebc58885fb256815eb64b70cc35023338c41e69 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Sun, 10 Mar 2013 20:25:31 +0100 Subject: post-build-sort-out-downloads.sh: git.linaro.org tarball fixed, do not upload it Signed-off-by: Marcin Juszkiewicz --- post-build-sort-out-downloads.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'post-build-sort-out-downloads.sh') 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 -- cgit v1.2.3