summaryrefslogtreecommitdiff
path: root/scripts/package-build
AgeCommit message (Collapse)Author
2024-09-21ethtool: T6729: upgrade to 6.10 to make use of more --json optionsmergify/bp/circinus/pr-769Christian Breunig
Same as T6078 but we now wan't to make use of ethtool --json eth0 to drop out own text based parsing of ethtool options in [1]. This is the base for moving to a better, machine readable interface 1: https://github.com/vyos/vyos-1x/blob/e47d4fd385631236da68/python/vyos/ethtool.py#L77-L105 (cherry picked from commit 9e7dd13f52ecedac56188c31ace917f8cf13c6c0)
2024-09-12T6674: Fix build package netfilter dependenciesmergify/bp/circinus/pr-759Viacheslav Hletenko
(cherry picked from commit 21370c5c7dd396ae201c015cebf1c2816814aaa9)
2024-09-06T6674: 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.