Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-30 | Merge pull request #270 from sarthurdev/containers | Christian Poessinger | |
containers: T2216: Include busybox container image for smoketest | |||
2022-10-29 | pyhumps: fix copy/paste error in build package name | Christian Poessinger | |
2022-10-29 | pyhumps: disable arm64 build as Python uses "all" architecture | Christian Poessinger | |
2022-10-29 | pyhumps: add initial package build | Christian Poessinger | |
2022-10-29 | containers: T2216: Include busybox container image, used in smoketests (1MB) | sarthurdev | |
2022-10-29 | Kernel: T4691: update Linux Kernel to v5.15.76 | Christian Poessinger | |
2022-10-19 | pdns: T4511: upgrade to version 4.8 | Christian Poessinger | |
2022-10-16 | Docker: T4284: use libbpf-dev from Debian repo over specific commit | Christian Poessinger | |
In order to properly retrieve JSON information in the Smoketests for the new QoS implementation we need a recent (>6.0) version of iproute2. This requires the libbpf-dev package. | |||
2022-10-15 | Kernel: T4691: update Linux Kernel to v5.15.74 | Christian Poessinger | |
2022-10-13 | Kernel: T4691: update Linux Kernel to v5.15.73 | Christian Poessinger | |
2022-10-11 | Merge pull request #268 from sarthurdev/current | John Estabrook | |
build: T3664: Fix apt pinning file issue and use defaults for paths | |||
2022-10-11 | build: T3664: Fix apt pinning file issue and use defaults for paths | sarthurdev | |
2022-10-11 | Merge pull request #267 from sarthurdev/current | Christian Poessinger | |
T3664: Add support for local packages, generate apt release pinning | |||
2022-10-09 | T3664: Add support for local packages, generate apt release pinning | sarthurdev | |
* APT::Default-Release caused an issue when local packages present | |||
2022-10-09 | Revert "Jenkins: T3664: add environment debug code" | Christian Poessinger | |
This reverts commit a670b2dc68174c1d68e39e61bcf1fb5b20d33f35. | |||
2022-10-09 | Jenkins: T3664: preserve environment when calling sudo for image build | Christian Poessinger | |
COmmit 8bcce0a ("Jenkins: T3664: specify PYTHONDONTWRITEBYTECODE environment variable") defined the python environment variable, but subsequent calls to sudo did not preserve the new environment. This has been changed. | |||
2022-10-08 | Jenkins: T3664: add environment debug code | Christian Poessinger | |
2022-10-08 | Revert: "accel-ppp: T4691: upgrade LUA dependency to version 5.4" | Christian Poessinger | |
This reverts commit 262183c as Accel PPP has issues starting up. | |||
2022-10-08 | Jenkins: T3664: specify PYTHONDONTWRITEBYTECODE environment variable | Christian Poessinger | |
The new buildsystem also creates python bytecode which has the drawback that the Jenkins call to "sudo make purge" and "deleteDir()" can not remove the files under vyos-build/scripts/__pycache__/ and gives: vyos_build_defaults.cpython-39.pyc: Operation not permitted vyos_build_utils.cpython-39.pyc: Operation not permitted This commit disables python byte-code generation on ISO builds as there is no performance impact as the script is called only once anyway. | |||
2022-10-07 | Jenkins: reference build variables in new build system | Christian Poessinger | |
2022-10-07 | Testsuite: T3664: move to new toml based input files | Christian Poessinger | |
2022-10-07 | Kernel: T3664: parse version file from toml input | Christian Poessinger | |
2022-10-07 | Docker: T3664: install yq dependency which has a jq like tool for toml files | Christian Poessinger | |
2022-10-07 | Jenkins: T3664: enable ISO build using new build flavor system | Christian Poessinger | |
2022-10-07 | T3664: re-enable pdns-recursor 4.7 branch | Christian Poessinger | |
DUring development of commit 3979b25 ("T3664: initial implementation of the build flavor system") this was accidently reverted back to 4.5 series. | |||
2022-10-07 | Merge pull request #257 from dmbaturin/T3664-flavors | Christian Poessinger | |
T3664: initial implementation of the build flavor system | |||
2022-10-06 | T3664: improve error reporting of the initramfs hook | Daniil Baturin | |
2022-10-06 | T3664: initial implementation of the build flavor system | Daniil Baturin | |
2022-10-06 | accel-ppp: T4691: upgrade LUA dependency to version 5.4 | Christian Poessinger | |
2022-10-05 | accel-ppp: T4691: adjust to changes in CMake build system | Christian Poessinger | |
Specifying -DLUA=True results in selection of the Lua language version 5.1 - we need 5.3. | |||
2022-10-05 | Revert "accel-ppp: T4691: disable LUA as it's unused in VyOS" | Christian Poessinger | |
This reverts commit 719013886df2a324f09217d2fd11feddab330a05. | |||
2022-10-05 | Kernel: T4691: update Linux Kernel to v5.15.72 | Christian Poessinger | |
2022-09-28 | Kernel: T4691: update Linux Kernel to v5.15.71 | Christian Poessinger | |
2022-09-23 | Kernel: T4691: update Linux Kernel to v5.15.70 | Christian Poessinger | |
2022-09-21 | Kernel: T4691: update Linux Kernel to v5.15.69 | Christian Poessinger | |
2022-09-16 | accel-ppp: T4691: disable LUA as it's unused in VyOS | Christian Poessinger | |
2022-09-16 | Kernel: T4691: update Linux Kernel to v5.15.68 | Christian Poessinger | |
2022-09-14 | nftables: T4691: install required libeditreadline-dev on demand | Christian Poessinger | |
We can not install it into the docker container as this uninstalls libreadline-dev, which is required by other packages. | |||
2022-09-13 | Docker: T4691: fix conflicting packages | Christian Poessinger | |
2022-09-13 | nftables: T4691: upgrade to version 1.0.5 | Christian Poessinger | |
2022-09-13 | Docker: T4691: add missing dependencies for recent nftables build | Christian Poessinger | |
2022-09-13 | Revert "T3641: nftables: use upstream package" | Christian Poessinger | |
This reverts commit cd9cd920cdabd7cd7c5bd0e6108fd1c0e78c3cb9. | |||
2022-09-13 | accel-ppp: T4691: package upgrade with minor fixes to sstp | Christian Poessinger | |
2022-09-13 | firmware: T4691: update to Linux release 20220815 | Christian Poessinger | |
2022-09-13 | Kernel: T4691: Initial support for 5.15.67 | Christian Poessinger | |
2022-09-13 | iproute2: T4691: upgrade version to match 5.15 kernel tree | Christian Poessinger | |
2022-09-09 | Kernel: T3318: update Linux Kernel to v5.10.142 | Christian Poessinger | |
2022-09-06 | Merge pull request #262 from initramfs/current-firmware-whence | Christian Poessinger | |
firmware: T4671: create missing symlinks defined in WHENCE file | |||
2022-09-06 | firmware: T4671: create missing symlinks defined in WHENCE file | initramfs | |
2022-09-05 | Kernel: T3318: update Linux Kernel to v5.10.141 | Christian Poessinger | |