X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=update-bugdoctxt;fp=update-bugdoctxt;h=d5568f58ce23b865bd1c7c95b615ec9c9eafd70c;hb=f2c2f346bfc5737f906077cc9d54e7f286898122;hp=1869e0ff720c84af1b30423c232b1682b2f5051a;hpb=4258280bbbea3f80e3a8d98a1f7da361173fee36;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