[disorderfs] 01/01: Update documentation regarding git archive --prefix
Chris Lamb
chris at chris-lamb.co.uk
Tue Jan 31 10:02:21 UTC 2017
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository disorderfs.
commit b25790afe410fbac5c5abfd04ec708025354e89b
Author: Chris Lamb <lamby at debian.org>
Date: Tue Jan 31 23:01:15 2017 +1300
Update documentation regarding git archive --prefix
---
README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README b/README
index db103d9..a416c99 100644
--- a/README
+++ b/README
@@ -11,7 +11,7 @@ After releasing, please also release a signed tarball:
$ VERSION=FIXME
- $ git archive --format=tar --prefix=disorderfs-${VERSION} ${VERSION} | bzip2 -9 > disorderfs-${VERSION}.tar.bz2
+ $ git archive --format=tar --prefix=disorderfs-${VERSION}/ ${VERSION} | bzip2 -9 > disorderfs-${VERSION}.tar.bz2
$ gpg --detach-sig --armor --output=disorderfs-${VERSION}.tar.bz2.asc < disorderfs-${VERSION}.tar.bz2
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/disorderfs.git
More information about the Reproducible-commits
mailing list