| commit | 48cc327c314dcf0778a10fec75682f3f82b1dfdf | [log] [tgz] |
|---|---|---|
| author | Aaron Gable <[email protected]> | Sat Sep 28 01:35:54 2013 |
| committer | chrome-internal-fetch <[email protected]> | Tue Oct 01 20:25:37 2013 |
| tree | a31961c444111c310645ba5e1d1049a824958691 | |
| parent | c759366a1dd3d733b12bb2edc3bae9868d38ee5b [diff] |
Rewrite git/gerrit/gerrit-int urls to googlesource BUG=chromium:281665,chromium:290413 TEST=None Change-Id: Ib422356eb0c9339d54cd9d323b5bcf1ff8579f21 Reviewed-on: https://chromium-review.googlesource.com/171268 Reviewed-by: Mike Frysinger <[email protected]> Reviewed-by: Hung-Te Lin <[email protected]> Commit-Queue: Aaron Gable <[email protected]> Tested-by: Aaron Gable <[email protected]>
diff --git a/cros_bundle/cb_constants.py b/cros_bundle/cb_constants.py index 295f0be..e2b81c7 100644 --- a/cros_bundle/cb_constants.py +++ b/cros_bundle/cb_constants.py
@@ -14,7 +14,7 @@ BIOS_NAME = {'x86-alex': 'bios.bin', 'stumpy': 'bios.bin'} EC_NAME = {'x86-alex': 'ec.bin'} EC2_NAME = {'x86-alex': 'Alex_EC_VFA616M.bin'} -GITURL = 'http://git.chromium.org/chromiumos/platform/vboot_reference.git' +GITURL = 'https://chromium.googlesource.com/chromiumos/platform/vboot_reference.git' # TODO(benwin) update to production value once it is determined GSD_BUCKET = 'gs://chromeos-download-test' IMAGE_GSD_BUCKET = 'gs://chromeos-releases'