Merge pull request #881 from sever-sever/T7206-vyos-1x-vpp

T7026: Extend vyos-1x build to include vyos-vpp
This commit is contained in:
John Estabrook 2025-01-14 09:50:25 -06:00 committed by GitHub
commit 1e6cdf774b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,2 @@
/vyos-1x/
/vyos-vpp/

View File

@ -0,0 +1 @@
../build.py

View File

@ -0,0 +1,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"