[16:07] hey cjohnston, in qa-dashboard, can I use django variables on the version file? [16:08] I don't understand what your wanting to do? [16:09] set a variable to pick YYYY.MM.DD [16:11] that should go in release [16:12] hmm? [16:12] basically.. find todays date in the format YYYY.MM.DD if todays date == version error, else version == todays date [16:14] I got confused when you said 'that should go in release' [16:15] release.py [16:19] in release.py something like: [16:19] from datetime import date [16:19] today = date.today [16:19] today = date.today() <-- this one [16:20] today = today.strftime('%Y.%m.%d') [16:20] if qa_dashboard.version == today: [16:20] I need a version #! [16:20] else: [16:20] qa_dashboard.version = today [16:20] oh, ok [16:24] jose: I'm quite sure you could even extend it do append a, b, c, etc [16:25] and what are a b and c supposed to be? [16:25] so if we have one release, its 2013.08.09 [16:25] 2 2013.08.09a [16:25] 3 2013.08.09b [16:25] 4 2013.08.09c [16:25] oh, got it [16:32] cjohnston: would something like http://paste.ubuntu.com/5966909/ work? [16:49] cjohnston: question, in summit, is there a variable to check if a meeting is scheduled? [16:49] something like meeting.scheduled [16:52] mhall119: ^ [17:49] jose: check if there's an agenda item for it, that means it's scheduled [17:50] will do now [17:55] mhall119: hmm, not as far as I can see, there's only an item for approved meetings [18:08] jose: letters shouldn't technically stop at 'd' [18:08] I can make them end at z [18:09] that would be more appropriate.. and better if you didn't have to define each one