public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/apache:master commit in: /
Date: Tue,  1 Dec 2020 12:19:58 +0000 (UTC)	[thread overview]
Message-ID: <1606821677.d8466105dfb6f3323561445488afa300634013b0.polynomial-c@gentoo> (raw)

commit:     d8466105dfb6f3323561445488afa300634013b0
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  1 11:21:17 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Dec  1 11:21:17 2020 +0000
URL:        https://gitweb.gentoo.org/proj/apache.git/commit/?id=d8466105

rolltarball.sh: Create xz compressed tarballs

instead of bzip2 compressed ones

Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 rolltarball.sh | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/rolltarball.sh b/rolltarball.sh
index 1962c00..2660564 100755
--- a/rolltarball.sh
+++ b/rolltarball.sh
@@ -18,11 +18,12 @@
 #	05-Jun-2005	Complete rewrite to clean up code
 #	20-Apr-2014	Use git instead of svn. Change patchname in ebuild as
 #			well
+#       01-Dec-2020	Replace bzip2 with xz to compress tarballs
 #
 
-# Please increase version number before each commit which includes changes to
-# this script.
-MYVERSION='2.0'
+# Please increase version number before or on each commit which includes
+# changes to this script.
+MYVERSION='2.1'
 
 # ********** Begin functions **********
 
@@ -433,8 +434,8 @@ build_tarball() {
 		echo ${CURTIME} > ${TB_DIR}/DATESTAMP
 		echo "Packaged by ${G_USER}" >> ${TB_DIR}/DATESTAMP
 		echo "$0 v${MYVERSION}" >> ${TB_DIR}/DATESTAMP
-		edebug "Create bzip2-ed tarball ${TB} from ${TB_DIR} excluding vcs files"
-		tar --create --bzip2 --verbose --exclude-vcs --exclude=*~ --file ${TB} ${TB_DIR} >&9
+		edebug "Create xz-ed tarball ${TB} from ${TB_DIR} excluding vcs files"
+		tar --create --xz --verbose --exclude-vcs --exclude=*~ --file ${TB} ${TB_DIR} >&9
 		eend $? "Tarball creation failed" || die
 		edebug "Remove temporary directory" 
 		rm -rf ${TB_DIR} || ewarn "Couldn't clean up, manually remove ${TB_DIR}/"


             reply	other threads:[~2020-12-01 12:20 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-01 12:19 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-09-03  8:10 [gentoo-commits] proj/apache:master commit in: / Hans de Graaff
2021-02-12 14:55 Lars Wendler
2021-02-12 14:38 Lars Wendler
2021-02-12 14:28 Lars Wendler
2020-12-01 12:26 Lars Wendler
2020-12-01 12:19 Lars Wendler
2014-04-20 20:39 Lars Wendler
2014-04-20 20:12 Lars Wendler
2013-11-09 15:32 Lars Wendler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1606821677.d8466105dfb6f3323561445488afa300634013b0.polynomial-c@gentoo \
    --to=polynomial-c@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox