diff --git a/third_party/tvl/copy.bara.sky b/third_party/tvl/copy.bara.sky new file mode 100644 index 0000000000..bd3e98b778 --- /dev/null +++ b/third_party/tvl/copy.bara.sky @@ -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 "), + transformations = [ + patch.apply(patches = []), + core.move("", "third_party/tvl"), + ], +)