Skip to content

Commit

Permalink
Adapt the script to new tarballs formats.
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Nov 8, 2019
1 parent 64763c4 commit bec70a6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Maintenance/public_release/scripts/prepare_release
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@ pushd "$DEST_DIR"
zip -q -r "$DEST_DIR/${PUBLIC_RELEASE_NAME}-doc_html.zip" doc_html
popd

printf "bzip2 doc_html tarball...\n"
bzip2 --best < "$DEST_DIR/${PUBLIC_RELEASE_NAME}-doc_html.tar" > "$DEST_DIR/${PUBLIC_RELEASE_NAME}-doc_html.tar.bz2"

printf "bzip2 source tarball...\n"
zcat "$DEST_DIR/${PUBLIC_RELEASE_NAME}.tar.gz" | bzip2 --best > "$DEST_DIR/${PUBLIC_RELEASE_NAME}.tar.bz2"

printf "xz doc_html tarball...\n"
xz --best < "$DEST_DIR/${PUBLIC_RELEASE_NAME}-doc_html.tar" > "$DEST_DIR/${PUBLIC_RELEASE_NAME}-doc_html.tar.xz"

Expand Down

0 comments on commit bec70a6

Please sign in to comment.