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

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


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

lamby pushed a commit to branch master
in repository reprotest.

commit e289f9bcad68265fa09fcc2996c65876a127e9e2
Author: Chris Lamb <lamby at debian.org>
Date:   Tue Jan 31 18:14:48 2017 +1300

    Add docs regarding uploading a signed tarball.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>
---
 README.rst | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/README.rst b/README.rst
index 28c914d..6ba60ad 100644
--- a/README.rst
+++ b/README.rst
@@ -203,3 +203,19 @@ Now, finally run the tests:
 ::
 
     $ REPROTEST_TEST_SERVERS=null,qemu,schroot tox -- -s
+
+
+Releasing
+=========
+
+After releasing, please upload a signed tarball:
+
+::
+
+    $ VERSION=FIXME
+
+    $ git archive --format=tar --prefix=reprotest-${VERSION} ${VERSION} | bzip2 -9 > reprotest-${VERSION}.tar.bz2
+
+    $ gpg --detach-sig --armor --output=reprotest-${VERSION}.tar.bz2.asc < reprotest-${VERSION}.tar.bz2
+
+    $ scp reprotest-${VERSION}* alioth.debian.org:/home/groups/reproducible/htdocs/releases/reprotest

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



More information about the Reproducible-commits mailing list