[trydiffoscope] 01/01: Update documentation regarding git archive --prefix

Chris Lamb chris at chris-lamb.co.uk
Tue Jan 31 10:01:15 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 f67979f77fee5db0e57676acef4afe33e291f68a
Author: Chris Lamb <lamby at debian.org>
Date:   Tue Jan 31 23:00:10 2017 +1300

    Update documentation regarding git archive --prefix
---
 README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 504dccd..276fdbb 100644
--- a/README.rst
+++ b/README.rst
@@ -11,7 +11,7 @@ Please also release a signed tarball:
 
     $ VERSION=FIXME
 
-    $ git archive --format=tar --prefix=trydiffoscope-${VERSION} ${VERSION} | bzip2 -9 > trydiffoscope-${VERSION}.tar.bz2
+    $ 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
 

-- 
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