Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/zsh-completion:master commit in: /
Date: Fri, 24 Jan 2014 01:29:35
Message-Id: 1390526887.db2cd6cea4b03d4dbefed3c84833b5b534ee2f13.radhermit@gentoo
1 commit: db2cd6cea4b03d4dbefed3c84833b5b534ee2f13
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 24 01:27:31 2014 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 24 01:28:07 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/zsh-completion.git;a=commit;h=db2cd6ce
7
8 create xz tarballs instead of bzip2
9
10 ---
11 create-dist-bzip2.sh => create-dist-xz.sh | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/create-dist-bzip2.sh b/create-dist-xz.sh
15 similarity index 90%
16 rename from create-dist-bzip2.sh
17 rename to create-dist-xz.sh
18 index c7699f7..b69967b 100755
19 --- a/create-dist-bzip2.sh
20 +++ b/create-dist-xz.sh
21 @@ -22,4 +22,4 @@ for i in ${COMPLETION_WIDGETS}; do
22 cp ${i} ${snapshot_dir}
23 done
24
25 -${TAR} -jcf ${snapshot_dir}.tar.bz2 ${snapshot_dir}
26 +${TAR} -Jcf ${snapshot_dir}.tar.xz ${snapshot_dir}