Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-16 | Merge pull request #624 from c-po/target | Christian Breunig | |
hooks: T6346: set default boot target to multi-user.target | |||
2024-05-16 | hooks: T6346: set default boot target to multi-user.target | Christian Breunig | |
2024-05-16 | Merge pull request #614 from aidan-gibson/current | Christian Breunig | |
T6333 non-free-firmware to trixie | |||
2024-05-16 | T6333: drop reference to non-free of trixie as it's not used | Aidan Gibson | |
2024-05-15 | Merge pull request #620 from zdc/T3664-circinus | Christian Breunig | |
build-script: T3664: Add flavor and architecture to image name (rework) | |||
2024-05-14 | build-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-14 | Merge pull request #582 from 0xThiebaut/suricata | Christian Breunig | |
suricata: T751: Disable suricata.service by default | |||
2024-05-14 | Merge pull request #618 from sever-sever/T3420 | Viacheslav Hletenko | |
T3420: Remove service upnp | |||
2024-05-14 | T3420: Remove service upnp | Viacheslav Hletenko | |
2024-05-14 | Merge pull request #616 from zdc/T3664-circinus | Daniil Baturin | |
build-script: T3664: Added flavor name to a target file name | |||
2024-05-14 | build-script: T3664: Added flavor name to a target file name | zsdc | |
Mark artifacts with a flavor name for better clarity. | |||
2024-05-12 | Merge pull request #612 from c-po/T6330-release-pref | Christian Breunig | |
build: T6330: fix indention of autogenerated release.pref.chroot | |||
2024-05-12 | build: T6330: fix indention of autogenerated release.pref.chroot | Christian Breunig | |
2024-05-10 | Merge pull request #609 from dmbaturin/T3664-architecture | Christian Breunig | |
build: T3664: include the architecture field in version data | |||
2024-05-09 | build: T3664: include the architecture field in version data | Daniil Baturin | |
2024-05-09 | Merge pull request #605 from dmbaturin/T3664-flavor-field | Christian Breunig | |
build: T3664: include build flavor name in the version file | |||
2024-05-09 | Merge pull request #606 from dmbaturin/T3664-dict-merge-fixes | zdc | |
build: T3664: use explicit defaults argument in the dict merging function | |||
2024-05-09 | build: T3664: use explicit defaults argument in the dict merging function | Daniil Baturin | |
to make it clear what is merged into what | |||
2024-05-08 | build: T3664: include build flavor name in the version file | Daniil Baturin | |
2024-05-08 | Merge pull request #603 from zdc/T3664-circinus | Daniil Baturin | |
build-script: T3664: Added more options to the image format | |||
2024-05-08 | build-script: T3664: Added more options to the image format | zsdc | |
Added two new options: - `image_ext`. Can be used if the file extension needs to be different than the image format - `image_opts`. Required if a target format needs extra options. | |||
2024-05-08 | Merge pull request #600 from dmbaturin/T3664-mixin-path | Viacheslav Hletenko | |
build: T3664: fix architecture mix-in loading | |||
2024-05-08 | build: T3664: fix architecture mix-in loading | Daniil Baturin | |
2024-05-07 | Merge pull request #598 from sever-sever/T6311 | Daniil Baturin | |
T6311: Docker add dependency asciidoc-base for nftables | |||
2024-05-07 | T6311: Docker add dependency asciidoc-base for nftables | Viacheslav Hletenko | |
Add dependency `asciidob-base` for build nftables | |||
2024-05-07 | Merge pull request #596 from dmbaturin/T3664-no-env-var | Viacheslav Hletenko | |
build: T3664: modify the module-level template path instead of setting an environment variable | |||
2024-05-06 | build: T3664: modify the module-level template path | Daniil Baturin | |
instead of setting an environment variable | |||
2024-05-06 | Merge pull request #594 from sever-sever/T6307 | Christian Breunig | |
T6307: Add dependency procps to build vyos-1x | |||
2024-05-06 | T6307: Add dependency procps to build vyos-1x | Viacheslav Hletenko | |
This fixes the sysctl dependency ``` ====================================================================== ERROR: test_sysctl_read (test_utils.TestVyOSUtils.test_sysctl_read) ---------------------------------------------------------------------- Traceback (most recent call last): File "/vyos/work/tmp/vyos-1x/src/tests/test_utils.py", line 28, in test_sysctl_read self.assertEqual(sysctl_read('net.ipv4.conf.lo.forwarding'), '1') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/vyos/work/tmp/vyos-1x/python/vyos/utils/system.py", line 28, in sysctl_read tmp = run(['sysctl', '-nb', name], capture_output=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/subprocess.py", line 548, in run with Popen(*popenargs, **kwargs) as process: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/subprocess.py", line 1024, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/usr/lib/python3.11/subprocess.py", line 1901, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'sysctl' ``` | |||
2024-05-04 | Merge pull request #591 from c-po/frr | Christian Breunig | |
frr: T6283: T6250: add pending upstream patches | |||
2024-05-04 | frr: T6250: add pending upstream patch | Christian Breunig | |
2024-05-04 | frr: T6283: add pending upstream patch | Christian Breunig | |
2024-05-04 | Docker: T6283: T6250: no need to include rtrlib and libyang in general | Christian Breunig | |
FRR build tracks the rtrlib and libyang version, so only one place is needed to build to sources. | |||
2024-05-03 | Merge pull request #590 from jestabro/fix-clone-repo-raw-flavors | John Estabrook | |
build: T3664: fix regression and bug in build script clone of vyos-1x repo | |||
2024-05-03 | build: T3664: fix regression and bug in clone vyos-1x repo | John Estabrook | |
2024-05-03 | Merge pull request #584 from SaulGoodman1337/patch-2 | Christian Breunig | |
T6293: add Mediatek MT7921 to defconfig | |||
2024-05-03 | Merge pull request #586 from c-po/current | Christian Breunig | |
container: T5867: podman depends on libgpgme11t64 from trixie | |||
2024-05-03 | container: T5867: podman depends on libgpgme11t64 from trixie | Christian Breunig | |
2024-05-03 | Merge pull request #585 from jestabro/clone-repo-raw-flavors | Christian Breunig | |
build: T3664: clone vyos-1x under build dir instead of as submodule | |||
2024-05-02 | build: T3664: clone vyos-1x under build dir instead of as submodule | John Estabrook | |
2024-05-03 | suricata: T751: Disable suricata.service by default | Maxime THIEBAUT | |
2024-05-02 | T6293: add Mediatek MT7921 to defconfig | Saul Goodman | |
2024-05-02 | Kernel: T5887: update Linux Kernel to v6.6.30 | Christian Breunig | |
2024-05-01 | Merge pull request #579 from zdc/T6286-circinus | Christian Breunig | |
kernel: T6286: Enable Generic driver for Hyper-V VMBus | |||
2024-04-30 | kernel: T6286: Enable Generic driver for Hyper-V VMBus | zsdc | |
Generic driver for Hyper-V VMBus is required in Hyper-V environments for direct access to network devices from userspace. | |||
2024-04-29 | ixgbe: T5619: update driver version to 5.20.3 | Christian Breunig | |
2024-04-29 | Merge pull request #540 from ErnyTech/current | Christian Breunig | |
ixgbe: T6162: Add 1000BASE-BX support | |||
2024-04-29 | Merge pull request #576 from dmbaturin/T3664-fixes | John Estabrook | |
build: T3664: typo fixes and small refactoring | |||
2024-04-29 | build: T3664: fail the build on external command errors | Daniil Baturin | |
2024-04-28 | Kernel: T5887: update Linux Kernel to v6.6.29 | Christian Breunig | |