summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Component.py
Commit message (Collapse)AuthorAgeFilesLines
* cruft cleanup: removed ComponentChris St. Pierre2012-08-291-268/+0
|
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
|
* added CherryPy-based server coreChris St. Pierre2012-07-191-29/+9
|
* added feature to allow clients to declare their version to serverChris St. Pierre2012-07-111-1/+2
|
* Add IPv6 supportSol Jerome2012-07-081-4/+7
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Remove fprint in favor of cleaner setup.pySol Jerome2012-04-041-2/+2
| | | | | | | We only used the new fancy file printing function in one place, but it caused massive ugliness in setup.py. Easier to use file.write() for now. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+284
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>