[strip-nondeterminism] 01/01: Add docs regarding uploading a signed tarball.

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


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

lamby pushed a commit to branch master
in repository strip-nondeterminism.

commit 3eb89287cc96dfb1a5c87d18d1bc7bdc3f91b96c
Author: Chris Lamb <lamby at debian.org>
Date:   Tue Jan 31 18:12:38 2017 +1300

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

diff --git a/README b/README
index 96739a9..64c0f71 100644
--- a/README
+++ b/README
@@ -8,3 +8,13 @@ as part of the Reproducible Builds project.
 strip-nondeterminism contains the File::StripNondeterminism Perl module, the
 strip-nondeterminism command line utility, and the dh_strip_nondeterminism
 Debhelper add-on.
+
+After releasing, please upload a signed tarball:
+
+  $ VERSION=FIXME
+
+  $ git archive --format=tar --prefix=strip-nondeterminism-${VERSION} ${VERSION} | bzip2 -9 > strip-nondeterminism-${VERSION}.tar.bz2
+
+  $ gpg --detach-sig --armor --output=strip-nondeterminism-${VERSION}.tar.bz2.asc < strip-nondeterminism-${VERSION}.tar.bz2
+
+  $ scp strip-nondeterminism-${VERSION}* alioth.debian.org:/home/groups/reproducible/htdocs/releases/strip-nondeterminism

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



More information about the Reproducible-commits mailing list