Skip to content

Commit

Permalink
Merge pull request #881 from sever-sever/T7206-vyos-1x-vpp
Browse files Browse the repository at this point in the history
T7026: Extend vyos-1x build to include vyos-vpp
  • Loading branch information
jestabro authored Jan 14, 2025
2 parents 4b9c86b + 72f3910 commit 1e6cdf7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/package-build/vyos-1x/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/vyos-1x/
/vyos-vpp/
1 change: 1 addition & 0 deletions scripts/package-build/vyos-1x/build.py
11 changes: 11 additions & 0 deletions scripts/package-build/vyos-1x/package.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 1e6cdf7

Please sign in to comment.