Change name of calendar dir to 'calendars'

On eavesdrop.openstack.org there already exists a directory 'meetings'.
Use the directory name 'calendars' to store the iCal files

Change-Id: I02825ae443041e1b765c72b55b97caf57f9c33ed
This commit is contained in:
John L. Villalovos 2015-06-18 06:16:47 -07:00
parent f2e48a5b12
commit ee794f5dff
2 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ in <a href="ircs://irc.freenode.net:6697/{{ schedule.irc }}">#{{ schedule.irc }}
{% endfor %}
<li>ICS file of meeting, for use in your favorite calendaring app:</li>
<ul>
<li><a href="meetings/{{ meeting.outfile }}">iCalendar Meeting</a><br/></li>
<li><a href="calendars/{{ meeting.outfile }}">iCalendar Meeting</a><br/></li>
</ul>
<li>Chair (to contact for more information): {{ meeting.chair }}</li>
<li>{{ meeting.description|urlize }}</li>

View File

@ -14,9 +14,9 @@ commands = {posargs}
[testenv:ical]
commands =
mkdir -p output/meetings
mkdir -p output/calendars
yaml2ical -n "OpenStack Meetings" \
-d "Meeting schedule for the OpenStack projects" \
-y meetings -o output/irc-meetings.ical \
-t meetingindex.jinja -w output/index.html -f
yaml2ical -y meetings -i output/meetings/ -f
yaml2ical -y meetings -i output/calendars/ -f