From: Don Armstrong Date: Thu, 16 Jan 2014 19:06:25 +0000 (-0800) Subject: use the year in the meetbot url X-Git-Url: https://git.donarmstrong.com/?p=debian-ctte.git;a=commitdiff_plain;h=b09f81766841215748d2064f8bda4af319a94fbc use the year in the meetbot url --- diff --git a/meetings/get_meeting.sh b/meetings/get_meeting.sh index 634f968..4b6ba2c 100755 --- a/meetings/get_meeting.sh +++ b/meetings/get_meeting.sh @@ -7,5 +7,5 @@ YMD2=$(date +'%Y-%m-%d') set -x mkdir -p ${YMD}; (cd ${YMD}; - wget -nd -np -r -l 1 -A "debian-ctte.$YMD2-*.txt" http://meetbot.debian.net/debian-ctte/2013/; + wget -nd -np -r -l 1 -A "debian-ctte.$YMD2-*.txt" http://meetbot.debian.net/debian-ctte/${YEAR}/; )