forked from GaloyMoney/blink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvendir.yml
30 lines (30 loc) · 779 Bytes
/
vendir.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
apiVersion: vendir.k14s.io/v1alpha1
kind: Config
directories:
- path: prelude
contents:
- path: .
git:
url: https://github.com/facebook/buck2.git
ref: "2024-03-15"
includePaths:
- prelude/**/*
newRootPath: prelude
- path: third-party/macros
contents:
- path: .
git:
url: https://github.com/facebook/buck2.git
ref: "2024-03-15"
includePaths:
- shim/third-party/macros/*
newRootPath: shim/third-party/macros
- path: third-party/rust/fixups/ring/include
contents:
- path: .
git:
url: https://github.com/facebook/buck2.git
ref: f3c685667ef22d0130687003012b6960abec6b3b
includePaths:
- shim/third-party/rust/fixups/ring/include/**/*
newRootPath: shim/third-party/rust/fixups/ring/include