Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-02 | Accel-PPP: update to latest revision | Christian Poessinger | |
This will improve the SSTP performance on long fat networks. | |||
2020-08-01 | Kernel: T2751: Update Linux Kernel to v4.19.136 | Christian Poessinger | |
2020-07-26 | linux-firmware: T2594: upgrade firmware extraction script | Christian 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-26 | T2021: import a patch for decimal OSPFv3 area support. | Daniil Baturin | |
2020-07-25 | Kernel: T2730: Update Linux Kernel to v4.19.134 | Christian Poessinger | |
2020-07-21 | x86_64_vyos_defconfig: T2666: enable CONFIG_XDP_SOCKETS | Christian Poessinger | |
2020-07-14 | Merge pull request #114 from runborg/T1927 | Christian Poessinger | |
T1927: arm: Readd CI build of emulated ARM64 container | |||
2020-07-14 | T1927: arm: Readd CI build of emulated ARM64 container | Runar 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-06 | Merge pull request #113 from kroy-the-rabbit/nsswitch-memoryfix | Daniil Baturin | |
T2678: Fixing massive memory usage with ssh and large number of routes | |||
2020-07-05 | T2678: Fixing massive memory usage with ssh and large number of routes | kroy | |
2020-07-05 | Merge pull request #110 from zdc/T2640-equuleus | Christian Poessinger | |
Docker: T2640: Added ability to build Docker images with VyOS | |||
2020-07-05 | packages: Kernel: T2684: Update Linux Kernel to v4.19.131 | Christian Poessinger | |
2020-07-05 | packages: accel-ppp: T2685: bump version for SSTP client fix | Christian Poessinger | |
2020-07-04 | Merge pull request #112 from DmitriyEshenko/fnm-04072020 | John Estabrook | |
systemd: services: T2659: disable fastnetmon by default | |||
2020-07-04 | systemd: services: T2659: disbale fastnetmon by default | DmitriyEshenko | |
2020-07-03 | Testsuite: increase smoketest timeout | Christian Poessinger | |
On slow machines or with nested virtualisation the smoketests take really long to execute - thus increase the timeout. | |||
2020-06-28 | Jenkins: lib: T2625: disable concurrent builds | Christian Poessinger | |
2020-06-28 | T2638: frr: use "git am" to apply patches | Christian Poessinger | |
2020-06-28 | packages: frr: add .gitignore for package | Christian Poessinger | |
2020-06-28 | Merge pull request #111 from runborg/T2638 | Christian Poessinger | |
T2638: FRR: FRR-reload needs patching to work on 7.3.0 | |||
2020-06-28 | T2638: FRR: FRR-reload needs patching to work on 7.3.0 | Runar 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-27 | Makefile: indention fix | Christian Poessinger | |
2020-06-27 | Revert "Testsuite: start smoketest as root" | Christian Poessinger | |
This reverts commit 2d78aa082830065dd681cc50f8dffae77b4b8226. | |||
2020-06-27 | Jenkins: lib: T2625: support PullRequest builds | Christian Poessinger | |
2020-06-26 | packages: linux-kernel: only build if required | Christian Poessinger | |
2020-06-26 | Jenkins: ISO test is conditional on file existence | Christian Poessinger | |
2020-06-25 | packages: frr: fix comment | Christian Poessinger | |
2020-06-25 | packages: 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-25 | packages: netfilter: fix build issue on conntrack-tool | Christian Poessinger | |
2020-06-25 | Docker: T2640: Added ability to build Docker images with VyOS | zsdc | |
This implementation works, but it is on the proof-of-concept stage and requires extended testing. | |||
2020-06-24 | Jenkins: do not build ISO when only packages folder changes | Christian Poessinger | |
2020-06-24 | Jenkins: T2625: import Kernel Pipeline | Christian Poessinger | |
Imported from https://github.com/vyos/vyos-build-kernel commit 9e7c12b | |||
2020-06-24 | Docker: strongswan requires python3-stdeb for VICI builds | Christian Poessinger | |
2020-06-24 | Jenkins: lib: T2625: extend quotes on SSH commands | Christian Poessinger | |
2020-06-24 | Jenkins: lib: T2625: SSH commands must be wrapped in "" to function | Christian Poessinger | |
2020-06-24 | Jenkins: lib: T2625: use discrete SSH commands on deployment | Christian Poessinger | |
2020-06-23 | Jenkins: lib: T2625: add getChangeSetPath() function | Christian Poessinger | |
Retrieve the path where git should check for modified files to trigger the pipeline build or not. | |||
2020-06-23 | Jenkins: lib: T2625: must checkout scm for changelog detection | Christian Poessinger | |
... else we can not trigger on changed files. | |||
2020-06-23 | Jenkins: lib: do not checkout scm by default | Christian Poessinger | |
2020-06-23 | Jenkins: lib: T2625: unbloat ISO build | Christian Poessinger | |
2020-06-22 | Docker: refresh dependencies for vyos-1xx | Christian Poessinger | |
2020-06-22 | Jenkins: lib: T2625: remove debug output | Christian Poessinger | |
2020-06-21 | Jenkins: lib: T2625: bugfix deployment of FRR package | Christian Poessinger | |
2020-06-21 | Jenkins: lib: T2625: change order of deployment commands | Christian Poessinger | |
2020-06-21 | Jenkins: lib: Nested when condition "not" requires exactly 1 child condition | Christian Poessinger | |
2020-06-21 | Jenkins: do not run ISO build when pipeline library changes | Christian Poessinger | |
2020-06-21 | Jenkins: packages: add underscore for library calls | Christian Poessinger | |
The underscore (_) is not a typo! You need this underscore if the line immediately after the @Library annotation is not an import statement! | |||
2020-06-21 | Jenkins: lib: Debian packges must be build in 'build' subdirectory | Christian Poessinger | |
Package build must be done in "any" subdir. Without it the Debian build system is unable to generate the *.deb files in the sources parent directory, which will cause a "Permission denied" error. | |||
2020-06-21 | Jenkins: improve when {} build conditions for timer and user builds | Christian Poessinger | |
2020-06-21 | Jenkins: make AWS S3 upload more robust | Christian Poessinger | |