mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Merge pull request #1009 from sever-sever/T7697-build
T7697: Remove vyos-vpp build requirements to build vyos-1x
This commit is contained in:
commit
ffff47aae0
1
scripts/package-build/vyos-1x/.gitignore
vendored
1
scripts/package-build/vyos-1x/.gitignore
vendored
@ -1,2 +1 @@
|
||||
/vyos-1x/
|
||||
/vyos-vpp/
|
||||
|
||||
@ -1,11 +1,4 @@
|
||||
[[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 -F"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user