summaryrefslogtreecommitdiff
path: root/copy.bara.sky
diff options
context:
space:
mode:
Diffstat (limited to 'copy.bara.sky')
-rw-r--r--copy.bara.sky8
1 files changed, 3 insertions, 5 deletions
diff --git a/copy.bara.sky b/copy.bara.sky
index cacf3268f271..430fbf51d283 100644
--- a/copy.bara.sky
+++ b/copy.bara.sky
@@ -1,3 +1,4 @@
+# Use `copybara copy.bara.sky` to update sources from upstream.
core.workflow(
name = "default",
origin = git.origin(
@@ -32,10 +33,8 @@ core.workflow(
],
),
destination = git.gerrit_destination(
- url = "sso://googleplex-android/platform/external/llvm-libc",
- #url = "https://googleplex-android.googlesource.com/platform/external/llvm-libc",
- #url = "https://android.googlesource.com/platform/external/llvm-libc",
- fetch = "master",
+ url = "https://android.googlesource.com/platform/external/llvm-libc",
+ fetch = "main",
),
destination_files = glob(
[
@@ -47,7 +46,6 @@ core.workflow(
authoring = authoring.pass_thru(
"LLVM libc <llvm-libc@google.com>"
),
- # mode = 'ITERATIVE',
transformations = [
core.move("libc/LICENSE.TXT", "LICENSE"),
core.move("libc/include", "include"),