summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2025-08-15 09:45:42 +0100
committerGitHub <noreply@github.com>2025-08-15 09:45:42 +0100
commitffff47aae0bfbdf3768cc3fd2d09ed468b5f71d3 (patch)
tree44418760a938b15639f718df3d3f7e9dc5bef207
parent65cc12735ae8b435955e4ccf4f5ad0e1e2e99786 (diff)
parent700abd15ce7ae48825adf0f3bf9795f4f508050e (diff)
downloadvyos-build-ffff47aae0bfbdf3768cc3fd2d09ed468b5f71d3.tar.gz
vyos-build-ffff47aae0bfbdf3768cc3fd2d09ed468b5f71d3.zip
Merge pull request #1009 from sever-sever/T7697-build
T7697: Remove vyos-vpp build requirements to build vyos-1x
-rw-r--r--scripts/package-build/vyos-1x/.gitignore1
-rw-r--r--scripts/package-build/vyos-1x/package.toml7
2 files changed, 0 insertions, 8 deletions
diff --git a/scripts/package-build/vyos-1x/.gitignore b/scripts/package-build/vyos-1x/.gitignore
index 990c6351..f4492081 100644
--- a/scripts/package-build/vyos-1x/.gitignore
+++ b/scripts/package-build/vyos-1x/.gitignore
@@ -1,2 +1 @@
/vyos-1x/
-/vyos-vpp/
diff --git a/scripts/package-build/vyos-1x/package.toml b/scripts/package-build/vyos-1x/package.toml
index 6dcbadb3..1f0cba1f 100644
--- a/scripts/package-build/vyos-1x/package.toml
+++ b/scripts/package-build/vyos-1x/package.toml
@@ -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"