summaryrefslogtreecommitdiff
path: root/scripts/package-build/vpp
AgeCommit message (Collapse)Author
2026-05-30T8943: scripts/package-build: migrate broken commit_id refs after 1c renameYuriy Andamasov
PR #1204 ("ci: T8943: migrate branch-name refs current->rolling (rollout 1c)") covered .github/workflows/ only and missed seven commit_id values in scripts/package-build/ that referenced the pre-1c default-branch names of vyos-owned repos. The GitHub branch-rename redirect works for the REST API and web UI, not for git refs in a fresh clone — scripts/package-build/build.py clones the upstream and `git checkout <commit_id>`, which fails after the source repo was renamed. Updated: libnss-mapuser/package.toml current -> rolling libpam-radius-auth/package.toml current -> rolling vpp/package.toml (vyos-vpp-patches) current -> rolling vyos-1x/package.toml current -> rolling tacacs/package.toml (libtacplus-map) master -> rolling tacacs/package.toml (libpam-tacplus) master -> rolling tacacs/package.toml (libnss-tacplus) master -> rolling Verified post-rename defaults via `gh api repos/vyos/<r> --jq .default_branch` for all seven; verified the failure mode via a fresh `git clone https://github.com/vyos/vyos-1x.git` + `git checkout current` which errors with "pathspec 'current' did not match any file(s) known to git". LTS branches (sagitta/circinus/equuleus) were scanned and require no changes — only third-party `evgeny-gridasov/openvpn-otp` master appears there, unaffected by 1c. 🤖 Generated by [robots](https://vyos.io)
2026-01-26T8141: VPP - Rebase to stable 2510Ritika Chopra
2025-11-18T7970: VPP add systemd notify option for buildViacheslav Hletenko
Add systemd sd_notify() integration to signal when VPP is fully initialized and ready to process packets. This allows systemd to properly track VPP startup and manage service dependencies using Type=notify service configuration.
2025-10-16T7936: Drop sFlow plugin from VPP and use native sFlow pluginViacheslav
VPP 25.06 has own sFlow plugin, we do not need to build external plugin
2025-08-06T7692: Bump VPP version to the stable 2506Viacheslav
2025-07-31T7666: Add script to build accel-ppp-ng binaries (#1002)Viacheslav Hletenko
* T7666: Add vpp-sflow src patches and accel-ppp-ng to gitignore * T7666: Add script to build accel-ppp-ng binaries * Update scripts/package-build/linux-kernel/build-accel-ppp-ng.sh --------- Co-authored-by: Daniil Baturin <daniil@baturin.org>
2025-07-24T7175: Downgraded vpp-sflow version v0.9.02-2 to be compatible with VPP ↵Kyle McClammy
stable/2410
2025-07-22VPP: T7175: Added sflow plugin to build (#962)KyleM
2025-02-13T7164: Bump VPP version to stable 2410Viacheslav Hletenko
2025-01-14T7026: Use vpp patches during build as they not appliedViacheslav Hletenko
Patches for VPP are not applied due to specific to the vpp repo structure, so we cannot use standard included to build.py function 'apply_patches' to patch the vpp sources. Use explicit patch in the "build_cmd" as a workaround and the simplest fix.
2025-01-10T7026: Use prebuild hook to build vppViacheslav Hletenko
2025-01-07T7026: Add script build vpp packageViacheslav Hletenko