From 7c0c47e26af17918031d449d24abe40ad452f51a Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 19 Sep 2020 09:37:10 +0000 Subject: add gcf2 client and executable script This should be able to replace multiple `git cat-file' for blob retrieval, but adjustments may be needed. --- Makefile.PL | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 3fe9acf8..5a268362 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -71,6 +71,11 @@ $v->{gz_docs} = [ map { "$_.gz" } (@{$v->{docs}},@{$v->{docs_html}}) ]; $v->{rsync_docs} = [ @{$v->{gz_docs}}, @{$v->{docs}}, @{$v->{docs_html}}, qw(NEWS.atom NEWS.atom.gz)]; +# filter out public-inbox-gcf2 from the website, it's an internal command +for my $var (qw(gz_docs rsync_docs)) { + @{$v->{$var}} = grep(!/-gcf2/, @{$v->{$var}}); +} + # external manpages which we host ourselves, since some packages # (currently just Xapian) doesn't host manpages themselves. my @xman = qw(copydatabase.1 xapian-compact.1); -- cgit v1.2.3-24-ge0c7