summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-27systemd: services: remove no longer available lighttpd.service from disable listChristian Poessinger
(cherry picked from commit a834d2a97a159ad4ec1f5ffa285c6748ffcc3ddd)
2021-08-27systemd: services: remove no longer available exim4.service from disable listChristian Poessinger
(cherry picked from commit 1ecd2cdd0e84616df04f246827e6d1ea1062782e)
2021-08-26Jenkins: trigger build at 0530 hoursChristian Poessinger
2021-08-26Jenkins: BUILD_VERSION is now calculated during runtimeChristian Poessinger
In the past a cached version of BUILD_VERSION was used which would manifest in a wrong timestamp from build start time vs ISO time.
2021-08-22Jenkins: place snapshot images in a version subdirectoryChristian Poessinger
when BUILD_SNAPSHOT is set, place image in a subdirectory that is named after the specified BUILD_VERSION parameter. Example: vyos-1.3.0-rc6-amd64.iso will be uploaded to snapshot/1.3.0-rc6.
2021-08-22Jenkins: BUILD_BY and BUILD_VERSION should be placed in quotesChristian Poessinger
2021-08-22Jenkins: when BUILD_SNAPSHOT is set - only publish to snapshot bucketChristian Poessinger
2021-08-19Kernel: T3318: update Linux Kernel to v5.10.60Christian Poessinger
2021-08-19Testsuite: verify proper running Kernel version compared to repoChristian Poessinger
2021-08-17Kernel: T3318: update Linux Kernel to v5.10.59Christian Poessinger
2021-08-15Makefile: add "make test-no-interfaces" to start smoketests w/o interface testsChristian Poessinger
2021-08-12Kernel: T3318: update Linux Kernel to v5.10.58Christian Poessinger
2021-08-08Kernel: T3223: update linux-firmware to 20210716Christian Poessinger
2021-08-08Jenkins: lib: fix kernel build triggerChristian Poessinger
We can only pass one changesPath as variable due toe ANT limitation.
2021-08-08Kernel: T3318: update Linux Kernel to v5.10.57Christian Poessinger
2021-08-06T3713: move utilities to the vyos-user-utils meta-package.Daniil Baturin
2021-08-06Revert "frr: T3694: add pending patches"Christian Poessinger
This reverts commit 232edcb748aad41e12584d1f14f39268a3b16c48.
2021-08-04Merge pull request #181 from runborg/pi_image_depsChristian Poessinger
Docker: arm64: Add dependencied for building embedded arm images
2021-08-04Docker: arm64: Add dependencied for building embedded arm imagesRunar Borge
2021-08-04Kernel: T3318: update Linux Kernel to v5.10.56Christian Poessinger
2021-08-03frr: T3694: add pending patchesChristian Poessinger
Add pending stable/7.5 branch patches before they are upstreamed. https://github.com/FRRouting/frr/pull/9281
2021-08-03Kernel: T3318: update Linux Kernel to v5.10.55Christian Poessinger
2021-08-01GitHub: add PR conflict and author assignment workflowsChristian Poessinger
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