canmove, Confirmed users
2,056
edits
(create tarball/ZIP archive in current directory instead of home directory) |
|||
Line 203: | Line 203: | ||
Create a tarball and a ZIP archive: | Create a tarball and a ZIP archive: | ||
git archive --format=zip --output | git archive --format=zip --output addon-sdk-${JPTV}.zip --worktree-attributes --prefix addon-sdk-${JPFV}/ HEAD | ||
git archive --format=tar --output | git archive --format=tar --output addon-sdk-${JPTV}.tar --worktree-attributes --prefix addon-sdk-${JPFV}/ HEAD | ||
gzip | gzip addon-sdk-${JPTV}.tar # makes addon-sdk-${JPTV}.tar.gz | ||
{{note|a beta expands to a directory whose name contains the test version (f.e. addon-sdk-1.2b2), but a candidate expands to a directory whose name contains the final version (f.e. addon-sdk-1.2), so we can bless a candidate simply by renaming its tarball/ZIP archive.}} | {{note|a beta expands to a directory whose name contains the test version (f.e. addon-sdk-1.2b2), but a candidate expands to a directory whose name contains the final version (f.e. addon-sdk-1.2), so we can bless a candidate simply by renaming its tarball/ZIP archive.}} |