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

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') | no next file with comments »
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)
Søren Gjesse 2014/03/17 18:07:35 ubuntu_precise_packages? For the Debian chroot bui
ricow1 2014/03/17 18:24:47 We need to pass that into the script then, i.e., w
Søren Gjesse 2014/03/18 11:43:42 We should be able to produce packages for both Ubu
+
+ 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698