annotate release.py @ 839:4063da6f3edd default tip

Refactored the config file and how it is loaded.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Thu, 21 Aug 2008 17:51:04 +0200
parents a2880c95eda3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
807
a2880c95eda3 Refactored ddoc command.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents: 806
diff changeset
1 #! /usr/bin/python
804
9e6c6bb73e5f Implemented visit methods for some type nodes.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
2 # -*- coding: utf-8 -*-
9e6c6bb73e5f Implemented visit methods for some type nodes.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
3 # Author: Aziz Köksal
9e6c6bb73e5f Implemented visit methods for some type nodes.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
4
9e6c6bb73e5f Implemented visit methods for some type nodes.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
5 # TODO: port release.sh to Python
9e6c6bb73e5f Implemented visit methods for some type nodes.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
6
807
a2880c95eda3 Refactored ddoc command.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents: 806
diff changeset
7 if __name__ == '__main__':
a2880c95eda3 Refactored ddoc command.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents: 806
diff changeset
8 print "DIL"
a2880c95eda3 Refactored ddoc command.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents: 806
diff changeset
9
804
9e6c6bb73e5f Implemented visit methods for some type nodes.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
10 # TODO: write subcommand that creates a Makefile
9e6c6bb73e5f Implemented visit methods for some type nodes.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
11 def writeMakefile():
9e6c6bb73e5f Implemented visit methods for some type nodes.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
12 pass