summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Desaulniers <ndesaulniers@google.com>2024-02-14 11:19:03 -0800
committerNick Desaulniers <ndesaulniers@google.com>2024-02-14 11:19:03 -0800
commit5b451e17e59d50524a1159f43243d9d23edaf8f4 (patch)
tree5becdd8c546ea27df8730bb6638400c14fd0650f
parentf2ea7c09d1f14f77feb5db783f273baff8366302 (diff)
downloadllvm-libc-5b451e17e59d50524a1159f43243d9d23edaf8f4.tar.gz
external: libc: update copy.bara.sky config
Use the correct branch name and remote. Avoid iterative mode. This allows for manual updates from upstream. The changes are squashed into one commit. Example: https://android-review.googlesource.com/c/platform/external/llvm-libc/+/2961900 For now updates from upstream are manual, but we will implement automated updates next. Test: copybara copy.bara.sky Change-Id: Ibf3ec2e6f4121125955e4fa4ae53bda2d7f31791
-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"),