Holger Levsen <[email protected]> writes: > Thanks for this offer! I don't think anybody would complain if you do this > work... quite the contrary :)
I fixed some more: https://salsa.debian.org/webmaster-team/webwml/merge_requests/99 I created this dodgy script to do them one at a time, that uses the output of the other script: === cut == #!/bin/sh set -e set -x if ! test -f "2019/dla-$1.data" then FILE="$(grep -lr "Subject: \[SECURITY\] \[DLA $1-1\]" debian-lts-announce.d)" ./parse-dla.pl "$FILE" make -C 2019 "dla-$1.en.html" git add "2019/dla-$1.data" "2019/dla-$1.wml" git commit -m "DLA-$1-1 advisory" fi === cut === -- Brian May <[email protected]>
