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

Unified Diff: chromium_config.py

Issue 42110: Support Linux build archiving with ssh transfers. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/tools/buildbot/scripts/common/
Patch Set: Created 11 years, 9 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 | chromium_utils.py » ('j') | chromium_utils.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromium_config.py
===================================================================
--- chromium_config.py (revision 11516)
+++ chromium_config.py (working copy)
@@ -186,6 +186,7 @@
# Directories in which to store built files, for dev, official, and full
# builds. (We don't use the full ones yet.)
+ archive_host = chromium_config_private.Archive.archive_host
www_dir_base_dev = chromium_config_private.Archive.www_dir_base + 'snapshots'
www_dir_base_official = (
chromium_config_private.Archive.www_dir_base + 'official_builds')
« no previous file with comments | « no previous file | chromium_utils.py » ('j') | chromium_utils.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698