diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2025-01-15 16:30:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-15 16:30:13 +0200 |
commit | b8ee67003f9a0b99efd757467a6c40352d9d6700 (patch) | |
tree | 9fecc543bd556366272bcf5a539420dacf1cbad8 /scripts | |
parent | 7c7dbad72174d2cf407ad3d061e440f94fcb45ba (diff) | |
parent | a4339b80ed2881095101ba3504c65b92a9fb02c2 (diff) | |
download | vyos-build-b8ee67003f9a0b99efd757467a6c40352d9d6700.tar.gz vyos-build-b8ee67003f9a0b99efd757467a6c40352d9d6700.zip |
Merge pull request #888 from sever-sever/T7026-src
T7026: build vpp source plus binaries instead of only binaries
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/package-build/vyos-1x/package.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/package-build/vyos-1x/package.toml b/scripts/package-build/vyos-1x/package.toml index 20dbcdf5..6dcbadb3 100644 --- a/scripts/package-build/vyos-1x/package.toml +++ b/scripts/package-build/vyos-1x/package.toml @@ -8,4 +8,4 @@ build_cmd = "/bin/true" 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" +build_cmd = "rsync -av --exclude='.git' --exclude='.github' --exclude='README*' --exclude='LICENSE' --exclude='*.md' ../vyos-vpp/ ./; dpkg-buildpackage -us -uc -F" |