Add Copybara config for nixpkgs.
This commit is contained in:
parent
e25dfbc6bd
commit
c2fb139d0a
1 changed files with 17 additions and 0 deletions
17
third_party/nixpkgs/copy.bara.sky
vendored
Normal file
17
third_party/nixpkgs/copy.bara.sky
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
core.workflow(
|
||||
name = "default",
|
||||
origin = git.github_origin(
|
||||
url = "https://github.com/NixOS/nixpkgs.git",
|
||||
ref = "master",
|
||||
),
|
||||
destination = hg.destination(
|
||||
url = "file:///home/lukegb/depot",
|
||||
fetch = "default",
|
||||
push = "default",
|
||||
),
|
||||
destination_files = glob(["third_party/nixpkgs/**"], exclude = ["third_party/nixpkgs/copy.bara.sky"]),
|
||||
authoring = authoring.pass_thru("Default email <noreply+nixpkgs@lukegb.com>"),
|
||||
transformations = [
|
||||
core.move("", "third_party/nixpkgs"),
|
||||
],
|
||||
)
|
Loading…
Reference in a new issue