diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-03-03 15:57:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-03 15:57:12 +0100 |
| commit | 2d28bbeca2759b0b4e6a228e2ef57101ee34dd0f (patch) | |
| tree | 55adbfeb42bf12be398d65b91e3c78a0615914e5 /scripts/package-build | |
| parent | 8a8bf841b11903be35d781e9f1d7a6e37db8d6b2 (diff) | |
| download | vyos-build-2d28bbeca2759b0b4e6a228e2ef57101ee34dd0f.tar.gz vyos-build-2d28bbeca2759b0b4e6a228e2ef57101ee34dd0f.zip | |
T8336: frr: pin version to discrete commit and not the Git HEAD for stable/10.5
Updated commit_id for frr package to a specific commit.
Diffstat (limited to 'scripts/package-build')
| -rw-r--r-- | scripts/package-build/frr/package.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/package-build/frr/package.toml b/scripts/package-build/frr/package.toml index 247228d5..2a2a72a5 100644 --- a/scripts/package-build/frr/package.toml +++ b/scripts/package-build/frr/package.toml @@ -6,7 +6,7 @@ build_cmd = "pipx run apkg build -i && find pkg/pkgs -type f -name *.deb -exec m [[packages]] name = "frr" -commit_id = "stable/10.5" +commit_id = "168ade7da9" # from stable/10.5 branch scm_url = "https://github.com/FRRouting/frr.git" build_cmd = "sudo dpkg -i ../*.deb; dpkg-buildpackage -us -uc -tc -b -Ppkg.frr.rtrlib,pkg.frr.lua" |
