<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildbot/phase2/config.ini.example, branch v21</title>
<subtitle>LEDE buildbot configuration</subtitle>
<id>https://git-03.infra.openwrt.org/buildbot/atom?h=v21</id>
<link rel='self' href='https://git-03.infra.openwrt.org/buildbot/atom?h=v21'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/'/>
<updated>2024-08-10T11:19:10Z</updated>
<entry>
<title>add APK signing logic</title>
<updated>2024-08-10T11:19:10Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2024-08-06T16:03:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=a94d4e15fdc1e9715d7d0cfdcc62227186d0fc45'/>
<id>urn:sha1:a94d4e15fdc1e9715d7d0cfdcc62227186d0fc45</id>
<content type='text'>
With this commit it's possible to sign APK package indexes
(packages.adb) via the `signall.sh` script, which is run on the
buildmaster. As a consequence `apk` must be available on the
buildmaster. This is the final step to replace OPKG with APK.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>phase1,phase2: s/master/main for phase{1,2}</title>
<updated>2024-04-13T04:52:44Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2023-05-23T21:02:48Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=c8d1bd1f4bec5919ad0f65ba069b14fcaadffcbc'/>
<id>urn:sha1:c8d1bd1f4bec5919ad0f65ba069b14fcaadffcbc</id>
<content type='text'>
More and more projects are switching their repositories to use the
'main' branch instead of the 'master' branch. This also includes many
Linux upstream trees as well. Some trees are even removing their
'master' branches already.

I think this is becoming more and more mainstream and expected of
projects, so we should do the same.

References: https://openwrt.org/voting/2023-02-27
Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt; [commit facelift]
</content>
</entry>
<entry>
<title>phase2: update default sdk pattern to a more relaxed pattern</title>
<updated>2024-04-13T03:58:34Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2024-04-12T13:09:45Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=235d15857ea24831e81401592707997a9046658c'/>
<id>urn:sha1:235d15857ea24831e81401592707997a9046658c</id>
<content type='text'>
Update default sdk pattern to a more relaxed pattern to make it future
proof if in the future the compression extension will change again.

Needed currently with the migration from .xz to .zst.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: use worker term</title>
<updated>2021-03-12T13:36:13Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2021-03-12T13:20:46Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=7aafe3cb6e14537574e51853e44e3371321ef0e4'/>
<id>urn:sha1:7aafe3cb6e14537574e51853e44e3371321ef0e4</id>
<content type='text'>
[Placeholder for your politically correct commit description]

Suggested-by: Paul Spooren &lt;mail@aparcar.org&gt;
Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
</content>
</entry>
<entry>
<title>phase2: move phase2 specific options into separate section</title>
<updated>2019-07-03T06:36:27Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2019-07-03T06:36:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=319dbc716250c29e0a53dfe71ff352cf8929ffd6'/>
<id>urn:sha1:319dbc716250c29e0a53dfe71ff352cf8929ffd6</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>treewide: rename home_dir to work_dir</title>
<updated>2019-07-02T10:28:22Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2019-06-30T17:51:57Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=6fc28a8f68388b8f604e8436d2b199c201b99bd4'/>
<id>urn:sha1:6fc28a8f68388b8f604e8436d2b199c201b99bd4</id>
<content type='text'>
Also default to current directory.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>treewide: rework GPG signing</title>
<updated>2019-07-02T10:28:21Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2019-06-30T17:45:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=d2a7023e5245e359ea3c57ef130c89071385c1e3'/>
<id>urn:sha1:d2a7023e5245e359ea3c57ef130c89071385c1e3</id>
<content type='text'>
Specify the GPG signing key directly in config.ini and pass it via
environment variable to signall.sh.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>phase2: move usign handling to master</title>
<updated>2019-07-02T10:27:37Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2019-06-30T16:13:57Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=d3304ec3c987779f6ffe9dfc3bbd8d3b38d2fde0'/>
<id>urn:sha1:d3304ec3c987779f6ffe9dfc3bbd8d3b38d2fde0</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>treewide: untangle phase1 and phase2 masters</title>
<updated>2019-06-30T19:57:18Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2019-06-28T11:05:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=aef8d4aa1e284e45400103fa3526e7a90d4b3690'/>
<id>urn:sha1:aef8d4aa1e284e45400103fa3526e7a90d4b3690</id>
<content type='text'>
 - Move shared scripts into a common scripts/ directory
 - Move SSH Git clone key directly into the configuration
 - Update configuration examples

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>phase2: add ability to clone feeds via SSH</title>
<updated>2019-06-24T04:12:31Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2019-06-24T04:12:31Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=8215fded94e8b69bb4f96be647ec148aa201cdd6'/>
<id>urn:sha1:8215fded94e8b69bb4f96be647ec148aa201cdd6</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
</feed>
