On 07.01.2019 13:46, Julian Foad wrote: > The 1.9.10 release artifacts are now available for testing/signing. > Please get the tarballs from > https://dist.apache.org/repos/dist/dev/subversion > and add your signatures there.
Do we always create tarballs from a branch export instead of the tag export? $ diff -u tag-1.9.10/tools/backup/hot-backup.py.in subversion-1.9.10/tools/backup/hot-backup.py.in --- tag-1.9.10/tools/backup/hot-backup.py.in 2016-03-15 05:00:40.000000000 +0100 +++ subversion-1.9.10/tools/backup/hot-backup.py.in 2016-03-15 05:00:40.000000000 +0100 @@ -28,8 +28,8 @@ # under the License. # ==================================================================== -# $HeadURL: https://svn.apache.org/repos/asf/subversion/tags/1.9.10/tools/backup/hot-backup.py.in $ -# $LastChangedDate: 2016-03-15 05:00:40 +0100 (Tue, 15 Mar 2016) $ +# $HeadURL: https://svn.apache.org/repos/asf/subversion/branches/1.9.x/tools/backup/hot-backup.py.in $ +# $LastChangedDate: 2016-03-15 04:00:40 +0000 (Tue, 15 Mar 2016) $ # $LastChangedBy: svn-role $ # $LastChangedRevision: 1735016 $ The former is an svn-export from the 1.9.10 tag, the latter is from the unpacked tarball. I understand the difference in the time zone but I don't know why our release script exports from the branch, not from the tag? I'd sort of call that a bug ... -- Brane