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

Chris Lamb chris at chris-lamb.co.uk
Tue Jan 31 10:57:58 CET 2017


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

lamby pushed a commit to branch master
in repository diffoscope.

commit e4e7fe24a0c3965d0deeb3ca416a59d50adbc40a
Author: Chris Lamb <lamby at debian.org>
Date:   Tue Jan 31 22:56:52 2017 +1300

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

diff --git a/CONTRIBUTING b/CONTRIBUTING
index 1491cb5..1f93a6a 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -43,7 +43,7 @@ Please also release a signed tarball:
 
 ----
   $ VERSION=FIXME
-  $ git archive --format=tar --prefix=diffoscope-${VERSION} ${VERSION} | bzip2 -9 > diffoscope-${VERSION}.tar.bz2
+  $ git archive --format=tar --prefix=diffoscope-${VERSION}/ ${VERSION} | bzip2 -9 > diffoscope-${VERSION}.tar.bz2
   $ gpg --detach-sig --armor --output=diffoscope-${VERSION}.tar.bz2.asc < diffoscope-${VERSION}.tar.bz2
   $ scp diffoscope-${VERSION}* alioth.debian.org:/home/groups/reproducible/htdocs/releases/diffoscope
 ----

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


More information about the diffoscope mailing list