X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=scripts%2Fdebian%2Fupdate-mailingliststxt;fp=scripts%2Fdebian%2Fupdate-mailingliststxt;h=3b67eb958bdea55fe36682a7e65febc11aa9fcf2;hb=59fd5aa2a8be3b76dbc968429c457f096adfa472;hp=0000000000000000000000000000000000000000;hpb=9540d873fa78598454af57f5f8a4875969ed0439;p=dak.git diff --git a/scripts/debian/update-mailingliststxt b/scripts/debian/update-mailingliststxt new file mode 100755 index 00000000..3b67eb95 --- /dev/null +++ b/scripts/debian/update-mailingliststxt @@ -0,0 +1,13 @@ +#!/bin/sh +# +# Fetches latest copy of mailing-lists.txt +# Michael Beattie + +. vars + +cd $ftpdir/doc + +echo Updating archive version of mailing-lists.txt +wget -t1 -T20 -q -N http://www.debian.org/misc/mailing-lists.txt || \ + echo "Some error occured..." +