don't hard-code the path to the python interpreter
[mass-build.git] / mass_build.py
2015-06-18 Ralf Jungdon't hard-code the path to the python interpreter master
2014-12-31 Ralf Jungtab -> spaces
2014-11-11 Ralf Jungmake load_module compatible with python 3.2
2014-05-29 Ralf Jungmore general module loading; do not use __dict__ directly
2013-10-27 Ralf Jungfix the -c/--config argument; adapt to the debian folde...
2013-09-23 Ralf JungMove loading a module by filename into a helper function
2013-09-22 Ralf Junguse importlib.machinery instead of the (deprecated...
2013-09-15 Ralf Jungavoid needlessly creating a list
2013-09-15 Ralf Jungconvert to python 3
2013-05-15 Ralf JungFix shorthand form of --wait argument
2013-03-19 Ralf JungAdd shorthand for --wait-after-config
2013-03-09 Ralf JungReject invalid command combination --reset --no-update
2013-02-13 Ralf Jungmake version check smarter: only compare to tags having...
2013-02-06 Ralf Jungimplement a version checker
2012-12-09 Ralf Jungmake mass-build GPLv2+
2012-12-09 Ralf Junglog successful completion
2012-09-09 Ralf Jungmake waitAfterConfig a command-line option, instead...
2012-09-06 Ralf JungChange --resume-from semantics: From the projects speci...
2012-08-17 Ralf JungMake overriding the version name independant of VCS...
2012-08-15 Ralf JungMake config inherited
2012-08-13 Ralf JungFix typo
2012-08-12 Ralf Jungmodule -> project; allow building all projects within...
2012-08-12 Ralf Jungforward python 2 configuration
2012-08-03 Ralf JungAdd support to force a reset of the source code version
2012-08-02 Ralf Jungrename kdebuildpy to mass-build