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-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. |