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

Unified Diff: tools/bots/bot_utils.py

Issue 198723006: Add archiving of src tarball and debian packages (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 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 | tools/bots/src-tarball.py » ('j') | tools/bots/src-tarball.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bots/bot_utils.py
===================================================================
--- tools/bots/bot_utils.py (revision 33747)
+++ tools/bots/bot_utils.py (working copy)
@@ -135,6 +135,12 @@
def sdk_directory(self, revision):
return self._variant_directory('sdk', revision)
+ def linux_packages_directory(self, revision):
+ return self._variant_directory('linux_packages', revision)
+
+ def src_directory(self, revision):
+ return self._variant_directory('src', revision)
+
def editor_directory(self, revision):
return self._variant_directory('editor', revision)
« no previous file with comments | « no previous file | tools/bots/src-tarball.py » ('j') | tools/bots/src-tarball.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698