<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/script/release.sh, branch talloc-2.3.3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/'/>
<entry>
<title>script/release.sh: always select the GPG key by it's ID</title>
<updated>2021-01-21T12:57:30+00:00</updated>
<author>
<name>Karolin Seeger</name>
<email>kseeger@samba.org</email>
</author>
<published>2021-01-21T12:03:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=715b208b513035269a6523f8543c4bf328a7c0f2'/>
<id>715b208b513035269a6523f8543c4bf328a7c0f2</id>
<content type='text'>
Signed-off-by: Karolin Seeger &lt;kseeger@samba.org&gt;
Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Karolin Seeger &lt;kseeger@samba.org&gt;
Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>script/release.sh: Use new GPG key.</title>
<updated>2021-01-04T11:45:30+00:00</updated>
<author>
<name>Karolin Seeger</name>
<email>kseeger@samba.org</email>
</author>
<published>2020-12-22T08:35:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2f6cea063ddf52d77037644d612bbc209837e707'/>
<id>2f6cea063ddf52d77037644d612bbc209837e707</id>
<content type='text'>
Signed-off-by: Karolin Seeger &lt;kseeger@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Karolin Seeger &lt;kseeger@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>script/release.sh: Don't use quotations any longer.</title>
<updated>2020-02-03T12:45:39+00:00</updated>
<author>
<name>Karolin Seeger</name>
<email>kseeger@samba.org</email>
</author>
<published>2020-01-28T10:48:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f699df32cdbae4fbc585c259828029c74163323b'/>
<id>f699df32cdbae4fbc585c259828029c74163323b</id>
<content type='text'>
Signed-off-by: Karolin Seeger &lt;kseeger@samba.org&gt;
Reviewed-by: Stefan Metzmacher &lt;metze@samba.org&gt;

Autobuild-User(master): Karolin Seeger &lt;kseeger@samba.org&gt;
Autobuild-Date(master): Mon Feb  3 12:45:39 UTC 2020 on sn-devel-184
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Karolin Seeger &lt;kseeger@samba.org&gt;
Reviewed-by: Stefan Metzmacher &lt;metze@samba.org&gt;

Autobuild-User(master): Karolin Seeger &lt;kseeger@samba.org&gt;
Autobuild-Date(master): Mon Feb  3 12:45:39 UTC 2020 on sn-devel-184
</pre>
</div>
</content>
</entry>
<entry>
<title>script/release.sh: make it possible to run from a git worktree</title>
<updated>2020-01-21T18:29:38+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2020-01-21T18:25:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=648f94d2031c6e758bdf54089d1e710c265ca732'/>
<id>648f94d2031c6e758bdf54089d1e710c265ca732</id>
<content type='text'>
.git is a regular file in that case.

Also check that script/release.sh is present as a relative path
to ensure we're called from the expected location.

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
.git is a regular file in that case.

Also check that script/release.sh is present as a relative path
to ensure we're called from the expected location.

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>script/release.sh: fix off by 1 error in announce.${tagname}.mail.txt creation</title>
<updated>2017-01-12T14:34:25+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2017-01-12T09:40:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7870c645b79da647bae45b4dc95e7d6e9abcd91a'/>
<id>7870c645b79da647bae45b4dc95e7d6e9abcd91a</id>
<content type='text'>
Pair-Programmed-With: Karolin Seeger &lt;kseeger@samba.org&gt;

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Signed-off-by: Karolin Seeger &lt;kseeger@samba.org&gt;

Autobuild-User(master): Karolin Seeger &lt;kseeger@samba.org&gt;
Autobuild-Date(master): Thu Jan 12 15:34:25 CET 2017 on sn-devel-144
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pair-Programmed-With: Karolin Seeger &lt;kseeger@samba.org&gt;

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Signed-off-by: Karolin Seeger &lt;kseeger@samba.org&gt;

