summaryrefslogtreecommitdiff
path: root/scripts/package-build/build.py
AgeCommit message (Collapse)Author
2024-11-25T6912: Remove print dependencies for build packagesViacheslav Hletenko
2024-11-25T6912: Fix build package script dependenciesViacheslav Hletenko
Install dependencies declared in the package.toml file does not work due to the wrong logic. Set global dependencies instaed of dependencies per package.
2024-10-24T6813: Build tarballs for the packagesViacheslav Hletenko
Build tarballs for the packages with our changes after patches
2024-08-29T6674: Add build-scrips for packages without JenkinsViacheslav 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.