Chromium Code Reviews| 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) |