Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-05 | Docker: T2216: add required skopeo package to build container | Christian Poessinger | |
skopeo is required for container registry download to satisfy the vyos-1x container based smoketest(s). | |||
2022-11-03 | Kernel: T4691: update Linux Kernel to v5.15.77 | Christian Poessinger | |
2022-11-03 | Merge pull request #275 from dmbaturin/flavor-version-string | Christian Poessinger | |
T4796: fix argument order in merging default and custom options in buils-vyos-image | |||
2022-11-03 | T4796: fix argument order in merging default and custom options | Daniil Baturin | |
in buils-vyos-image | |||
2022-11-03 | Use a dedicated GitHub token for triggering vyos.net builds | Daniil Baturin | |
for nightly build page updates | |||
2022-11-01 | Merge pull request #272 from jestabro/standardize-op-mode-output | Christian Poessinger | |
Docker: T4791: python3-humps now a build dependency for vyos-1x nosetest | |||
2022-11-01 | Docker: T4791: python3-humps now a build dependency for vyos-1x nosetest | John Estabrook | |
On importing humps.decamelize in vyos/opmode.py, python3-pyhumps becomes a build dependency for the test test_op_mode.py. Create the package in the Docker image. | |||
2022-10-30 | Merge pull request #271 from dmbaturin/os-release-dehardcoding | Christian Poessinger | |
T3664: dehardcode fields of the OS release file | |||
2022-10-30 | T3664: dehardcode fields of the OS release file | Daniil Baturin | |
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 | |