Skip to content

Commit

Permalink
Merge pull request #853 from c-po/T6746-frr-10
Browse files Browse the repository at this point in the history
frr: T6746: upgrade package to 10.2
  • Loading branch information
dmbaturin authored Dec 16, 2024
2 parents 6473704 + a6ee547 commit e7d8b72
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/package-build/frr/package.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
[[packages]]
name = "libyang"
commit_id = "v2.1.148"
commit_id = "v3.4.2"
scm_url = "https://github.com/CESNET/libyang.git"
build_cmd = "pipx run apkg build -i && find pkg/pkgs -type f -name *.deb -exec mv -t .. {} +"

[[packages]]
name = "rtrlib"
commit_id = "v0.8.0"
scm_url = "https://github.com/rtrlib/rtrlib.git"
build_cmd = "sudo mk-build-deps --install --tool 'apt-get --yes --no-install-recommends'; dpkg-buildpackage -uc -us -tc -b"

[[packages]]
name = "frr"
commit_id = "stable/9.1"
commit_id = "stable/10.2"
scm_url = "https://github.com/FRRouting/frr.git"
build_cmd = "sudo dpkg -i ../*.deb; sudo dpkg-buildpackage -us -uc -tc -b -Ppkg.frr.rtrlib,pkg.frr.lua"
build_cmd = "sudo dpkg -i ../*.deb; dpkg-buildpackage -us -uc -tc -b -Ppkg.frr.rtrlib,pkg.frr.lua"

[dependencies]
packages = [
Expand All @@ -32,5 +31,6 @@ packages = [
"protobuf-c-compiler",
"python3-dev:native",
"texinfo",
"lua5.3"
"lua5.3",
"doxygen"
]

0 comments on commit e7d8b72

Please sign in to comment.