Skip to content

Commit

Permalink
T7026: Extend vyos-1x build to include vyos-vpp
Browse files Browse the repository at this point in the history
  • Loading branch information
sever-sever committed Jan 9, 2025
1 parent d4b21f3 commit 72f3910
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 72f3910

Please sign in to comment.