From b5ed3128ee43548d89c0ec55d1585f0f7c69e0ff Mon Sep 17 00:00:00 2001 From: Chris Sosa Date: Tue, 7 Dec 2010 17:40:34 -0800 Subject: [PATCH] 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. --- bin/cros_mark_chrome_as_stable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cros_mark_chrome_as_stable.py b/bin/cros_mark_chrome_as_stable.py index 7545c641a7..356b97d6de 100755 --- a/bin/cros_mark_chrome_as_stable.py +++ b/bin/cros_mark_chrome_as_stable.py @@ -31,7 +31,7 @@ from cros_build_lib import RunCommand, Info, Warning BASE_CHROME_SVN_URL = 'http://src.chromium.org/svn' # 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] # Helper regex's for finding ebuilds.