summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-06-06Merge pull request #651 from jestabro/config-default-system-versionHEADcurrentDaniil Baturin
migration: T6006: move config.boot.default to vyos-1x
2024-06-05migration: T6006: move config.boot.default to vyos-1xJohn Estabrook
2024-06-05Merge pull request #649 from dmbaturin/T6446-include-support-url-in-versionChristian Breunig
build: T6446: include support URL in the version data file
2024-06-05build: T6446: include support URL in the version dataDaniil Baturin
2024-06-03Merge pull request #648 from sever-sever/T6415Viacheslav Hletenko
T6415: Add repo-sync
2024-06-01T6415: Add repo-syncViacheslav Hletenko
2024-05-28Merge pull request #646 from dmbaturin/T6414-generic-flavor-nameChristian Breunig
build: T6414: rename the "iso" flavor to "generic"
2024-05-28build: T6414: rename the "iso" flavor to "generic"Daniil Baturin
2024-05-28Merge pull request #645 from nvollmar/T6404Christian Breunig
T6406: enables CONFIG_CFS_BANDWIDTH for cpu cgroup limits
2024-05-27T6406: enables CONFIG_CFS_BANDWIDTH for cpu cgroup limitsNicolas Vollmar
2024-05-27Kernel: T6406: enables CONFIG_CGROUP_CPUACCTNicolas Vollmar
2024-05-27Merge pull request #641 from c-po/vyos1x-config-updateChristian Breunig
T6404: update vyos1x-config commit reference
2024-05-27T6404: update vyos1x-config commit referenceChristian Breunig
2024-05-25Merge pull request #640 from vyos/feature/T6399-codeowner-correction-currentChristian Breunig
T6399: codeowners correction
2024-05-25T6399: codeowners correctionVijayakumar A
2024-05-25Kernel: T5887: update Linux Kernel to v6.6.32Christian Breunig
2024-05-25Merge pull request #638 from zdc/T6395-circinusChristian Breunig
kernel: T6395: Enabled VFIO_NOIOMMU support
2024-05-24kernel: T6395: Enabled VFIO_NOIOMMU supportzsdc
VFIO No-IOMMU support is required for environments where IOMMU is not available but we still want to use VFIO.
2024-05-23Merge pull request #635 from dmbaturin/T6388-ocaml-4.14.2John Estabrook
docker: T6388: use OCaml 4.14.2 for package builds
2024-05-23docker: T6388: use OCaml 4.14.2 for package buildsDaniil Baturin
2024-05-23T6386: added caller workflows and codeowners (#634)Vijayakumar A
2024-05-19Docker: add missing dependency on cmake to build accel-pppChristian Breunig
2024-05-19Merge pull request #631 from c-po/frr-revert-local-patchesChristian Breunig
frr: T6250: T6283: revert local patches merged upstream
2024-05-19Revert "frr: T6283: add pending upstream patch"Christian Breunig
This reverts commit 1b61973b9143aa8a04cc7c857ec567fa962e4e43. Upstream Patch merged
2024-05-19Revert "frr: T6250: add pending upstream patch"Christian Breunig
This reverts commit 38cae97177191ad6876a4ce7afb4f53b21bf746c. Upstream patch merged
2024-05-19Merge pull request #629 from c-po/T5887-kernelChristian Breunig
Kernel: T5887: update Linux Kernel to v6.6.31
2024-05-19Kernel: T5887: update Linux Kernel to v6.6.31Christian Breunig
2024-05-17Merge pull request #622 from zdc/T3664-circinusChristian Breunig
build-script: T3664: Allowed all options in both config file and comm…
2024-05-17Merge pull request #626 from jestabro/syntax-config-defaultChristian Breunig
T6356: normalize '.., ntp, server' path syntax in config.boot.default
2024-05-16T6356: normalize '.., ntp, server' path syntax in config.boot.defaultJohn Estabrook
2024-05-16Merge pull request #624 from c-po/targetChristian Breunig
hooks: T6346: set default boot target to multi-user.target
2024-05-16hooks: T6346: set default boot target to multi-user.targetChristian Breunig
2024-05-16Merge pull request #614 from aidan-gibson/currentChristian Breunig
T6333 non-free-firmware to trixie
2024-05-16T6333: drop reference to non-free of trixie as it's not usedAidan Gibson
2024-05-15build-script: T3664: Allowed all options in both config file and command argszsdc
Moved defaults away from argparser to `defaults.py`. This unlocks the ability to pass values that can be defined as command line arguments via a config file. With this change logic looks like this (in order of overrides). Pre-build config: `data/defaults.toml` -> `build-flavors/<flavor>.toml` -> `--<command line argument>` Build config: `defaults.py` -> `data/defaults.toml` -> `build-types/<type>.toml` -> `architectures/<architecture>.toml` -> `build-flavors/<flavor>.toml` -> `--<command line argument>`
2024-05-15Merge pull request #620 from zdc/T3664-circinusChristian Breunig
build-script: T3664: Add flavor and architecture to image name (rework)
2024-05-14build-script: T3664: Add flavor and architecture to image name (rework)zsdc
The previous version did not work for all flavor types. This one should be universal.
2024-05-14Merge pull request #582 from 0xThiebaut/suricataChristian Breunig
suricata: T751: Disable suricata.service by default
2024-05-14Merge pull request #618 from sever-sever/T3420Viacheslav Hletenko
T3420: Remove service upnp
2024-05-14T3420: Remove service upnpViacheslav Hletenko
2024-05-14Merge pull request #616 from zdc/T3664-circinusDaniil Baturin
build-script: T3664: Added flavor name to a target file name
2024-05-14build-script: T3664: Added flavor name to a target file namezsdc
Mark artifacts with a flavor name for better clarity.
2024-05-12Merge pull request #612 from c-po/T6330-release-prefChristian Breunig
build: T6330: fix indention of autogenerated release.pref.chroot
2024-05-12build: T6330: fix indention of autogenerated release.pref.chrootChristian Breunig
2024-05-10Merge pull request #609 from dmbaturin/T3664-architectureChristian Breunig
build: T3664: include the architecture field in version data
2024-05-09build: T3664: include the architecture field in version dataDaniil Baturin
2024-05-09Merge pull request #605 from dmbaturin/T3664-flavor-fieldChristian Breunig
build: T3664: include build flavor name in the version file
2024-05-09Merge pull request #606 from dmbaturin/T3664-dict-merge-fixeszdc
build: T3664: use explicit defaults argument in the dict merging function
2024-05-09build: T3664: use explicit defaults argument in the dict merging functionDaniil Baturin
to make it clear what is merged into what
2024-05-08build: T3664: include build flavor name in the version fileDaniil Baturin