<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-build.git/scripts/package-build, branch evg-package-build-rewrite</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=evg-package-build-rewrite</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-build.git/atom?h=evg-package-build-rewrite'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/'/>
<updated>2024-10-02T12:05:03+00:00</updated>
<entry>
<title>Merge pull request #781 from sever-sever/T6754</title>
<updated>2024-10-02T12:05:03+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-10-02T12:05:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=2b9303d0bd6b43bd92e2b2e9835a048877a63e11'/>
<id>urn:sha1:2b9303d0bd6b43bd92e2b2e9835a048877a63e11</id>
<content type='text'>
T6754: Delete Jenkins build packages</content>
</entry>
<entry>
<title>T6754: Delete Jenkins build packages</title>
<updated>2024-10-02T08:02:51+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-10-02T08:02:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=2fed892f2746561207aa21a2660f4d8f3f79d24e'/>
<id>urn:sha1:2fed892f2746561207aa21a2660f4d8f3f79d24e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T6755: Change default vyos mirror URL</title>
<updated>2024-10-02T07:34:49+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-10-02T07:34:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=7bd5496de13343a951b6376d50a24264f36a3c0c'/>
<id>urn:sha1:7bd5496de13343a951b6376d50a24264f36a3c0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T861: Fix mellanox build by actions</title>
<updated>2024-10-01T15:53:10+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-10-01T15:53:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=8879bf0fdfdc9e82aee0273182b8ecadab00f64d'/>
<id>urn:sha1:8879bf0fdfdc9e82aee0273182b8ecadab00f64d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T861: Fix kernel suffix for package build by actions</title>
<updated>2024-10-01T12:45:16+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-10-01T12:45:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=db70544b0df324b1e2999d068bb20ce6129db981'/>
<id>urn:sha1:db70544b0df324b1e2999d068bb20ce6129db981</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T861: sign all Kernel modules with an ephemeral key</title>
<updated>2024-09-25T18:24:21+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-09-25T18:24:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=d235b31a095f9b8fdb2d5c231935c8b4b4c3da6c'/>
<id>urn:sha1:d235b31a095f9b8fdb2d5c231935c8b4b4c3da6c</id>
<content type='text'>
The shim review board (which is the secure boot base loader) recommends using
ephemeral keys when signing the Linux Kernel. This commit enables the Kernel
build system to generate a one-time ephemeral key that is used to:

* sign all build-in Kernel modules
* sign all other out-of-tree Kernel modules

The key lives in /tmp and is destroyed after the build container exits and is
named: "VyOS build time autogenerated kernel key".

In addition the Kernel now uses CONFIG_MODULE_SIG_FORCE. This now makes it
unable to load any Kernel Module to the image that is NOT signed by the
ephemeral key.
</content>
</entry>
<entry>
<title>ethtool: T6729: upgrade to 6.10 to make use of more --json options</title>
<updated>2024-09-21T07:27:41+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-09-21T07:16:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=9e7dd13f52ecedac56188c31ace917f8cf13c6c0'/>
<id>urn:sha1:9e7dd13f52ecedac56188c31ace917f8cf13c6c0</id>
<content type='text'>
Same as T6078 but we now wan't to make use of ethtool --json eth0 to drop out
own text based parsing of ethtool options in [1]. This is the base for moving
to a better, machine readable interface

1: https://github.com/vyos/vyos-1x/blob/e47d4fd385631236da68/python/vyos/ethtool.py#L77-L105
</content>
</entry>
<entry>
<title>T6674: Fix build package netfilter dependencies</title>
<updated>2024-09-12T08:26:26+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-09-12T08:26:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=21370c5c7dd396ae201c015cebf1c2816814aaa9'/>
<id>urn:sha1:21370c5c7dd396ae201c015cebf1c2816814aaa9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T6674: Add symlink to original linux-kernel arch and patches</title>
<updated>2024-09-06T09:43:59+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-09-06T09:43:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=f9372b85dd3c8defa42c0c0c95bbb66c0664b4b5'/>
<id>urn:sha1:f9372b85dd3c8defa42c0c0c95bbb66c0664b4b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T6674: build-kernel: Get kernel version from the defatults</title>
<updated>2024-09-06T08:15:22+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-09-06T08:15:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=9055e9bae11c66b41e8c18f59e99dda7df5c2d0a'/>
<id>urn:sha1:9055e9bae11c66b41e8c18f59e99dda7df5c2d0a</id>
<content type='text'>
Get kernel version from the vyos-build/data/defaults.toml
for buld 'linux-kernel' and related packages
Retrun the original build-jool.py script
</content>
</entry>
</feed>
