third_party: init tvl
This commit is contained in:
parent
c4fb0432ae
commit
67d0361ce6
1 changed files with 21 additions and 0 deletions
21
third_party/tvl/copy.bara.sky
vendored
Normal file
21
third_party/tvl/copy.bara.sky
vendored
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
core.workflow(
|
||||||
|
name = "default",
|
||||||
|
origin = git.origin(
|
||||||
|
url = "https://cl.tvl.fyi/depot",
|
||||||
|
ref = "canon",
|
||||||
|
),
|
||||||
|
destination = hg.destination(
|
||||||
|
url = "file:///home/lukegb/depot",
|
||||||
|
fetch = "default",
|
||||||
|
push = "default",
|
||||||
|
),
|
||||||
|
destination_files = glob(["third_party/tvl/**"], exclude = [
|
||||||
|
"third_party/tvl/copy.bara.sky",
|
||||||
|
"third_party/tvl/patches/**",
|
||||||
|
]),
|
||||||
|
authoring = authoring.pass_thru("Default email <noreply+tvl@lukegb.com>"),
|
||||||
|
transformations = [
|
||||||
|
patch.apply(patches = []),
|
||||||
|
core.move("", "third_party/tvl"),
|
||||||
|
],
|
||||||
|
)
|
Loading…
Reference in a new issue