<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildbot/scripts/signall.sh, branch v8</title>
<subtitle>LEDE buildbot configuration</subtitle>
<id>https://git-03.infra.openwrt.org/buildbot/atom?h=v8</id>
<link rel='self' href='https://git-03.infra.openwrt.org/buildbot/atom?h=v8'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/'/>
<updated>2023-05-15T15:36:01Z</updated>
<entry>
<title>scripts/signall.sh: make branch aware</title>
<updated>2023-05-15T15:36:01Z</updated>
<author>
<name>Thibaut VARÈNE</name>
</author>
<published>2022-10-24T14:56:37Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=bdb822236f2665c86293108a8640990f5932b857'/>
<id>urn:sha1:bdb822236f2665c86293108a8640990f5932b857</id>
<content type='text'>
This commit is a NO-OP if signall.sh is called with a single argument,
as is currently done, and will allow fetching branch-specific signing
credentials if a branch name is passed as second argument.

Signed-off-by: Thibaut VARÈNE &lt;hacks@slashdirt.org&gt;
</content>
</entry>
<entry>
<title>scripts: signall.sh store usign.key as usign.sec</title>
<updated>2020-02-02T18:26:05Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2019-11-14T07:55:30Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=e3c7a98974fe3c29091061acad5758918e832928'/>
<id>urn:sha1:e3c7a98974fe3c29091061acad5758918e832928</id>
<content type='text'>
The signall.sh script signs all files inside a tar via GPG and
signify-openbsd (similar to usign)e and attaches the signatures to the
same archive.

Using more recent versions of signify-openbsd requires a specific naming
schema for keys, private ending with .sec and public with .pub. This was
introduced at 763e1148f68f03cb2fa85d022500acf8c66af222[0].

This patch renames the stored key as usign.sec instead of usign.key. As
of the temporary nature of the key storing, this very unlikely breaks
any existing setups.

[0]: https://github.com/openbsd/src/commit/763e1148f68f03cb2fa85d022500acf8c66af222

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
[adjusted commit subject]
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>scripts: signall.sh: use absolute paths when invoking gpg from find</title>
<updated>2019-07-17T06:13:24Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2019-07-17T06:13:24Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=b151d3fa1024e8242b56314981dd6cbe0a1fc7d6'/>
<id>urn:sha1:b151d3fa1024e8242b56314981dd6cbe0a1fc7d6</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>treewide: rework signall.sh to read keys from config directly</title>
<updated>2019-07-02T15:47:01Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2019-07-02T09:13:11Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=32f102962aa9f5c280442fc0b1e617f5ba9af046'/>
<id>urn:sha1:32f102962aa9f5c280442fc0b1e617f5ba9af046</id>
<content type='text'>
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>scripts: signall.sh: add using support</title>
<updated>2019-07-02T10:27:36Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2019-06-30T16:13:26Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=915f76b70b954a9f20537f41a46700fcf8e67522'/>
<id>urn:sha1:915f76b70b954a9f20537f41a46700fcf8e67522</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>
</feed>
