summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-24Jenkins: lib: reduce buildDiscarder value from 20 -> 10Christian Poessinger
2021-07-22Merge pull request #178 from sarthurdev/pki_openvpnChristian Poessinger
pki: openvpn: T3642: Generate test keys using openvpn binary, previous op-mode command removed
2021-07-21Kernel: T3318: update Linux Kernel to v5.10.52Christian Poessinger
2021-07-21pki: openvpn: T3642: Generate test keys using openvpn binary, previous ↵sarthurdev
op-mode command removed
2021-07-19Kernel: T3318: update Linux Kernel to v5.10.51Christian Poessinger
2021-07-19Merge pull request #177 from sarthurdev/pki_wgChristian Poessinger
pki: wireguard: T3642: Key pair for migration tests after op-mode command is removed
2021-07-19pki: wireguard: T3642: Key pair for migration tests after op-mode command is ↵sarthurdev
removed
2021-07-14Kernel: T3318: update Linux Kernel to v5.10.50Christian Poessinger
2021-07-12Kernel: T3318: update Linux Kernel to v5.10.49Christian Poessinger
2021-07-10Docker: T3664: remove packer dependencyChristian Poessinger
2021-07-10Merge pull request #175 from UnicronNL/currentChristian Poessinger
T3664: Eliminate obsolete build flavours
2021-07-10Jenkins: drop optional QEMU build flavorChristian Poessinger
2021-07-09frr: add bfdd to frr-reload.py daemons listChristian Poessinger
2021-07-09Kernel: T3318: update Linux Kernel to v5.10.48Christian Poessinger
2021-07-07T3664: remove vagrant buildKim Hagen
2021-07-07T3664: Eliminate obsolete build flavoursKim Hagen
2021-07-05T3663: build python3-inotify package using stdebJohn Estabrook
2021-07-04Debian: T3641: enable Bullseye APT "updates"Christian Poessinger
2021-07-01Accel-PPP: T3641: update version which support building for Debian 11Christian Poessinger
2021-06-30Kernel: T3318: update Linux Kernel to v5.10.47Christian Poessinger
2021-06-29Debian: T3641: use ethtool from BusterChristian 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-29Set the default shell to bash so that we can use -o pipefailDaniil Baturin
2021-06-27Kernel: enable CONFIG_XFRM_INTERFACEChristian Poessinger
Required for IPSec XFRM interfaces.
2021-06-27Kernel: build CONFIG_USB_NET_HUAWEI_CDC_NCM as moduleChristian Poessinger
2021-06-27Kernel: enable CONFIG_MPTCPChristian Poessinger
2021-06-27chroot: drop vmware-tool/tools.conf now shipped in vyos-1x-vmwareChristian Poessinger
2021-06-27Jenkins: add missing "--privileged" flag to container startupChristian Poessinger
2021-06-26frr: when using "git am" for patches, use date from the e-mail messageChristian 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-26Docker: use dedicated Jenkinsfile to build containersChristian Poessinger
2021-06-26Jenkins: make arm64 dockerbuild a dedicated execution pathChristian Poessinger
2021-06-25Docker: T3641: upgrade rtrlib version to properly locate libssh-devChristian Poessinger
The latest commit of rtrlib is required to properly locate the libssh-dev header files for Debian Bullseye base systems.
2021-06-23Kernel: T3318: update Linux Kernel to v5.10.46Christian Poessinger
2021-06-22Testsuite: list config directories for trouble shootingChristian Poessinger
2021-06-22Testsuite: consolidate usage of VyOS op/cfg shell promptChristian Poessinger
2021-06-22lb: turn on debugging informational messagesChristian Poessinger
2021-06-21Debian: T3641: allow package downgradesChristian Poessinger
2021-06-21T3641: hooks: open-vm-tools: use Python3 interpreterChristian Poessinger
2021-06-21Docker: ipaddrcheck only has a build dependency on libcidr-dev, remove libcidr0Christian Poessinger
2021-06-21Revert "vmware: tools.conf is now provided via vyos-1x-vmware package"Christian Poessinger
This reverts commit 27a15f8577cd0bf848f30ca2ecb8e147055c3618.
2021-06-21Debian: T3641: use bash/bash-completion from BusterChristian Poessinger
vyatta-bash is incompatible with the new syntax found in bash-completion which was added in BASH 5.1. Thus we select the "old" bash version from Debian Buster which is known to work.
2021-06-21lb: T3641: APT::Default-Release="current" no longer worksChristian Poessinger
Pin all packages from our current repository with a APT preference file.
2021-06-21lb: T3641: switch to UTC timestampsChristian Poessinger
2021-06-21PDNS: T3641: we can use the upstream version 4.4Christian Poessinger
2021-06-21Docker: T3641: vyos-1x now depends on dh-pythonChristian Poessinger
2021-06-21T3641: nftables: use upstream packageChristian Poessinger
2021-06-20Docker: T3641: temporary disable arm64 buildsChristian Poessinger
qemu: uncaught target signal 11 (Segmentation fault) - core dumped /var/lib/dpkg/info/libc-bin.postinst: line 53: 2576 Segmentation fault ldconfig qemu: uncaught target signal 11 (Segmentation fault) - core dumped /var/lib/dpkg/info/libc-bin.postinst: line 53: 2579 Segmentation fault ldconfig --verbose dpkg: error processing package libc-bin (--configure): installed libc-bin package post-installation script subprocess returned error exit status 139 Errors were encountered while processing: libc-bin
2021-06-20Merge branch 'debian-bullseye' into currentChristian Poessinger
* debian-bullseye: T3641: hooks: use Python3 interpreter vmware: tools.conf is now provided via vyos-1x-vmware package Docker: T3641: add libiptc-dev build time dependency required by strongSwan FRR: T3641: fix package build on Bullseye (workaround) Docker: T3641: update rtrlib version 0.6.3 -> 0.7.0 Debian: T3641: switch to new distro Debian 11 - Bullseye
2021-06-20T3641: hooks: use Python3 interpreterChristian Poessinger
2021-06-20vmware: tools.conf is now provided via vyos-1x-vmware packageChristian Poessinger
2021-06-20Docker: T3641: add libiptc-dev build time dependency required by strongSwanChristian Poessinger