[disorderfs] 01/01: Add docs regarding uploading a signed tarball.

Chris Lamb chris at chris-lamb.co.uk
Tue Jan 31 05:17:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository disorderfs.

commit ad89159cb0ab06e904c8f4f3aa527cc9537e49de
Author: Chris Lamb <lamby at debian.org>
Date:   Tue Jan 31 18:17:22 2017 +1300

    Add docs regarding uploading a signed tarball.
---
 README | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README b/README
index 8a5d710..db103d9 100644
--- a/README
+++ b/README
@@ -6,3 +6,13 @@ in which directory entries are read.  This is useful for detecting
 non-determinism in the build process.
 
 See the man page for details.
+
+After releasing, please also release a signed tarball:
+
+    $ VERSION=FIXME
+
+    $ git archive --format=tar --prefix=disorderfs-${VERSION} ${VERSION} | bzip2 -9 > disorderfs-${VERSION}.tar.bz2
+
+    $ gpg --detach-sig --armor --output=disorderfs-${VERSION}.tar.bz2.asc < disorderfs-${VERSION}.tar.bz2
+
+    $ scp disorderfs-${VERSION}* alioth.debian.org:/home/groups/reproducible/htdocs/releases/disorderfs

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/disorderfs.git



More information about the Reproducible-commits mailing list