summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-01Revert "Testsuite: list config directories for trouble shooting"Christian Poessinger
This reverts commit 9b1ed0551854575c1e0608daaf5e0dc31c2958c9.
2021-07-31Kernel: T1441: enable CONFIG_NFT_XFRMChristian Poessinger
2021-07-31Revert "frr: add bfdd to frr-reload.py daemons list"Christian Poessinger
This reverts commit 239adee7560051e6e506e2859407611956608bba. Patch is not mainlined in FRR.
2021-07-30Jenkins: Docker: use dedicated variables for amd64/arm64Christian Poessinger
To not have potential overwritten variables, separate image names per architecture.
2021-07-29Kernel: T3318: update Linux Kernel to v5.10.54Christian Poessinger
2021-07-29T3677: reintroduce the vyos-utils package list and add the sipcalc package.Daniil Baturin
2021-07-27Jenkins: Kernel: extend changeset globbing patternChristian Poessinger
We need to exchange the globbing pattern to also find modification in sub-directories of packages/linux-kernel.
2021-07-26Kernel: T3318: update Linux Kernel to v5.10.53Christian Poessinger
2021-07-26kernel: T3704: Enabled SG modulezsdc
Enabled build of the SG module to make possible communication with RAID adapters from Areca (https://www.areca.com.tw/).
2021-07-26Jenkins: when building VyOS ISO use UTC timestampChristian Poessinger
2021-07-24Kernel: also trigger build if the version is upgradedChristian Poessinger
2021-07-24README: minor updatesChristian Poessinger
2021-07-24Jenkins: only build packages if the package changes at all - skip otherwiseChristian 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-24Jenkins: lib: add changesPattern parameter to buildPackage classChristian 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-24Jenkins: lib: remove skipDefaultCheckout() from pipeline optionsChristian Poessinger
We need the default checkout to determine the Git changeset.
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