summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-24Jenkins: add parameters to image buildChristian Poessinger
The ISO image build should be able to be parameterised from the outside, as setting who build the image, and which version number to use. If nothing is specified, use sane defaults as the current timestand and autobuild@vyos.net.
2021-03-19Kernel: T3318: update Linux Kernel to v5.10.24Christian Poessinger
2021-03-18Install additional "irqtop" packageChristian Poessinger
2021-03-17Merge pull request #152 from DmitriyEshenko/cur-build-17032021Christian Poessinger
systemd-udev: T3242: Add hook to prevent link_config redundancy call
2021-03-17systemd-udev: T3242: Add hook to prevent link_config redundancy callDmitriyEshenko
2021-03-15Jenkins: run smoketests without vyos-configdChristian Poessinger
We currently have a nested regression with the testcases, where they randomly pass on different hosts but fail on the Jenkins instance. Hopefully this can sched some light.
2021-03-13Kernel: T3318: update Linux Kernel to v5.10.23Christian Poessinger
2021-03-11Merge pull request #150 from Codecasaurus/salt-3002.5Christian Poessinger
salt: T3373: Upgrade to SaltStack version 3002.5
2021-03-11t3372: support public HTTPS repos in live-buildCody Brannan
2021-03-09Kernel: T3318: update Linux Kernel to v5.10.22Christian Poessinger
2021-03-05Kernel: T3318: update Linux Kernel to v5.10.20Christian Poessinger
2021-02-28salt: T3373: Upgrade to SaltStack version 3002.5Cody Brannan
2021-02-28Move OCaml version to a variable and update to the latest 4.12Daniil Baturin
2021-02-28Use a longer, more descriptive --no-setup opam option.Daniil Baturin
It disables user shell environment setup.
2021-02-28Merge pull request #148 from Codecasaurus/docker-build-opamDaniil Baturin
Docker: T3363: ensure prompts are answered
2021-02-27Docker: T3363: Force no-setup mode for opam initCody Brannan
2021-02-27frr: remove local rpki frr-reload patch as this has been backported to 7.5Christian Poessinger
2021-02-27Kernel: T3318: update Linux Kernel to v5.10.19Christian Poessinger
2021-02-23Merge pull request #147 from DmitriyEshenko/build-2302202101Christian Poessinger
T3303: Modify os_release file for changing Welcome message on boot
2021-02-23T3303: Modify os_release file for changing Welcome message on bootDmitriyEshenko
2021-02-20Jenkins: lib: fix "Bad substitution" error on GitHub PR buildsChristian Poessinger
2021-02-18Add containers to OCaml dependencies.Daniil Baturin
2021-02-18Kernel: T3318: update Linux Kernel to v5.10.17Christian Poessinger
2021-02-17Kernel: Jenkins: limit *.deb search path depthChristian Poessinger
2021-02-17Kernel: T3318: update Linux Kernel to v5.10.16Christian Poessinger
2021-02-15kernel: T3312: Add SolarFlire kernel modules Eshenko Dmitriy
2021-02-09Jenkins: disable arm64 builds againChristian Poessinger
2021-02-09Jenkins: convert FILE toString() when uploading artifacts from nested pathsChristian Poessinger
2021-02-08Jenkins: fix unexpected char: '#' - Groovy does not like BASH fooChristian Poessinger
2021-02-08Kernel: Jenkins: cleanup variable definitionsChristian Poessinger
2021-02-08Jenkins: do not add package from nested path to repreproChristian Poessinger
2021-02-08Jenkins: frr: support arm64 buildsChristian Poessinger
2021-02-08Jenkins: reprepro delete unreferenced packagesChristian Poessinger
2021-02-08Jenkins: reuseNode when building with DockerChristian Poessinger
2021-02-08Jenkins: cleanup before buildChristian Poessinger
2021-02-08Jenkins: simplify passing of Docker optionsChristian Poessinger
2021-02-08Kernel: T3295: update Linux Kernel to v5.10.14Christian Poessinger
2021-02-08Revert "frr: T3182: revert back to 7.4 series"Christian Poessinger
This reverts commit 01c7e4b51098a4585ef2291a391eb62bbe50e48e.
2021-02-08Revert "frr: T3182: revert back to 7.3 series"Christian Poessinger
This reverts commit 1278d2d0fe08da7b2b98586c0f9514b3fe0ce564.
2021-02-07Jenkins: add support for arm64 package buildsChristian Poessinger
2021-02-05Kernel: drop telco driversChristian Poessinger
2021-02-05Jenkins: only keep ISO images for 14 daysChristian Poessinger
2021-02-02Jenkins: run containers with "reuseNode" to stay on the same nodeqxmips
2021-01-31Merge pull request #144 from zdc/T2640-sagittaChristian Poessinger
VyOS in Docker: T2640: Fixed builds for sagitta
2021-01-31Kernel: also trigger build when "data/defaults.json" changesChristian Poessinger
(cherry picked from commit 070e2e77e93f34402fe17a6640dade7109571d63)
2021-01-31Kernel: T3276: update Linux Kernel to v5.10.12Christian Poessinger
2021-01-31iproute2: T3276: bump version to 5.10 to match the running KernelChristian Poessinger
2021-01-31Testsuite: use buildin commands over 'openvpn --genkey' raw commandChristian Poessinger
2021-01-31VyOS in Docker: T2640: Fixed builds for sagittazsdc
Fixed the problem when APT repositories were not configured properly in VyOS 1.4 / sagitta during a Docker image build.
2021-01-30Testsuite: generate required OpenVPN key(s)Christian Poessinger
Now all the loaded configs will support OpenVPN based interfaces, too. All required keys are now generated so the loaded configurations can use: - /config/auth/ovpn_test_ca.pem - /config/auth/ovpn_test_server.pem - /config/auth/ovpn_test_server.key - /config/auth/ovpn_test_dh.pem - /config/auth/ovpn_test_site2site.key - /config/auth/ovpn_test_tls_auth.key