Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-22 | T6674: move patches to "package/<package_name>" subfolder | Christian Breunig | |
This prevents the accidental applying of a patch to multiple source directories defined in package.toml. Example FRR: Package consits of build instructions for libyang, rtrlib and frr itself. Previously patches in frr/patches folder got applied to libyang, rtrlib and frr which made no sense and could also fail a build. | |||
2024-12-22 | T6674: use common .gitignore file for Package build artifacts/sources | Christian Breunig | |
2024-12-18 | T6958: Clear Babel config on babeld stop | Yaroslav Kholod | |
2024-12-12 | frr: T6746: upgrade package to 10.2 | Christian Breunig | |
2024-11-25 | T6912: Build FRR use global dependencies | Viacheslav Hletenko | |
2024-11-06 | frr: T6854: build FRR with PCRE2 support for better performance | Daniil Baturin | |
2024-08-29 | T6674: Add build-scrips for packages without Jenkins | Viacheslav Hletenko | |
Add build scripts for .deb packages without Jenkins. To exclude Jenkins we need some place where we can put new builds-scripts to run in parallel (old/new) during meantime We will deprecate old Jenkins package builds in the future. |