Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1465)

Unified Diff: tools/clang/scripts/update.sh

Issue 7994010: clang downloader: Clean up temporary files on the bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: date Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/scripts/update.sh
diff --git a/tools/clang/scripts/update.sh b/tools/clang/scripts/update.sh
index 39e938ee3585b861c8ad4e69f8d2b3a06b0b8ede..aaa01b76d3238ea09e9ed613678b6570226ee9fe 100755
--- a/tools/clang/scripts/update.sh
+++ b/tools/clang/scripts/update.sh
@@ -45,6 +45,12 @@ if [[ -n "$mac_only" ]] && [[ "${OS}" != "Darwin" ]]; then
exit 0
fi
+# TODO(thakis): Remove this after Sept 29 2011. http://crbug.com/96722
+for rev in 138188 138417 139029 139473 139990; do
+ rm -f clang-$rev.tgz
+ rm -rf clang-$rev
+done
+
# Xcode and clang don't get along when predictive compilation is enabled.
# http://crbug.com/96315
if [[ "${OS}" = "Darwin" ]] && xcodebuild -version | grep -q 'Xcode 3.2' ; then
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698