summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'remove-generators-info' of https://github.com/weiss/bcfg2Sol Jerome2011-07-062-11/+0
|\ \
| * | bcfg2-info: Remove "generators" commandHolger Weiß2011-07-062-11/+0
* | | Display bcfg2-admin viz parameter errors on stdout instead of syslog.Mike McCallister2011-07-051-1/+1
* | | Enhanced bcfg2-admin viz to allow output to be limited to one client.Mike McCallister2011-07-052-21/+48
|/ /
* | doc: Fix typo in tableSol Jerome2011-07-051-2/+2
* | bcfg2-admin compare: Another few print() cleanupsHolger Weiß2011-07-061-7/+9
* | bcfg2-admin compare -r: Check for removed filesHolger Weiß2011-07-051-0/+6
* | bcfg2-admin compare -r: Clean up the outputHolger Weiß2011-07-051-4/+4
* | bcfg2-admin compare: Some code cleanupsHolger Weiß2011-07-051-16/+12
* | bcfg2-admin compare: Check for removed bundlesHolger Weiß2011-07-051-0/+5
* | bcfg2-admin compare: Handle all <Independent> tagsHolger Weiß2011-07-051-6/+5
* | bcfg2-admin compare: Straighten the outputHolger Weiß2011-07-051-44/+36
* | bcfg2-admin compare: Don't edit list in for loopHolger Weiß2011-07-051-4/+6
* | bcfg2-admin compare: Fix check if tag is knownHolger Weiß2011-07-051-1/+1
* | bcfg2-admin compare: Handle POSIX <Path> entriesHolger Weiß2011-07-051-8/+14
* | bcfg2-admin compare: Actually do somethingHolger Weiß2011-07-051-0/+1
* | Remove <Package> attribute "reloc" from the docsHolger Weiß2011-07-052-3/+0
* | Merge branch 'allow-nested-bundle-tags' of https://github.com/weiss/bcfg2Sol Jerome2011-07-041-98/+115
|\ \
| * | Allow nested Bundle tags in XML SchemaHolger Weiß2011-07-041-98/+115
| |/
* | Merge branch 'rsync-fam-fix' of https://github.com/trehn/bcfg2Sol Jerome2011-07-041-1/+1
|\ \
| * | prevent KeyErrors when directories get changed by rsyncTorsten Rehn2011-07-041-1/+1
| |/