Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-01 | Revert "Testsuite: list config directories for trouble shooting" | Christian Poessinger | |
This reverts commit 9b1ed0551854575c1e0608daaf5e0dc31c2958c9. | |||
2021-07-31 | Kernel: T1441: enable CONFIG_NFT_XFRM | Christian Poessinger | |
2021-07-31 | Revert "frr: add bfdd to frr-reload.py daemons list" | Christian Poessinger | |
This reverts commit 239adee7560051e6e506e2859407611956608bba. Patch is not mainlined in FRR. | |||
2021-07-30 | Jenkins: Docker: use dedicated variables for amd64/arm64 | Christian Poessinger | |
To not have potential overwritten variables, separate image names per architecture. | |||
2021-07-29 | Kernel: T3318: update Linux Kernel to v5.10.54 | Christian Poessinger | |
2021-07-29 | T3677: reintroduce the vyos-utils package list and add the sipcalc package. | Daniil Baturin | |
2021-07-27 | Jenkins: Kernel: extend changeset globbing pattern | Christian Poessinger | |
We need to exchange the globbing pattern to also find modification in sub-directories of packages/linux-kernel. | |||
2021-07-26 | Kernel: T3318: update Linux Kernel to v5.10.53 | Christian Poessinger | |
2021-07-26 | kernel: T3704: Enabled SG module | zsdc | |
Enabled build of the SG module to make possible communication with RAID adapters from Areca (https://www.areca.com.tw/). | |||
2021-07-26 | Jenkins: when building VyOS ISO use UTC timestamp | Christian Poessinger | |
2021-07-24 | Kernel: also trigger build if the version is upgraded | Christian Poessinger | |
2021-07-24 | README: minor updates | Christian Poessinger | |
2021-07-24 | Jenkins: only build packages if the package changes at all - skip otherwise | Christian Poessinger | |
This will only run the Jenkins Pipeline if Git detects a change in the specified file path. If no change is found in the path, the individual Pipeline statges are skipped. | |||
2021-07-24 | Jenkins: lib: add changesPattern parameter to buildPackage class | Christian Poessinger | |
we can now externally control if the package should be build when a file changes. It defaults to "*" which means "always build". | |||
2021-07-24 | Jenkins: lib: remove skipDefaultCheckout() from pipeline options | Christian Poessinger | |
We need the default checkout to determine the Git changeset. | |||
2021-07-24 | Jenkins: lib: reduce buildDiscarder value from 20 -> 10 | Christian Poessinger | |
2021-07-22 | Merge pull request #178 from sarthurdev/pki_openvpn | Christian Poessinger | |
pki: openvpn: T3642: Generate test keys using openvpn binary, previous op-mode command removed | |||
2021-07-21 | Kernel: T3318: update Linux Kernel to v5.10.52 | Christian Poessinger | |
2021-07-21 | pki: openvpn: T3642: Generate test keys using openvpn binary, previous ↵ | sarthurdev | |
op-mode command removed | |||
2021-07-19 | Kernel: T3318: update Linux Kernel to v5.10.51 | Christian Poessinger | |
2021-07-19 | Merge pull request #177 from sarthurdev/pki_wg | Christian Poessinger | |
pki: wireguard: T3642: Key pair for migration tests after op-mode command is removed | |||
2021-07-19 | pki: wireguard: T3642: Key pair for migration tests after op-mode command is ↵ | sarthurdev | |
removed | |||
2021-07-14 | Kernel: T3318: update Linux Kernel to v5.10.50 | Christian Poessinger | |
2021-07-12 | Kernel: T3318: update Linux Kernel to v5.10.49 | Christian Poessinger | |
2021-07-10 | Docker: T3664: remove packer dependency | Christian Poessinger | |
2021-07-10 | Merge pull request #175 from UnicronNL/current | Christian Poessinger | |
T3664: Eliminate obsolete build flavours | |||
2021-07-10 | Jenkins: drop optional QEMU build flavor | Christian Poessinger | |
2021-07-09 | frr: add bfdd to frr-reload.py daemons list | Christian Poessinger | |
2021-07-09 | Kernel: T3318: update Linux Kernel to v5.10.48 | Christian Poessinger | |
2021-07-07 | T3664: remove vagrant build | Kim Hagen | |
2021-07-07 | T3664: Eliminate obsolete build flavours | Kim Hagen | |
2021-07-05 | T3663: build python3-inotify package using stdeb | John Estabrook | |
2021-07-04 | Debian: T3641: enable Bullseye APT "updates" | Christian Poessinger | |
2021-07-01 | Accel-PPP: T3641: update version which support building for Debian 11 | Christian Poessinger | |
2021-06-30 | Kernel: T3318: update Linux Kernel to v5.10.47 | Christian Poessinger | |
2021-06-29 | Debian: T3641: use ethtool from Buster | Christian Poessinger | |
The latest version from ethtool changed parts of how certain output text is handled RX/TX ring buffers, or how to work with SFP+ NICs and the possibility/not-possibility in configuring auto-negotiation parameters. Until those error(codes) are properly intercepted from VyOS 1.4 - use the old, known to work version of ethtool. | |||
2021-06-29 | Set the default shell to bash so that we can use -o pipefail | Daniil Baturin | |
2021-06-27 | Kernel: enable CONFIG_XFRM_INTERFACE | Christian Poessinger | |
Required for IPSec XFRM interfaces. | |||
2021-06-27 | Kernel: build CONFIG_USB_NET_HUAWEI_CDC_NCM as module | Christian Poessinger | |
2021-06-27 | Kernel: enable CONFIG_MPTCP | Christian Poessinger | |
2021-06-27 | chroot: drop vmware-tool/tools.conf now shipped in vyos-1x-vmware | Christian Poessinger | |
2021-06-27 | Jenkins: add missing "--privileged" flag to container startup | Christian Poessinger | |
2021-06-26 | frr: when using "git am" for patches, use date from the e-mail message | Christian Poessinger | |
By default the command records the date from the e-mail message as the commit author date, and uses the time of commit creation as the committer date. This allows the user to lie about the committer date by using the same value as the author date. | |||
2021-06-26 | Docker: use dedicated Jenkinsfile to build containers | Christian Poessinger | |
2021-06-26 | Jenkins: make arm64 dockerbuild a dedicated execution path | Christian Poessinger | |
2021-06-25 | Docker: T3641: upgrade rtrlib version to properly locate libssh-dev | Christian Poessinger | |
The latest commit of rtrlib is required to properly locate the libssh-dev header files for Debian Bullseye base systems. | |||
2021-06-23 | Kernel: T3318: update Linux Kernel to v5.10.46 | Christian Poessinger | |
2021-06-22 | Testsuite: list config directories for trouble shooting | Christian Poessinger | |
2021-06-22 | Testsuite: consolidate usage of VyOS op/cfg shell prompt | Christian Poessinger | |
2021-06-22 | lb: turn on debugging informational messages | Christian Poessinger | |