summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2026-03-03 09:56:23 -0600
committerGitHub <noreply@github.com>2026-03-03 09:56:23 -0600
commit0cb0929c37569c685e282c30e255543ab9d49840 (patch)
tree55adbfeb42bf12be398d65b91e3c78a0615914e5 /scripts
parent8a8bf841b11903be35d781e9f1d7a6e37db8d6b2 (diff)
parent2d28bbeca2759b0b4e6a228e2ef57101ee34dd0f (diff)
downloadvyos-build-0cb0929c37569c685e282c30e255543ab9d49840.tar.gz
vyos-build-0cb0929c37569c685e282c30e255543ab9d49840.zip
Merge pull request #1133 from vyos/t8336-frr
T8336: frr: pin version to discrete commit and not the Git HEAD for stable/10.5
Diffstat (limited to 'scripts')
-rw-r--r--scripts/package-build/frr/package.toml2
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"