mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 14:36:58 +02:00
Change config to use stable vs. sticky.
Change-Id: I0dda2cfb6e11cb69a6a1a6a4bae478cab78b8947 BUG=chromium-os:8693 TEST=Ran it with cros_mark_chrome with stable_release TBR=Config change to get chrome builder up.
This commit is contained in:
parent
b2b446631b
commit
b5ed3128ee
@ -31,7 +31,7 @@ from cros_build_lib import RunCommand, Info, Warning
|
|||||||
BASE_CHROME_SVN_URL = 'http://src.chromium.org/svn'
|
BASE_CHROME_SVN_URL = 'http://src.chromium.org/svn'
|
||||||
|
|
||||||
# Command for which chrome ebuild to uprev.
|
# Command for which chrome ebuild to uprev.
|
||||||
TIP_OF_TRUNK, LATEST_RELEASE, STICKY = 'tot', 'latest_release', 'sticky_release'
|
TIP_OF_TRUNK, LATEST_RELEASE, STICKY = 'tot', 'latest_release', 'stable_release'
|
||||||
CHROME_REV = [TIP_OF_TRUNK, LATEST_RELEASE, STICKY]
|
CHROME_REV = [TIP_OF_TRUNK, LATEST_RELEASE, STICKY]
|
||||||
|
|
||||||
# Helper regex's for finding ebuilds.
|
# Helper regex's for finding ebuilds.
|
||||||
|
Loading…
Reference in New Issue
Block a user