From ea66ec9d715288f3709b23e4e230fd25d030601f Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Sat, 14 Oct 2023 19:13:43 -0600 Subject: Remove the gross poolify hack --- Makefile | 2 +- bin/poolify | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 63fc135..c2ee221 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ all: dat: mkdir -p $@ dat/cdxindex.txt: | dat - cdxget 'url=www.unicode.org/Public/*' 'fl=urlkey' 'filter=statuscode:200' 'filter=urlkey:.*(cvt|convert)utf.*' > $@ + cdxget 'url=www.unicode.org/Public/*' 'fl=urlkey' 'collapse=urlkey' 'filter=statuscode:200' 'filter=urlkey:.*(cvt|convert)utf.*' | grep -vFx 'org,unicode)/public/2.0-update/cvtutf7.c' > $@ dat/urlkeys.txt: dat/cdxindex.txt < $< cut -d '?' -f1 | sort -u > $@ dat/urlkeys.mk: dat/urlkeys.txt diff --git a/bin/poolify b/bin/poolify index 649b71b..92e3cce 100755 --- a/bin/poolify +++ b/bin/poolify @@ -87,10 +87,6 @@ main() { # Skip directories continue fi - if [[ "$url" == */2.0-Update/* ]]; then - # Gross hack - continue - fi name="${url##*/Public/}" dirpart="${name%/*}" filepart="${name##*/}" -- cgit v1.1-4-g5e80