summaryrefslogtreecommitdiff
path: root/post-build-sort-out-downloads.sh
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2013-03-09 19:49:00 +0100
committerMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2013-03-09 19:49:00 +0100
commitdef7bfb27d166b392e2db035be10a248d58b036d (patch)
treeae83b60a8e67fa8dca386722f63d67996fc82218 /post-build-sort-out-downloads.sh
parent95914a76361decbce69159b63befdfd78aba5567 (diff)
post-build-sort-out-downloads.sh: adapt to new HTML code, force upload of git.linaro.org kernel
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 83c74ae..bf3a9cb 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 'alt="other"' sources |sed -e 's+.*">\(.*\)</a.*+\1+g'`
+for src in ` grep 'a href="/openem' sources |sed -e 's+.*sources\/\(.*\)"+\1+g' | egrep -v ^git2_git.linaro.*linux`
do
rm -f $src
done