Tristan Cacqueray c0f7aade5a Fix project list match with directory name
This change reverse the directory name creation to find
projects name back from projects.yaml.

Directories were created using:
for project in projects.keys():
  os.mkdir(project.title().replace(' ', '_'))

Also fix DATE_MAX to match Liberty-Mitaka timeframe.

Change-Id: I51cb272807e2b68f794b939319c198736722f340
2016-03-13 10:37:14 -04:00
..