blob: 20dbcdf591cd0ab30666c32e37a5733219b3477b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[[packages]]
name = "vyos-vpp"
commit_id = "current"
scm_url = "https://github.com/vyos/vyos-vpp.git"
build_cmd = "/bin/true"
[[packages]]
name = "vyos-1x"
commit_id = "current"
scm_url = "https://github.com/vyos/vyos-1x.git"
build_cmd = "rsync -av --exclude='.git' --exclude='.github' --exclude='README*' --exclude='LICENSE' --exclude='*.md' ../vyos-vpp/ ./; dpkg-buildpackage -us -uc -b"
|