X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=update-bugdoctxt;h=d5568f58ce23b865bd1c7c95b615ec9c9eafd70c;hb=2286ce0734fe5dadf2b601165f56d2ebb5a91a5a;hp=1869e0ff720c84af1b30423c232b1682b2f5051a;hpb=84375bc8124e5d559e6d150d6d151a7c709cde41;p=dak.git diff --git a/update-bugdoctxt b/update-bugdoctxt index 1869e0ff..d5568f58 100755 --- a/update-bugdoctxt +++ b/update-bugdoctxt @@ -13,7 +13,7 @@ convert () { src=$1; dst=$2 rm -f .new-$dst echo Generating $dst from http://www.debian.org/Bugs/$src ... - lynx -nolist -dump $urlbase$src | sed -e 's/^ *$//' | perl -00 -ne 'exit if /Back to the Debian Project homepage/; print unless ($.==1 || $.==2 || $.==3 || /^\s*Other pages:$/m)' >.new-$dst + lynx -nolist -dump $urlbase$src | sed -e 's/^ *$//' | perl -00 -ne 'exit if /Back to the Debian Project homepage/; print unless ($.==1 || $.==2 || $.==3 || /^\s*Other BTS pages:$/m)' >.new-$dst if cmp -s .new-$dst $dst ; then rm -f .new-$dst else mv -f .new-$dst $dst fi