public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/netifrc:master commit in: mk/
Date: Mon, 17 Apr 2023 04:37:52 +0000 (UTC)	[thread overview]
Message-ID: <1681706252.addb593e370c7d8fd38f3eb81e15837306d576ff.sam@OpenRC> (raw)

commit:     addb593e370c7d8fd38f3eb81e15837306d576ff
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 17 04:37:19 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 04:37:32 2023 +0000
URL:        https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=addb593e

mk/dist.mk: use xz

Signed-off-by: Sam James <sam <AT> gentoo.org>

 mk/dist.mk | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/mk/dist.mk b/mk/dist.mk
index 7404f04..1625d7c 100644
--- a/mk/dist.mk
+++ b/mk/dist.mk
@@ -4,18 +4,18 @@
 
 GITREF?=	HEAD
 DISTPREFIX?=	${NAME}-${VERSION}
-DISTFILE?=	${DISTPREFIX}.tar.bz2
+DISTFILE?=	${DISTPREFIX}.tar.xz
 
-CLEANFILES+=	${NAME}-*.tar.bz2
+CLEANFILES+=	${NAME}-*.tar.xz
 
 _SNAP_SH=	date -u +%Y%m%d%H%M
 _SNAP:=		$(shell ${_SNAP_SH})
 SNAP=		${_SNAP}
 SNAPDIR=	${DISTPREFIX}-${SNAP}
-SNAPFILE=	${SNAPDIR}.tar.bz2
+SNAPFILE=	${SNAPDIR}.tar.xz
 
 gitdist:
-	git archive --prefix=${DISTPREFIX}/ ${GITREF} | bzip2 > ${DISTFILE}
+	git archive --prefix=${DISTPREFIX}/ ${GITREF} | xz > ${DISTFILE}
 
 dist:
 	sh -c ' \


             reply	other threads:[~2023-04-17  4:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-17  4:37 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-14  4:47 [gentoo-commits] proj/netifrc:master commit in: mk/ Sam James
2023-04-17  4:37 Sam James
2019-04-21  5:34 Robin H. Johnson

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=1681706252.addb593e370c7d8fd38f3eb81e15837306d576ff.sam@OpenRC \
    --to=sam@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