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

Chris Lamb chris at chris-lamb.co.uk
Tue Jan 31 09:59:04 UTC 2017


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

lamby pushed a commit to branch master
in repository strip-nondeterminism.

commit 0e9ff75ec88c705af8f1ee2a9ee4f727ba8f61f5
Author: Chris Lamb <lamby at debian.org>
Date:   Tue Jan 31 22:57:58 2017 +1300

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

diff --git a/README b/README
index 64c0f71..795e78f 100644
--- a/README
+++ b/README
@@ -13,7 +13,7 @@ After releasing, please upload a signed tarball:
 
   $ VERSION=FIXME
 
-  $ git archive --format=tar --prefix=strip-nondeterminism-${VERSION} ${VERSION} | bzip2 -9 > strip-nondeterminism-${VERSION}.tar.bz2
+  $ git archive --format=tar --prefix=strip-nondeterminism-${VERSION}/ ${VERSION} | bzip2 -9 > strip-nondeterminism-${VERSION}.tar.bz2
 
   $ gpg --detach-sig --armor --output=strip-nondeterminism-${VERSION}.tar.bz2.asc < strip-nondeterminism-${VERSION}.tar.bz2
 

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



More information about the Reproducible-commits mailing list