aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Garrett <dgarrett@google.com>2015-12-04 19:25:30 -0800
committerDon Garrett <dgarrett@google.com>2015-12-04 19:25:30 -0800
commit3a2b27fca144f018271d8f17a1b636f9f4c57320 (patch)
treeab31b89352e84276be5a21fac761e4ab94970682
parent59bdd559b005508ff5ea985c0b2b60d588c86236 (diff)
downloadbbuildbot_config-3a2b27fca144f018271d8f17a1b636f9f4c57320.tar.gz
Fixup the manifest URL in a couple of locations.
I pushed the first version too quickly, and forgot to update embedded manifest URLs everywhere they appear. BUG=chromium:558660 TEST=Not fully testable before commit.
-rw-r--r--config_dump.json2
-rw-r--r--default.xml10
2 files changed, 6 insertions, 6 deletions
diff --git a/config_dump.json b/config_dump.json
index 20279cd..1c8c2b7 100644
--- a/config_dump.json
+++ b/config_dump.json
@@ -1,7 +1,7 @@
{
"_default": {
"boards": [],
- "manifest_repo_url": "https://chromium.googlesource.com/chromiumos/chromite/abuildbot_config"
+ "manifest_repo_url": "https://android.googlesource.com/platform/bbuildbot_config/"
},
"_site_params": {
"ARCHIVE_URL": "gs://abuildbot-build-archive/bbuildbot"
diff --git a/default.xml b/default.xml
index cabb867..6d9d8bb 100644
--- a/default.xml
+++ b/default.xml
@@ -4,9 +4,9 @@
fetch="https://chromium.googlesource.com"
review="https://chromium-review.googlesource.com" />
- <remote name="cros-internal"
- fetch="https://chrome-internal.googlesource.com"
- review="https://chrome-internal-review.googlesource.com" />
+ <remote name="aosp"
+ fetch="https://android.googlesource.com"
+ review="https://android-review.googlesource.com" />
<default revision="refs/heads/master"
remote="cros" sync-j="8" />
@@ -16,8 +16,8 @@ Your sources have been sync'd successfully.
</notice>
<project path="chromite" name="chromiumos/chromite" />
- <project path="chromite/config" name="brillo/bbuildbot_config"
- remote="cros-internal" />
+ <project path="chromite/config" name="platform/bbuildbot_config"
+ remote="aosp" />
<!-- To get requirements for cros lint -->
<project path="chromium/tools/depot_tools"