<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-build.git, branch T3664-mixin-path</title>
<subtitle>VyOS image build scripts (mirror of https://github.com/vyos/vyos-build.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-build.git/atom?h=T3664-mixin-path</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-build.git/atom?h=T3664-mixin-path'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/'/>
<updated>2024-05-08T09:47:20+00:00</updated>
<entry>
<title>build: T3664: fix architecture mix-in loading</title>
<updated>2024-05-08T09:47:20+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2024-05-08T09:47:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=e68e7fb9f59a58f8dbf5be48fd3f94260ea57ba7'/>
<id>urn:sha1:e68e7fb9f59a58f8dbf5be48fd3f94260ea57ba7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #598 from sever-sever/T6311</title>
<updated>2024-05-07T10:48:44+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2024-05-07T10:48:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=bdde6daecd46f3bad68dacd4a40bc13b8ac57f34'/>
<id>urn:sha1:bdde6daecd46f3bad68dacd4a40bc13b8ac57f34</id>
<content type='text'>
T6311: Docker add dependency asciidoc-base for nftables</content>
</entry>
<entry>
<title>T6311: Docker add dependency asciidoc-base for nftables</title>
<updated>2024-05-07T10:30:15+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-05-07T10:30:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=ac1b06cf2c54e16547fef102e9e4245d5b4885bd'/>
<id>urn:sha1:ac1b06cf2c54e16547fef102e9e4245d5b4885bd</id>
<content type='text'>
Add dependency `asciidob-base` for build nftables
</content>
</entry>
<entry>
<title>Merge pull request #596 from dmbaturin/T3664-no-env-var</title>
<updated>2024-05-07T09:02:03+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-05-07T09:02:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=dc0bcca3cffc7ca19cd0cf65dbad7ad6bd2ad443'/>
<id>urn:sha1:dc0bcca3cffc7ca19cd0cf65dbad7ad6bd2ad443</id>
<content type='text'>
build: T3664: modify the module-level template path instead of setting an environment variable</content>
</entry>
<entry>
<title>build: T3664: modify the module-level template path</title>
<updated>2024-05-06T16:19:26+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2024-05-06T16:19:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=58fbf3a226f05d4a5673dff92875e2490fdb1d10'/>
<id>urn:sha1:58fbf3a226f05d4a5673dff92875e2490fdb1d10</id>
<content type='text'>
instead of setting an environment variable
</content>
</entry>
<entry>
<title>Merge pull request #594 from sever-sever/T6307</title>
<updated>2024-05-06T11:45:53+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-05-06T11:45:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=32132a13b71a7e00c3c629bb70e7677b69678b12'/>
<id>urn:sha1:32132a13b71a7e00c3c629bb70e7677b69678b12</id>
<content type='text'>
T6307: Add dependency procps to build vyos-1x</content>
</entry>
<entry>
<title>T6307: Add dependency procps to build vyos-1x</title>
<updated>2024-05-06T11:35:38+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-05-06T11:35:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=9d07adceb77fe611d82b0242e28f1ca7c4637ef3'/>
<id>urn:sha1:9d07adceb77fe611d82b0242e28f1ca7c4637ef3</id>
<content type='text'>
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'
```
</content>
</entry>
<entry>
<title>Merge pull request #591 from c-po/frr</title>
<updated>2024-05-04T14:39:53+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-05-04T14:39:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=663255a3a67a39d0fe164cf9b3bac697305e5550'/>
<id>urn:sha1:663255a3a67a39d0fe164cf9b3bac697305e5550</id>
<content type='text'>
frr: T6283: T6250: add pending upstream patches</content>
</entry>
<entry>
<title>frr: T6250: add pending upstream patch</title>
<updated>2024-05-04T14:17:50+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-05-04T14:17:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=38cae97177191ad6876a4ce7afb4f53b21bf746c'/>
<id>urn:sha1:38cae97177191ad6876a4ce7afb4f53b21bf746c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>frr: T6283: add pending upstream patch</title>
<updated>2024-05-04T14:17:38+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-05-04T14:17:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=1b61973b9143aa8a04cc7c857ec567fa962e4e43'/>
<id>urn:sha1:1b61973b9143aa8a04cc7c857ec567fa962e4e43</id>
<content type='text'>
</content>
</entry>
</feed>
