]> git.donarmstrong.com Git - debian-ctte.git/commitdiff
use the year in the meetbot url
authorDon Armstrong <don@donarmstrong.com>
Thu, 16 Jan 2014 19:06:25 +0000 (11:06 -0800)
committerDon Armstrong <don@donarmstrong.com>
Thu, 16 Jan 2014 19:06:25 +0000 (11:06 -0800)
meetings/get_meeting.sh

index 634f968e5f84340eab396ba119e734adcd83624a..4b6ba2c594b1201b5bfb1c8687d31f36e8120070 100755 (executable)
@@ -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}/;
 )