summaryrefslogtreecommitdiff
path: root/scripts/package-build
AgeCommit message (Collapse)Author
2024-10-08T6765: Fix build python3-vici packagemergify/bp/circinus/pr-802Viacheslav Hletenko
Fix build python3-vici. It did not include the directory /usr/lib/python3/dist-packages/vici (cherry picked from commit 7c5c0334caac789804de1abeca52de2410310409)
2024-10-03Merge pull request #787 from sever-sever/T6754-circDaniil Baturin
T6754: Delete Jenkins build packages
2024-10-03T6758: Add build package xen-guest-agentmergify/bp/circinus/pr-788Viacheslav Hletenko
The 'xen-guest-agent' could be used for XCP-NG images (cherry picked from commit 1d69d490cad3fd7043fdeeb450681ad5f6dd82b4)
2024-10-02T6754: Delete Jenkins build packagesViacheslav Hletenko
2024-10-02T6755: Change default vyos mirror URLmergify/bp/circinus/pr-780Viacheslav Hletenko
(cherry picked from commit 7bd5496de13343a951b6376d50a24264f36a3c0c)
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.