summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-11-16 15:44:18 -0800
committerDan Albert <danalbert@google.com>2015-11-16 15:46:34 -0800
commit037d5fbdb649508dc246c69d55b066ff1f2bd728 (patch)
tree44219e33f5e9cf8e072c0b000238728640d14f41
parentaaf0bc7c5c33aa92f2b796537cea44309f514e09 (diff)
downloadndk_chromite_config-master.tar.gz
Fix local URL, send danalbert to the shame cube.HEADndk-r11cndk-r11bndk-r11ndk-r11-releasemastermain
Change-Id: I1b34463c4b263c044679de0f06ef2a19cfe8ab7b
-rw-r--r--config_dump.json4
-rw-r--r--gen-config.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/config_dump.json b/config_dump.json
index b267fea..c89a936 100644
--- a/config_dump.json
+++ b/config_dump.json
@@ -1,7 +1,7 @@
{
"_default": {
"manifest_branch": "master-ndk",
- "manifest_repo_url": "file:///work/src/buildbot-ndk/manifest"
+ "manifest_repo_url": "https://android.googlesource.com/platform/manifest"
},
"_site_params": {},
"_templates": {},
@@ -25,4 +25,4 @@
"builder_class_name": "config.builders.ndk_builders.Builder",
"host": "windows64"
}
-}
+} \ No newline at end of file
diff --git a/gen-config.py b/gen-config.py
index b7903d8..e2b47d7 100644
--- a/gen-config.py
+++ b/gen-config.py
@@ -35,7 +35,7 @@ def make_build(host):
def main():
- manifest_repo_url = 'file:///work/src/buildbot-ndk/manifest'
+ manifest_repo_url = 'https://android.googlesource.com/platform/manifest'
manifest_branch = 'master-ndk'
config = {