summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-09Revert "systemd: T4593: disable strongswan service by default"Christian Poessinger
This reverts commit 0351b37359517dab1a18379d180a01fd5271802e.
2023-01-03Kernel: T4691: enable CONFIG_BLK_DEV_DM optionChristian Poessinger
This enables Device Mapper support for either RAID targets or encrypted partitions.
2023-01-01Kernel: T4691: update Linux Kernel to v5.15.86Christian Poessinger
2023-01-01iproute2: T4284: update package for better tc JSON supportChristian Poessinger
vyos-1x QoS implementation comes with smoketests that heavily use the JSON output of tc. There had been some bugs in the JSON formatting until version version 6.1 of iproute2 [1, 2]. 1: https://lore.kernel.org/netdev/3ac544c09842410fb863b332917a03ad@poessinger.com/ 2: https://lore.kernel.org/netdev/f4806731521546b0bb7011b8c570b52b@poessinger.com/ 3: https://lore.kernel.org/netdev/e1fa5169db254301bc3b5b766c2df76a@poessinger.com/
2022-12-30podman: T4899: systemd services not being installed correctlyChristian Poessinger
2022-12-30podman: T4901: update to v4.3.1Christian Poessinger
2022-12-27systemd: T4593: disable strongswan service by defaultChristian Poessinger
2022-12-27strongSwan: T4593: upgrade package to 5.9.8Christian Poessinger
2022-12-26Docker: T4593: add strongSwan build dependency libtss2-devChristian Poessinger
2022-12-22Kernel: T4691: update Linux Kernel to v5.15.85Christian Poessinger
2022-12-20Kernel: T4691: update Linux Kernel to v5.15.84Christian Poessinger
2022-12-17GitHub: use private access token for review assignmentChristian Poessinger
2022-12-17Merge pull request #264 from initramfs/current-kitty-terminfoChristian Poessinger
vyos-utils: T4683: add kitty-terminfo package to build
2022-12-17GitHub: fix team reviewer assignmentChristian Poessinger
Unfortunately we always used the wrong syntax. According to https://github.com/shufo/auto-assign-reviewer-by-files we should use: ` - team: baz`
2022-12-17Kernel: T4691: update Linux Kernel to v5.15.83Christian Poessinger
2022-12-11T4792: fix generated DEB package path locationChristian Poessinger
2022-12-11T4792: add CI/CD pipeline for sstp-clientChristian Poessinger
2022-12-11Docker: T4792: add buiold dependencies for sstp-clientChristian Poessinger
2022-12-08Kernel: T4691: update Linux Kernel to v5.15.82Christian Poessinger
2022-12-02Kernel: T4691: update Linux Kernel to v5.15.81Christian Poessinger
2022-11-27Update reviewers.ymlYuriy Andamasov
2022-11-26Kernel: T4691: update Linux Kernel to v5.15.80Christian Poessinger
2022-11-26Merge pull request #287 from sever-sever/T4841Christian Poessinger
T4841: Disable by default fancontrol.service
2022-11-26Remove Kim from the reviewer listDaniil Baturin
Since he's no longer a repo team member
2022-11-26T4841: Disable by default fancontrol.serviceViacheslav Hletenko
Disable by default fancontrol.servive (used in user-util)
2022-11-23Kernel: T4836: enable Ethernet switch device driver modelChristian Poessinger
2022-11-23Kernel: T4836: enable High-availability Seamless Redundancy (HSR & PRP)Christian Poessinger
2022-11-23Kernel: T4836: enable TCP encapsulation of IKE and IPsec messages (RFC 8229)Christian Poessinger
2022-11-23tacacs: T141: add individual package buildChristian Poessinger
2022-11-23fastnetmon: T4483: drop copy/paste comment errorChristian Poessinger
2022-11-23gitignore: cleanup double rules from individual packagesChristian Poessinger
Individual packages like dropbear, frr, iproute2 ... all came with a copy of gitignore rules already present in the base file. Those rules have been dropped.
2022-11-23Docker: T141: add build dependencies for pam_tacplus packageChristian Poessinger
2022-11-20Merge pull request #286 from mcbridematt/t4831-telegraf-arm64Christian Poessinger
telegraf: T4831: fix build on arm64 / remove hardcoded amd64 reference
2022-11-20telegraf: T4831: fix build on arm64 / remove hardcoded amd64 referenceMathew McBride
2022-11-19Merge pull request #273 from initramfs/current-dhcp6c-fixChristian Poessinger
wide-dhcpv6: T4760: fix support for multiple dhcp6c instances
2022-11-16Kernel: T4691: update Linux Kernel to v5.15.79Christian Poessinger
2022-11-12Merge pull request #285 from jsimpso/bootloadersDaniil Baturin
T4796: Allow configuration of 'bootloader' param
2022-11-12Merge pull request #284 from jsimpso/currentDaniil Baturin
T4796: Honor additional_repositories
2022-11-12T4796: Allow configuration of 'bootloader' paramJames Simpson
Remove hard-coded values for "bootloader" when creating the live-build, replaced with the value of `bootloaders`. Set the current value to the default value if not specified, via `defaults.toml`. Add the default for arm64 as `grub-efi`.
2022-11-12T4796: Honor additional_repositoriesJames Simpson
Currently, additional_repositories in the effective build_config are ignored due to a bug wherein all values end up under `args['custom_apt_entry']` rather than `build_config['custom_apt_entry']`. This change fixes that, ensuring that the content of `build_config['additional_repositories]` is added to `build_config['custom_apt_entry']` alongside the command-line arguments.
2022-11-10Kernel: T4691: update Linux Kernel to v5.15.78Christian Poessinger
2022-11-09Merge pull request #280 from jsimpso/additional_repositoriesChristian Poessinger
T4796: Check more cautiously for presence of keys
2022-11-09Merge pull request #281 from jsimpso/currentChristian Poessinger
T4796: Default args to list where list is expected
2022-11-09Merge pull request #282 from jsimpso/merge_orderChristian Poessinger
T4796: Prefer mix-in config over default config
2022-11-09Merge pull request #276 from ssasso/fix_T4800Christian Poessinger
Fix T4800: wrong chroot_includes_dir var reference
2022-11-09GitHub: bump auto-assign-reviewer-by-files workflow to 1.1.4Christian Poessinger
2022-11-09T4796: Prefer mix-in config over default configJames Simpson
2022-11-09T4796: Check more cautiously for presence of keysJames Simpson
2022-11-09 T4796: Default args to list where list is expectedJames Simpson
custom_apt_entry, custom_apt_key, and custom_package are expected to be lists, but when a value is not provided they default to None. This prevents lists provided in mix-in or flavor configurations from being merged as expected. https://docs.python.org/3/library/argparse.html#default
2022-11-08frr: T4806: update to stable/8.4 seriesChristian Poessinger