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

Chris Lamb chris at chris-lamb.co.uk
Tue Jan 31 10:00:09 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 4b24a51fc0eb7290b4aa5ae0c2e90f29a347afe7
Author: Chris Lamb <lamby at debian.org>
Date:   Tue Jan 31 22:59:04 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 6ba60ad..d41f4fa 100644
--- a/README.rst
+++ b/README.rst
@@ -214,7 +214,7 @@ After releasing, please upload a signed tarball:
 
     $ VERSION=FIXME
 
-    $ git archive --format=tar --prefix=reprotest-${VERSION} ${VERSION} | bzip2 -9 > reprotest-${VERSION}.tar.bz2
+    $ 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
 

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