diff options
| author | Viacheslav <v.gletenko@vyos.io> | 2025-08-14 10:30:08 +0000 |
|---|---|---|
| committer | Viacheslav <v.gletenko@vyos.io> | 2025-08-14 10:30:08 +0000 |
| commit | 700abd15ce7ae48825adf0f3bf9795f4f508050e (patch) | |
| tree | 44418760a938b15639f718df3d3f7e9dc5bef207 /scripts/package-build | |
| parent | 65cc12735ae8b435955e4ccf4f5ad0e1e2e99786 (diff) | |
| download | vyos-build-700abd15ce7ae48825adf0f3bf9795f4f508050e.tar.gz vyos-build-700abd15ce7ae48825adf0f3bf9795f4f508050e.zip | |
T7697: Remove vyos-vpp build requirements to build vyos-1x
The vyos-vpp repo was merged to the vyos-1x in the
https://github.com/vyos/vyos-1x/pull/4650
We do not need copy from vyos-vpp repo anymore.
Diffstat (limited to 'scripts/package-build')
| -rw-r--r-- | scripts/package-build/vyos-1x/.gitignore | 1 | ||||
| -rw-r--r-- | scripts/package-build/vyos-1x/package.toml | 7 |
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" |
