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

Unified Diff: buildbot/cbuildbot_config.py

Issue 6840064: Restart codereview issue 6792042 (Closed) Base URL: http://git.chromium.org/git/chromite.git@master
Patch Set: Fix exec failures and other meta command failures to regular command failures. Created 9 years, 8 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
Index: buildbot/cbuildbot_config.py
diff --git a/buildbot/cbuildbot_config.py b/buildbot/cbuildbot_config.py
index 6a7800996f6720c94958998ebe7c53047fa81b03..aac5b8b11a09e50f7557ce776088ae8c437fc9ac 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
@@ -55,9 +57,6 @@ manifest_version -- URL to git repo to store per-build manifest.
ssh://git@gitrw.chromium.org:9222/manifest-versions
"""
-# TODO(dgarrett) Make test_mod, factory_install_mod, factory_test_mod options
-# go away when these options work for arm.
-
default = {
# 'board' No default value
@@ -99,6 +98,7 @@ arm = {
# These images don't work for arm.
'factory_install_mod' : False,
'factory_test_mod' : False,
+ 'useflags' : None,
}
full = {

Powered by Google App Engine
This is Rietveld 408576698