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

Unified Diff: dart/tools/signing_script.py

Issue 54543007: promote.py: Archive installers to new gs://dart-archive bucket when promoting (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 1 month 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 | « dart/tools/bots/bot_utils.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/signing_script.py
diff --git a/dart/tools/signing_script.py b/dart/tools/signing_script.py
index 4d45d7a93f3ece8b3191745e1bd26d63837c0ad5..14ce0cda5b8a63aebf8859aa33cc39089b97651f 100755
--- a/dart/tools/signing_script.py
+++ b/dart/tools/signing_script.py
@@ -1,10 +1,9 @@
#!/usr/bin/env python
-#
+#
# Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
-import hashlib
import imp
import optparse
import os
@@ -258,7 +257,7 @@ def main():
copy_file(from_path, to_path)
elif options.deploy:
copy_tree(destination_dir, deploy_dir)
-
+
for name in ['editor', 'chrome', 'content_shell']:
from_path = os.path.join(
postsign_dir, locations[system]['%s_scratch' % name] % config)
« no previous file with comments | « dart/tools/bots/bot_utils.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698