summaryrefslogtreecommitdiffstats
path: root/tools/export2.py
Commit message (Collapse)AuthorAgeFilesLines
* Add code to modify osx/Makefile directly so version is no longer discovered.Raul Cuza2011-07-061-1/+9
| | | | osx/Makefile will now have the version variables set when the repo is tagged like other package directories.
* 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
|
* 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
| | | | If export2.py -P -v is run, then the diff will be shown.
* Create paranoid mode for export script.Raul Cuza2011-07-061-1/+14
| | | | | | Paranoid mode does not modify the git repository, but does modify the files. This allows git-diff to be used to see what will change when run in regular mode.
* Finish converting find_and_replace calls to use dryrun argument.Raul Cuza2011-07-061-9/+22
| | | | | Set default value to false. Made the find_and_replace calls multilined.
* 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
| | | | Run with -h to see all the options.
* 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
Minimal testing has been done to compare export.py and export2.py.