Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-23 | CONTIBUTING: sync version with vyos-1x commit ee6bf7e9 | Christian Poessinger | |
2021-04-23 | Kernel: T3489: enable kexec support | Rob Thomas | |
This allows us to use kexec in the future to support fast reboots. This is more important on physical hardware which can take 10+ minutes to POST. Signed-Off-By: Rob Thomas <xrobau@gmail.com> | |||
2021-04-23 | Kernel: T3489: re-enable NUMA in kernel build | Rob Thomas | |
All throughout the history of vyos-build, NUMA has been disabled. It WAS enabled back in Vyatta days, so something somewhere has accidentally turned it off - and it's ALSO mentioned explicitly in various pieces of documentation, so it's MEANT to be on! Note for future researchers: CONFIG_INOTIFY_STACKFS=y is provided by a patch, so patch the kernel BEFORE running make menuconfig, or manually put it back. If not, it'll vanish and is a wanted part of the build. Signed-Off-By: Rob Thomas <xrobau@gmail.com> | |||
2021-04-22 | Merge pull request #160 from runborg/current | Christian Poessinger | |
kernel: T3486: Prepare for arm64 builds | |||
2021-04-22 | Kernel: T3318: update Linux Kernel to v5.10.32 | Christian Poessinger | |
2021-04-19 | kernel: T3486: Prepare for arm64 builds | Runar Borge | |
2021-04-17 | Kernel: T3318: update Linux Kernel to v5.10.31 | Christian Poessinger | |
2021-04-15 | Kernel: T3318: update Linux Kernel to v5.10.30 | Christian Poessinger | |
2021-04-13 | Merge pull request #157 from sever-sever/T2216-dep | Christian Poessinger | |
containers: T2216: Add podman dependency pkgs | |||
2021-04-13 | containers: T2216: Add podman dependency pkgs | sever-sever | |
2021-04-13 | Merge pull request #156 from sever-sever/T2216-pod | Christian Poessinger | |
containers: T2216: Add podman for containers | |||
2021-04-11 | Kernel: T3318: update Linux Kernel to v5.10.29 | Christian Poessinger | |
2021-04-11 | Testsuite: QEMU: add in 3 more NICs as required by the L3VPN EVPN test | Christian Poessinger | |
2021-04-09 | containers: T2216: Add podman for containers | sever-sever | |
2021-04-09 | chroot: import modprobe.d/no-copybreak.conf from vyatta-cfg-system | Christian Poessinger | |
2021-04-09 | iproute2: patches: add fix for erspan JSON output | Christian Poessinger | |
See thread [1] for more infomration. [1] https://lore.kernel.org/netdev/3ac544c09842410fb863b332917a03ad@poessinger.com/ | |||
2021-04-09 | packages: wide-dhcpv6: rename build script | Christian Poessinger | |
2021-04-09 | Kernel: move build to "normal" Pipeline library | Christian Poessinger | |
This is initial work required to also build an arm64 Kernel via the CI. | |||
2021-04-07 | Kernel: T3318: update Linux Kernel to v5.10.28 | Christian Poessinger | |
2021-04-04 | fixed s3 upload path | qxmips | |
2021-04-05 | qat: update to 1.7.L.4.13.0-00009 | Christian Poessinger | |
2021-04-04 | build: qemu: do not use symlinks on generated images | Christian Poessinger | |
Jenkins can not properly deal with symbolic links. | |||
2021-04-04 | Merge pull request #155 from runborg/current | Christian Poessinger | |
Jenkins: add cleanup for finalize stage | |||
2021-04-04 | Jenkins: add cleanup for finalize stage | Runar Borge | |
2021-04-03 | T2108: add main and backup minisign release keys. | Daniil Baturin | |
2021-04-03 | Jenkins: indention fix | Christian Poessinger | |
2021-04-03 | packages: add minisign | Christian Poessinger | |
2021-04-03 | Testsuite: extend QEMU interactions | Christian Poessinger | |
* Change the way how networking is setup to ensure that the network interface inside the QEMU gues is actually u/U instead of u/D * Use common base MAC address * Run "show interfaces" after installation to check all requirements are met | |||
2021-04-02 | Jenkins: make QEMU image build optional | Christian Poessinger | |
2021-03-31 | Kernel: T3318: update Linux Kernel to v5.10.27 | Christian Poessinger | |
2021-03-27 | Jenkins: builds can run 150 minutes and do not fail fast | Christian Poessinger | |
2021-03-27 | systemd: services: disable sendmail | Christian Poessinger | |
2021-03-26 | iproute2 update to debian/5.10.0-4_bpo10+1 | Christian Poessinger | |
2021-03-26 | Kernel: Jenkins: cleanup, move LogRotator setting to pipeline options | Christian Poessinger | |
2021-03-26 | Jenkins: fix type - do not keep 200 builds | Christian Poessinger | |
2021-03-26 | Jenkins: enable arm64 builds | Christian Poessinger | |
2021-03-26 | Jenkins: fix buildPackage call, it's null not none | Christian Poessinger | |
2021-03-26 | Jenkins: enable arm64 builds | Christian Poessinger | |
2021-03-26 | Jenkins: enable arm64 builds | Christian Poessinger | |
2021-03-26 | Kernel: T3318: update Linux Kernel to v5.10.26 | Christian Poessinger | |
2021-03-26 | http api: T3412: add build dependencies for vyos-http-api-tools | John Estabrook | |
2021-03-26 | Jenkins: lib: fix file encoding (<U+200B>) issues | Christian Poessinger | |
2021-03-26 | Jenkins: lib: move buildDiscarder settings to pipeline ~options | Christian Poessinger | |
2021-03-26 | Jenkins: add build option for AWS S3 snapshot bucket upload | Christian Poessinger | |
2021-03-26 | Jenkins: upload ISO image to folder named after the Git branch instead of ↵ | Christian Poessinger | |
rolling By default all uploads are uploaded to the "rolling" folder and a symlink for the latest upload is created. If a 1.3 beta image is build after a 1.4 run - the resulting "latest-rolling.iso" image will be 1.3 instead of 1.4 | |||
2021-03-26 | Merge pull request #154 from runborg/current | Christian Poessinger | |
Jenkins: Activate EC2 builders and Re-enable multiarch/arm64 builds | |||
2021-03-26 | Jenkins: Activate EC2 builders and Re-enable multiarch/arm64 builds | Runar Borge | |
Re-enabling arm64 builds on its own buildhosts requires a bit of rewrite to get up and running, using this commit will allow native builds of all needed platforms if we add more platforms at a later date | |||
2021-03-25 | Jenkins: add build parameter for image upload and smoketests | Christian Poessinger | |
2021-03-24 | Kernel: T3318: update Linux Kernel to v5.10.25 | Christian Poessinger | |
2021-03-24 | Jenkins: add parameters to image build | Christian 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. |