Autobuild-User(master): Karolin Seeger &lt;kseeger@samba.org&gt;
Autobuild-Date(master): Thu Jan 12 15:34:25 CET 2017 on sn-devel-144
</pre>
</div>
</content>
</entry>
<entry>
<title>script/release.sh: use 8 byte gpg key ids</title>
<updated>2016-09-02T20:05:32+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2016-09-02T06:47:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e0ef054fa94b0dd56ec7bf92ffea0a6d7609da56'/>
<id>e0ef054fa94b0dd56ec7bf92ffea0a6d7609da56</id>
<content type='text'>
Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;

Autobuild-User(master): Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date(master): Fri Sep  2 22:05:33 CEST 2016 on sn-devel-144
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;

Autobuild-User(master): Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date(master): Fri Sep  2 22:05:33 CEST 2016 on sn-devel-144
</pre>
</div>
</content>
</entry>
<entry>
<title>script/release.sh: generate announce.${tagname}.patch.txt in announcement_samba_rc()</title>
<updated>2016-02-15T16:41:49+00:00</updated>
<author>
<name>Karolin Seeger</name>
<email>kseeger@samba.org</email>
</author>
<published>2016-01-27T11:33:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=19fdc7fd5785498044223874460f0ef13e88f576'/>
<id>19fdc7fd5785498044223874460f0ef13e88f576</id>
<content type='text'>
This was only done in announcement_samba_stable() before.

Pair-Programmed-With: Stefan Metzmacher &lt;metze@samba.org&gt;

Signed-off-by: Karolin Seeger &lt;kseeger@samba.org&gt;
Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;

Autobuild-User(master): Karolin Seeger &lt;kseeger@samba.org&gt;
Autobuild-Date(master): Mon Feb 15 17:41:49 CET 2016 on sn-devel-144
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was only done in announcement_samba_stable() before.

Pair-Programmed-With: Stefan Metzmacher &lt;metze@samba.org&gt;

Signed-off-by: Karolin Seeger &lt;kseeger@samba.org&gt;
Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;

Autobuild-User(master): Karolin Seeger &lt;kseeger@samba.org&gt;
Autobuild-Date(master): Mon Feb 15 17:41:49 CET 2016 on sn-devel-144
</pre>
</div>
</content>
</entry>
<entry>
<title>script/release.sh: improve error messages if the tag verification fails</title>
<updated>2016-02-15T13:30:13+00:00</updated>
<author>
<name>Karolin Seeger</name>
<email>kseeger@samba.org</email>
</author>
<published>2016-01-27T11:29:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=d87077afb41e3602443bbd79b1466f35e087e457'/>
<id>d87077afb41e3602443bbd79b1466f35e087e457</id>
<content type='text'>
This makes it more obvious if a gpg key is expired.

Pair-Programmed-With: Stefan Metzmacher &lt;metze@samba.org&gt;

Signed-off-by: Karolin Seeger &lt;kseeger@samba.org&gt;
Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it more obvious if a gpg key is expired.

Pair-Programmed-With: Stefan Metzmacher &lt;metze@samba.org&gt;

Signed-off-by: Karolin Seeger &lt;kseeger@samba.org&gt;
Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>script/release.sh: make it possible to create stable .x releases (x &gt;= 1)</title>
<updated>2015-10-21T12:27:53+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2015-10-21T08:02:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f99d0b917419756b11f0ebfecbe84b3ebab7fa0a'/>
<id>f99d0b917419756b11f0ebfecbe84b3ebab7fa0a</id>
<content type='text'>
This version was used to create samba-4.3.1.

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Karolin Seeger &lt;kseeger@samba.org&gt;

Autobuild-User(master): Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date(master): Wed Oct 21 14:27:53 CEST 2015 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This version was used to create samba-4.3.1.

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Karolin Seeger &lt;kseeger@samba.org&gt;

Autobuild-User(master): Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date(master): Wed Oct 21 14:27:53 CEST 2015 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>script/release.sh: make it possible to create stable .0 releases</title>
<updated>2015-10-20T09:51:16+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2015-09-08T13:47:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=19a0a7f33ca71a39859706d726eaf70882362c93'/>
<id>19a0a7f33ca71a39859706d726eaf70882362c93</id>
<content type='text'>
This version was used to create samba-4.3.0.

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Karolin Seeger &lt;kseeger@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This version was used to create samba-4.3.0.

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Karolin Seeger &lt;kseeger@samba.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
