summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-10Kernel: T2780: Update Linux Kernel to v4.19.138Christian Poessinger
2020-08-04systemd: services: disable certbot by defaultChristian Poessinger
2020-08-03Revert "T1414: disable failing 10-unmountfs.chroot and needs verification"Christian Poessinger
This reverts commit 1850f165abda3f3d0498220e56ca594dc8ecca9c.
2020-08-03Jenkins: fix post { success { }} script when there is no ISO buildChristian Poessinger
2020-08-03build-packages: remove obsolete script and link to VyOS documentationChristian Poessinger
The referenced scripts/build-packages script was a proof of concept from me some time ago to build VyOS packages through a more or less tiny wrapper. The script was not maintained at any time and randomly caused more harm then good. The script has been abandoned and the documentation has been updated on how to build individual VyOS packages.
2020-08-02Jenkins: fix when condition on ISO buildChristian Poessinger
The ISO should not be build when there is e.g. a change on the Kernel.
2020-08-02Kernel: config: T2666: cleanup legacy network vendorsChristian Poessinger
Remove support for legacy PCI - ISA network cards
2020-08-02Intel: T2538: update NIC drivers to recent releasesChristian Poessinger
2020-08-02Accel-PPP: update to latest revisionChristian Poessinger
This will improve the SSTP performance on long fat networks.
2020-08-01Kernel: T2751: Update Linux Kernel to v4.19.136Christian Poessinger
2020-07-26linux-firmware: T2594: upgrade firmware extraction scriptChristian Poessinger
The logic of generating the required firmware file name has been moved from build-linux-firmware.sh directly into list-required-firmware.py which makes much more sense. That move was made by Daniil Baturin - I only did the integration part. Thanks!
2020-07-26T2021: import a patch for decimal OSPFv3 area support.Daniil Baturin
2020-07-25Kernel: T2730: Update Linux Kernel to v4.19.134Christian Poessinger
2020-07-21x86_64_vyos_defconfig: T2666: enable CONFIG_XDP_SOCKETSChristian Poessinger
2020-07-14Merge pull request #114 from runborg/T1927Christian Poessinger
T1927: arm: Readd CI build of emulated ARM64 container
2020-07-14T1927: arm: Readd CI build of emulated ARM64 containerRunar Borge
After a successfull CI build of this container it is considered working and is possible to add back to the build as a standard target. The container is changed so it handles an architecture change without changing the dockerfile
2020-07-06Merge pull request #113 from kroy-the-rabbit/nsswitch-memoryfixDaniil Baturin
T2678: Fixing massive memory usage with ssh and large number of routes
2020-07-05T2678: Fixing massive memory usage with ssh and large number of routeskroy
2020-07-05Merge pull request #110 from zdc/T2640-equuleusChristian Poessinger
Docker: T2640: Added ability to build Docker images with VyOS
2020-07-05packages: Kernel: T2684: Update Linux Kernel to v4.19.131Christian Poessinger
2020-07-05packages: accel-ppp: T2685: bump version for SSTP client fixChristian Poessinger
2020-07-04Merge pull request #112 from DmitriyEshenko/fnm-04072020John Estabrook
systemd: services: T2659: disable fastnetmon by default
2020-07-04systemd: services: T2659: disbale fastnetmon by defaultDmitriyEshenko
2020-07-03Testsuite: increase smoketest timeoutChristian Poessinger
On slow machines or with nested virtualisation the smoketests take really long to execute - thus increase the timeout.
2020-06-28Jenkins: lib: T2625: disable concurrent buildsChristian Poessinger
2020-06-28T2638: frr: use "git am" to apply patchesChristian Poessinger
2020-06-28packages: frr: add .gitignore for packageChristian Poessinger
2020-06-28Merge pull request #111 from runborg/T2638Christian Poessinger
T2638: FRR: FRR-reload needs patching to work on 7.3.0
2020-06-28T2638: FRR: FRR-reload needs patching to work on 7.3.0Runar Borge
Because of FRR bug 6062 (https://github.com/FRRouting/frr/issues/6062) frr-reload in frr 7.3.0 and 7.3.1 needs to be patched to work properly. without this patch frr-reload will allways compare against a blank/empty running configuration.
2020-06-27Makefile: indention fixChristian Poessinger
2020-06-27Revert "Testsuite: start smoketest as root"Christian Poessinger
This reverts commit 2d78aa082830065dd681cc50f8dffae77b4b8226.
2020-06-27Jenkins: lib: T2625: support PullRequest buildsChristian Poessinger
2020-06-26packages: linux-kernel: only build if requiredChristian Poessinger
2020-06-26Jenkins: ISO test is conditional on file existenceChristian Poessinger
2020-06-25packages: frr: fix commentChristian Poessinger
2020-06-25packages: netfilter: T1538: use require a recent version of ↵Christian Poessinger
libnetfilter-conntrack-dev During the build of conntrack-tools we need to first install the recent version of libnetfilter-conntrack-dev build in a previous step as its a dependency.
2020-06-25packages: netfilter: fix build issue on conntrack-toolChristian Poessinger
2020-06-25Docker: T2640: Added ability to build Docker images with VyOSzsdc
This implementation works, but it is on the proof-of-concept stage and requires extended testing.
2020-06-24Jenkins: do not build ISO when only packages folder changesChristian Poessinger
2020-06-24Jenkins: T2625: import Kernel PipelineChristian Poessinger
Imported from https://github.com/vyos/vyos-build-kernel commit 9e7c12b
2020-06-24Docker: strongswan requires python3-stdeb for VICI buildsChristian Poessinger
2020-06-24Jenkins: lib: T2625: extend quotes on SSH commandsChristian Poessinger
2020-06-24Jenkins: lib: T2625: SSH commands must be wrapped in "" to functionChristian Poessinger
2020-06-24Jenkins: lib: T2625: use discrete SSH commands on deploymentChristian Poessinger
2020-06-23Jenkins: lib: T2625: add getChangeSetPath() functionChristian Poessinger
Retrieve the path where git should check for modified files to trigger the pipeline build or not.
2020-06-23Jenkins: lib: T2625: must checkout scm for changelog detectionChristian Poessinger
... else we can not trigger on changed files.
2020-06-23Jenkins: lib: do not checkout scm by defaultChristian Poessinger
2020-06-23Jenkins: lib: T2625: unbloat ISO buildChristian Poessinger
2020-06-22Docker: refresh dependencies for vyos-1xxChristian Poessinger
2020-06-22Jenkins: lib: T2625: remove debug outputChristian Poessinger