Christian Breunig
eff3d4aab6
Merge pull request #620 from zdc/T3664-circinus
...
build-script: T3664: Add flavor and architecture to image name (rework)
2024-05-15 07:02:49 +02:00
zsdc
31b720b8f1
build-script: T3664: Add flavor and architecture to image name (rework)
...
The previous version did not work for all flavor types. This one should be
universal.
2024-05-14 21:00:20 +03:00
Christian Breunig
fabf5326b8
Merge pull request #582 from 0xThiebaut/suricata
...
suricata: T751: Disable suricata.service by default
2024-05-14 19:27:46 +02:00
Viacheslav Hletenko
fdcb5c1eca
Merge pull request #618 from sever-sever/T3420
...
T3420: Remove service upnp
2024-05-14 20:14:21 +03:00
Viacheslav Hletenko
618b1379b7
T3420: Remove service upnp
2024-05-14 16:59:59 +00:00
Daniil Baturin
fe1bb96c4d
Merge pull request #616 from zdc/T3664-circinus
...
build-script: T3664: Added flavor name to a target file name
2024-05-14 15:38:36 +02:00
zsdc
5cbd14cc0f
build-script: T3664: Added flavor name to a target file name
...
Mark artifacts with a flavor name for better clarity.
2024-05-14 14:46:08 +03:00
Christian Breunig
3463386246
Merge pull request #612 from c-po/T6330-release-pref
...
build: T6330: fix indention of autogenerated release.pref.chroot
2024-05-12 08:50:53 +02:00
Christian Breunig
81be4c7f61
build: T6330: fix indention of autogenerated release.pref.chroot
2024-05-12 08:48:43 +02:00
Christian Breunig
f4d2678263
Merge pull request #609 from dmbaturin/T3664-architecture
...
build: T3664: include the architecture field in version data
2024-05-10 14:24:57 +02:00
Daniil Baturin
e832811c79
build: T3664: include the architecture field in version data
2024-05-09 17:43:57 +01:00
Christian Breunig
c58c5cc234
Merge pull request #605 from dmbaturin/T3664-flavor-field
...
build: T3664: include build flavor name in the version file
2024-05-09 16:14:49 +02:00
zdc
dc0c2c2789
Merge pull request #606 from dmbaturin/T3664-dict-merge-fixes
...
build: T3664: use explicit defaults argument in the dict merging function
2024-05-09 17:13:59 +03:00
Daniil Baturin
7656acd57d
build: T3664: use explicit defaults argument in the dict merging function
...
to make it clear what is merged into what
2024-05-09 11:12:24 +01:00
Daniil Baturin
e215fad273
build: T3664: include build flavor name in the version file
2024-05-08 19:31:03 +01:00
Daniil Baturin
24a320e337
Merge pull request #603 from zdc/T3664-circinus
...
build-script: T3664: Added more options to the image format
2024-05-08 20:14:30 +02:00
zsdc
d144519a53
build-script: T3664: Added more options to the image format
...
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 21:12:44 +03:00
Viacheslav Hletenko
01d79fb3eb
Merge pull request #600 from dmbaturin/T3664-mixin-path
...
build: T3664: fix architecture mix-in loading
2024-05-08 12:56:54 +03:00
Daniil Baturin
e68e7fb9f5
build: T3664: fix architecture mix-in loading
2024-05-08 10:47:20 +01:00
Daniil Baturin
bdde6daecd
Merge pull request #598 from sever-sever/T6311
...
T6311: Docker add dependency asciidoc-base for nftables
2024-05-07 12:48:44 +02:00
Viacheslav Hletenko
ac1b06cf2c
T6311: Docker add dependency asciidoc-base for nftables
...
Add dependency `asciidob-base` for build nftables
2024-05-07 10:30:15 +00:00
Viacheslav Hletenko
dc0bcca3cf
Merge pull request #596 from dmbaturin/T3664-no-env-var
...
build: T3664: modify the module-level template path instead of setting an environment variable
2024-05-07 12:02:03 +03:00
Daniil Baturin
58fbf3a226
build: T3664: modify the module-level template path
...
instead of setting an environment variable
2024-05-06 16:19:26 +00:00
Christian Breunig
32132a13b7
Merge pull request #594 from sever-sever/T6307
...
T6307: Add dependency procps to build vyos-1x
2024-05-06 13:45:53 +02:00
Viacheslav Hletenko
9d07adceb7
T6307: Add dependency procps to build vyos-1x
...
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-06 11:35:38 +00:00
Christian Breunig
663255a3a6
Merge pull request #591 from c-po/frr
...
frr: T6283: T6250: add pending upstream patches
2024-05-04 16:39:53 +02:00
Christian Breunig
38cae97177
frr: T6250: add pending upstream patch
2024-05-04 16:17:50 +02:00
Christian Breunig
1b61973b91
frr: T6283: add pending upstream patch
2024-05-04 16:17:38 +02:00
Christian Breunig
6ff4b31c4a
Docker: T6283: T6250: no need to include rtrlib and libyang in general
...
FRR build tracks the rtrlib and libyang version, so only one place is needed to
build to sources.
2024-05-04 16:15:54 +02:00
John Estabrook
4490b2aeec
Merge pull request #590 from jestabro/fix-clone-repo-raw-flavors
...
build: T3664: fix regression and bug in build script clone of vyos-1x repo
2024-05-03 18:49:03 -05:00
John Estabrook
02c340d9d7
build: T3664: fix regression and bug in clone vyos-1x repo
2024-05-03 15:07:08 -05:00
Christian Breunig
b9e60960fa
Merge pull request #584 from SaulGoodman1337/patch-2
...
T6293: add Mediatek MT7921 to defconfig
2024-05-03 14:18:05 +02:00
Christian Breunig
7b5a2b9b5a
Merge pull request #586 from c-po/current
...
container: T5867: podman depends on libgpgme11t64 from trixie
2024-05-03 14:14:49 +02:00
Christian Breunig
884de8dc76
container: T5867: podman depends on libgpgme11t64 from trixie
2024-05-03 14:13:35 +02:00
Christian Breunig
0c6a38c4ca
Merge pull request #585 from jestabro/clone-repo-raw-flavors
...
build: T3664: clone vyos-1x under build dir instead of as submodule
2024-05-03 06:57:11 +02:00
John Estabrook
a90809e213
build: T3664: clone vyos-1x under build dir instead of as submodule
2024-05-02 21:25:16 -05:00
Maxime THIEBAUT
845846108e
suricata: T751: Disable suricata.service by default
2024-05-03 00:31:38 +02:00
Saul Goodman
dbf7e47a27
T6293: add Mediatek MT7921 to defconfig
2024-05-02 22:51:21 +02:00
Christian Breunig
5978fd1df8
Kernel: T5887: update Linux Kernel to v6.6.30
2024-05-02 20:53:33 +02:00
Christian Breunig
29f7a0c2e7
Merge pull request #579 from zdc/T6286-circinus
...
kernel: T6286: Enable Generic driver for Hyper-V VMBus
2024-05-01 00:26:08 +02:00
zsdc
999ccad3f8
kernel: T6286: Enable Generic driver for Hyper-V VMBus
...
Generic driver for Hyper-V VMBus is required in Hyper-V environments for direct
access to network devices from userspace.
2024-04-30 22:53:12 +03:00
Christian Breunig
fbe43ddcc2
ixgbe: T5619: update driver version to 5.20.3
2024-04-29 21:22:34 +02:00
Christian Breunig
2d817bb012
Merge pull request #540 from ErnyTech/current
...
ixgbe: T6162: Add 1000BASE-BX support
2024-04-29 21:20:16 +02:00
John Estabrook
8032e6f4e6
Merge pull request #576 from dmbaturin/T3664-fixes
...
build: T3664: typo fixes and small refactoring
2024-04-29 10:28:08 -05:00
Daniil Baturin
7dfd9232da
build: T3664: fail the build on external command errors
2024-04-29 14:33:25 +00:00
Christian Breunig
471ac04b05
Kernel: T5887: update Linux Kernel to v6.6.29
2024-04-28 15:55:55 +02:00
Daniil Baturin
f6b0809f47
build: T3664: typo fixes and small refactoring
2024-04-25 13:17:52 +00:00
John Estabrook
53c3486d46
Merge pull request #575 from dmbaturin/T6262-circinus-boot-splash
...
iso: T6262: update the boot splash for 1.5/Circinus
2024-04-23 08:09:06 -05:00
Daniil Baturin
1edab4ef0b
iso: T6262: update the boot splash for 1.5/Circinus
...
Picture courtesy of Oleg Gorobets
2024-04-23 11:31:22 +01:00
John Estabrook
c61c803233
Merge pull request #574 from dmbaturin/T3664-submodule-move
...
build: T3664: move the vyos-1x submodule to packages
2024-04-22 13:13:43 -05:00