[trydiffoscope] 02/02: Add docs re. uploading a signed tarball.

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


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

lamby pushed a commit to branch master
in repository trydiffoscope.

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

    Add docs re. uploading a signed tarball.
---
 README.rst | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..504dccd
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,18 @@
+-------------
+trydiffoscope
+-------------
+
+Uploading
+==========
+
+Please also release a signed tarball:
+
+::
+
+    $ VERSION=FIXME
+
+    $ git archive --format=tar --prefix=trydiffoscope-${VERSION} ${VERSION} | bzip2 -9 > trydiffoscope-${VERSION}.tar.bz2
+
+    $ gpg --detach-sig --armor --output=trydiffoscope-${VERSION}.tar.bz2.asc < trydiffoscope-${VERSION}.tar.bz2
+
+    $ scp trydiffoscope-${VERSION}* alioth.debian.org:/home/groups/reproducible/htdocs/releases/trydiffoscope

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



More information about the Reproducible-commits mailing list