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

Unified Diff: tools/archive_crash.py

Issue 906973002: Temporarily change the archiving folder for crashes from the bots (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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/archive_crash.py
diff --git a/tools/archive_crash.py b/tools/archive_crash.py
index bac1db15c072c94a6ad146ed4591cde059b89a1f..5da173c01de8f33d95b45872123d3e4d750fe0b6 100755
--- a/tools/archive_crash.py
+++ b/tools/archive_crash.py
@@ -17,7 +17,7 @@ import tarfile
import utils
import uuid
-GCS_FOLDER = 'dart-crashes'
+GCS_FOLDER = 'dart-temp-crash-archive'
GSUTIL='/b/build/scripts/slave/gsutil'
def CreateTarball(input_dir, tarname):
« 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