Re: [PATCH 1/1] git: use xz compressed archive for download

2018-11-20 Thread Jason A. Donenfeld
Thanks, merged. ___ CGit mailing list CGit@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/cgit

[PATCH 1/1] git: use xz compressed archive for download

2018-11-20 Thread Christian Hesse
From: Christian Hesse Upstream will stop providing gz compressed source tarballs [0], so stop using them. [0] https://lists.zx2c4.com/pipermail/cgit/2018-November/004254.html Signed-off-by: Christian Hesse --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ma

Re: [PATCH 1/1] git: use xz compressed archive for download

2014-12-24 Thread Jason A. Donenfeld
Oh, major bummer. I'll revert. What's upstream's stance on that? On Dec 24, 2014 12:13 PM, "Lukas Fleischer" wrote: > On Wed, 24 Dec 2014 at 09:40:07, Jason A. Donenfeld wrote: > > On Wed, Dec 24, 2014 at 1:01 AM, Lukas Fleischer > > wrote: > > > > > > I don't think this is a good idea (I raise

Re: [PATCH 1/1] git: use xz compressed archive for download

2014-12-24 Thread Lukas Fleischer
On Wed, 24 Dec 2014 at 09:40:07, Jason A. Donenfeld wrote: > On Wed, Dec 24, 2014 at 1:01 AM, Lukas Fleischer > wrote: > > > > I don't think this is a good idea (I raised concerns weeks ago but > > forgot to Cc the mailing list). > > > > Shucks on the CC. > > > I'd like to hear more opinions. >

Re: [PATCH 1/1] git: use xz compressed archive for download

2014-12-24 Thread Jason A. Donenfeld
On Wed, Dec 24, 2014 at 1:01 AM, Lukas Fleischer wrote: > > I don't think this is a good idea (I raised concerns weeks ago but > forgot to Cc the mailing list). > Shucks on the CC. I'd like to hear more opinions. *Who out there is deploying cgit on boxes that don't have tar's -J?* _

Re: [PATCH 1/1] git: use xz compressed archive for download

2014-12-24 Thread Lukas Fleischer
On Wed, 24 Dec 2014 at 03:14:46, Jason A. Donenfeld wrote: > Merged a variant of this. > > xz is less commonly deployed, but I think modernization is a good thing in > this regard, so rolling with it. > I don't think this is a good idea (I raised concerns weeks ago but forgot to Cc the mailing l

Re: [PATCH 1/1] git: use xz compressed archive for download

2014-12-23 Thread Jason A. Donenfeld
Merged a variant of this. xz is less commonly deployed, but I think modernization is a good thing in this regard, so rolling with it. ___ CGit mailing list CGit@lists.zx2c4.com http://lists.zx2c4.com/mailman/listinfo/cgit

[PATCH 1/1] git: use xz compressed archive for download

2014-08-17 Thread Christian Hesse
From: Christian Hesse --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8306028..f6e55a7 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = GIT_VER = 2.1.0 -GIT_URL