Chromium Code Reviews| Index: buildbot/cbuildbot_config.py |
| diff --git a/buildbot/cbuildbot_config.py b/buildbot/cbuildbot_config.py |
| index 6a7800996f6720c94958998ebe7c53047fa81b03..ce967bcdfa97825bf6706fd5a4b5acac943c8fb0 100644 |
| --- a/buildbot/cbuildbot_config.py |
| +++ b/buildbot/cbuildbot_config.py |
| @@ -46,6 +46,8 @@ test_mod -- Create a test mod image for archival. |
| factory_install_mod -- Create a factory install image for archival. |
| factory_test_mod -- Create a factory test image for archival. |
| +useflags -- Generic build modifying USE flags, passed as an array, or missing. |
| + |
| git_url -- git repository URL for our manifests. |
| External: http://git.chromium.org/git/manifest |
| Internal: ssh://git@gitrw.chromium.org:9222/manifest-internal |
| @@ -86,6 +88,9 @@ default = { |
| 'test_mod' : False, |
| 'factory_install_mod' : False, |
| 'factory_test_mod' : False, |
| + """ |
| + |
| + # TODO(dgarrett) Make test_mod, factory_install_mod, factory_test_mod options |
|
sosa
2011/04/14 21:22:18
?
dgarrett
2011/04/18 21:17:38
I put that TODO in, but I think it's been pulled a
Peter Mayo
2011/04/19 03:59:39
Removed, this was an artifact of git mucking up a
|
| 'git_url' : 'http://git.chromium.org/git/manifest', |
| 'manifest_version' : None, |
| @@ -99,6 +104,7 @@ arm = { |
| # These images don't work for arm. |
| 'factory_install_mod' : False, |
| 'factory_test_mod' : False, |
| + 'useflags' : None, |
| } |
| full = { |