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

Unified Diff: tools/bots/editor.py

Issue 18875003: Set public-read acl on editor installers (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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/bots/editor.py
diff --git a/tools/bots/editor.py b/tools/bots/editor.py
index 6879b932c8fe66807a31d683167592b376d24e91..bb311437d0bea4cad95d760b2b5eced685dbda23 100755
--- a/tools/bots/editor.py
+++ b/tools/bots/editor.py
@@ -84,6 +84,7 @@ def UploadInstaller(dart_editor_dmg, directory):
directory = directory % {'revision' : utils.GetSVNRevision()}
uri = '%s/%s' % (GCS_EDITOR_BUCKET, directory)
RunProcess([GSUTIL, 'cp', dart_editor_dmg, uri])
+ RunProcess([GSUTIL, 'setacl', 'public-read', uri])
def CreateAndUploadMacInstaller(arch):
dart_icns = os.path.join(
« 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