summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added documentation on how to set up a virtualenv with Bcfg2 code.Mike McCallister2011-07-121-2/+73
* Minor edits to the glossary to make better use of Sphinx formatting.Mike McCallister2011-07-121-8/+14
* Minor change to better use Sphinx syntax for environment variables.Mike McCallister2011-07-123-7/+7
* doc: Add missing <Service> attribute valueHolger Weiß2011-07-111-22/+22
* Schemas: change client.xsd, allow multiple Client entries in XIncluded fileJonathan Billings2011-07-111-15/+9
* made ohai plugin fail gracefully on machines without ohai installedChris St. Pierre2011-07-111-2/+12
* export.py: Pylint/PEP8 fixesSol Jerome2011-07-071-78/+109
* Merge branch 'ignore-build-dir' of https://github.com/weiss/bcfg2Sol Jerome2011-07-071-1/+1
|\
| * Add build directory to .gitignore fileHolger Weiß2011-07-071-1/+1
* | doc: Fix build indentation errorsSol Jerome2011-07-071-2/+2
* | Revert "Add Environment.py file for building classes to gather env data."Sol Jerome2011-07-071-37/+0
* | Merge branch 'master' of https://github.com/rcuza/bcfg2Sol Jerome2011-07-076-84/+349
|\ \ | |/ |/|
| * Add documentation on how to get started with Bcfg2 on Mac OS X (10.6).Raul Cuza2011-07-071-0/+77
| * Add missing ).Raul Cuza2011-07-071-1/+1
| * Correct typo in PYVERSION to fix Ticket 1023.Raul Cuza2011-07-071-1/+1
| * Document versioning conventions used by Bcfg2.Raul Cuza2011-07-071-0/+18
| * Check length of version['micro'] instead of value.Raul Cuza2011-07-071-1/+1
| * Add verification that version_info['micro'] is a single digit.Raul Cuza2011-07-072-12/+15
| * Merge remote-tracking branch 'upstream/master'Raul Cuza2011-07-072-8/+2
| |\
| * \ Merge branch 'master' of github.com:rcuza/bcfg2Raul Cuza2011-07-070-0/+0
| |\ \
| | * | Correct typo in version variable.Raul Cuza2011-07-071-1/+1
| * | | Correct typo in version variable.Raul Cuza2011-07-071-1/+1
| * | | Move export2.py ontop of export.py. One export script to rule them all.Raul Cuza2011-07-072-318/+207
| |/ /
| * | Remove extra whitespace from the debian/changelog entry.Raul Cuza2011-07-071-4/+4
| * | Add code to modify osx/Makefile directly so version is no longer discovered.Raul Cuza2011-07-061-1/+9
| * | Prepare osx/Makefile to be changed by export2.pyRaul Cuza2011-07-061-7/+3
| * | Remove unused veriables.Raul Cuza2011-07-061-4/+0
| * | Replace minorver with dictionary call.Raul Cuza2011-07-061-3/+3
| * | Replace majorver[0:3] with dictionary call.Raul Cuza2011-07-061-2/+2
| * | Replace majorver with version_release.Raul Cuza2011-07-061-4/+4
| * | Derive majorver and minorver from dictionary; Add debug check.Raul Cuza2011-07-061-8/+24
| * | Use sys.version_info instead of string slices to get python version numbers (...Raul Cuza2011-07-061-3/+3
| |\ \
| | * | Finish converting find_and_replace calls to use dryrun argument.Raul Cuza2011-07-051-9/+22
| | * | Extend dry-run mode to file replacementRaul Cuza2011-07-051-19/+35
| | * | Add command line options to export tool.Raul Cuza2011-07-051-31/+74
| | * | Exclude compiled python files from the git repository.Raul Cuza2011-07-051-0/+1
| | * | Add Environment.py file for building classes to gather env data.Raul Cuza2011-07-051-0/+37
| | * | Add new version variables to export scriptRaul Cuza2011-07-011-3/+14
| | * | Refactor export.py to use main() clause.Raul Cuza2011-07-011-0/+125
| * | | Group verpose output in a more logical way.Raul Cuza2011-07-061-1/+1
| * | | Made verbose mode for commands a little more verbose.Raul Cuza2011-07-061-0/+1
| * | | Create verbose option for running commands.Raul Cuza2011-07-061-0/+2
| * | | Create paranoid mode for export script.Raul Cuza2011-07-061-1/+14
| * | | Finish converting find_and_replace calls to use dryrun argument.Raul Cuza2011-07-061-9/+22
| * | | Extend dry-run mode to file replacementRaul Cuza2011-07-061-19/+35
| * | | Add command line options to export tool.Raul Cuza2011-07-061-31/+74
| * | | Exclude compiled python files from the git repository.Raul Cuza2011-07-061-0/+1
| * | | Add Environment.py file for building classes to gather env data.Raul Cuza2011-07-061-0/+37
| * | | Add new version variables to export scriptRaul Cuza2011-07-061-3/+14
| * | | Refactor export.py to use main() clause.Raul Cuza2011-07-061-0/+125