summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-19Merge pull request #412 from c-po/cruxcruxChristian Breunig
Jenkins: disable nightly builds for old LTS image
2023-09-15Jenkins: disable nightly builds for old LTS imageChristian Breunig
2022-07-07Merge pull request #234 from andriiandrieiev/crux1.2.9-S1Daniil Baturin
Jenkins: builld dsc packages beside amd64 binaries
2022-05-05Jenkins: builld dsc packages beside amd64 binariesAndrii
2022-01-20build: qemu: do not use symlinks on generated imagesChristian Poessinger
Jenkins can not properly deal with symbolic links. (cherry picked from commit 5c359621dfff2b3d134547aa3be6cddc245a2a5e)
2022-01-20Jenkins: always archive artifactsChristian Poessinger
(cherry picked from commit 158fb72b1bb5e421d32f77bf8143e951d12180c5)
2022-01-05Jenkins: delete build artifacts 'the old way' to prevent Jenkins CI errorChristian Poessinger
2022-01-04Jenkins: sync build library and Pipeline to equuleus branchChristian Poessinger
2022-01-04Jenkins: change ISO version name from 1.2-crux to 1.2-stableChristian Poessinger
2021-12-03Merge pull request #208 from fetzerms/cruxChristian Poessinger
T4034: Fix xcp-ng-iso build for crux
2021-12-03Update MakefileMatthias Fetzer
2021-12-03T4034: Fix package list for xcp-ng-iso buildMatthias Fetzer
prepare target is running before xcp-ng-iso which copies ./data/package-lists/vyos-x86.list.chroot to $(build_dir)/config/package-lists/vyos-x86.list.chroot. During the build step, this is too late and therefore we need to patch the package list inside the build directory.
2021-11-09Merge pull request #200 from erkin/cruxDaniil Baturin
T3962: Check if open-vm-tools is present before attempting to write its config [crux]
2021-11-09T3962: Check if open-vm-tools is present before attempting to write its configerkin
2021-11-06Merge pull request #198 from sever-sever/T3971-cruxDaniil Baturin
build-iso: T3971: Ability to build ISO images for xcp-ng
2021-11-05build-iso: T3971: Ability to build ISO images for xcp-ngViacheslav
2021-11-04T3294: Change console baud rate for Dell VEP devices. Reorganize directory ↵Eshenko Dmitriy
tree for vendors
2021-10-31Merge pull request #183 from wegenerbenjamin/patch-1Christian Poessinger
T3761: Bump salt-minion to 3000
2021-10-23Revert "Kernel: T3849: update Linux Kernel to v4.19.207"Christian Poessinger
This reverts commit c0dc0f5578df83c762f15a6073cb863ca4a6a0d8.
2021-10-18Revert "Kernel: T3849: update Linux Kernel to v4.19.212"Christian Poessinger
This reverts commit 86b741f39d94d51074153ec0825c2246ca9ee752. This breaks the compilation of the Intel IGB drivers.
2021-10-17Kernel: T3849: update Linux Kernel to v4.19.212Christian Poessinger
2021-10-17T3912: use a more informative default login bannerDaniil Baturin
2021-10-17Docker: T3911: invalidate old LetsEncrypt CAChristian Poessinger
2021-09-23Kernel: T3849: update Linux Kernel to v4.19.207Christian Poessinger
2021-08-17Bump salt-minion to 3000wegenerbenjamin
salt-minion 2017.7 is out of support, bump is required
2021-07-10Merge pull request #176 from sever-sever/T3674Christian Poessinger
squid: T3674: Disable by default squid service
2021-07-09squid: T3674: Disable by default squid serviceViacheslav
2021-06-21Add Debian Jessie signing keys.Daniil Baturin
2021-06-19QAT: fix package build (extraction of driver version)Christian Poessinger
Sometimes the Intel QAT driver source is delivered with uppercase letters, sometimes lowercase - that confused the build script. The code now always translates the package name to lower case to handle this issue.
2021-06-19Revert "Try specifying kernel version dependency in the QAT's debian/control"Christian Poessinger
This reverts commit f16af4a8c781ef0f967741e361812ccedc1886a1.
2021-06-19Try specifying kernel version dependency in the QAT's debian/controlDaniil Baturin
2021-06-18Add kernel version debug print to build-intel-qat.shDaniil Baturin
2021-06-17Kernel: T3483: update Linux Kernel to v4.19.195Christian Poessinger
2021-06-10qat: use VyOS source mirrorChristian Poessinger
2021-06-10Kernel: T3483: update Linux Kernel to v4.19.194Christian Poessinger
2021-06-10charon-syslog: T2620: Add ike-name to IPSec logssever-sever
2021-06-10Add a mirror of the Debian ELTS repo to the default build setup.Daniil Baturin
2021-06-05Update the Saltstack repo URL and disable HTTPS cert verification.Daniil Baturin
Jessie lacks a CA or intermediate cert for the Amazon cert that Saltstack is now using, so build fails because the cert looks untrusted. Since APT will always verify GPG signatures, server authentication is redundant and disabling it doesn't create a security issue.
2021-05-09Kernel: T3483: update Linux Kernel to v4.19.190Christian Poessinger
2021-04-18Kernel: T3483: update Linux Kernel to v4.19.188Christian Poessinger
2021-04-04T2108: add main and backup minisign release keys.Daniil Baturin
(cherry picked from commit 68007b92d605d0205b013ffe1881c08649c0153a)
2021-04-03packages: add minisignChristian Poessinger
(cherry picked from commit cb2659c88c9166bec8088368211db42fa82b9129)
2021-03-05Kernel: T3238: Update Linux Kernel to v4.19.178Christian Poessinger
2021-02-24Fix misplaces statements in the package build script.Daniil Baturin
2021-02-24Correctly detect package architecture.Daniil Baturin
2021-02-18Kernel: T3238: Update Linux Kernel to v4.19.176Christian Poessinger
2021-01-26Merge pull request #142 from DmitriyEshenko/crux-lannerChristian Poessinger
Lanner: Add build procedure for Lanner NCA-25XX devices
2021-01-25Lanner: Add build procedure for Lanner NCA-25XX devicesDmitriyEshenko
2021-01-21Kernel: T3238: Update Linux Kernel to v4.19.169Christian Poessinger
2021-01-15Jenkins: retrive debian repo server via global variableChristian Poessinger