mass-build.git
2015-06-18 Ralf Jungdon't hard-code the path to the python interpreter master
2014-12-31 Ralf Jungtab -> spaces
2014-12-30 Ralf Jungsupport new autogen option of auto-debuild
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-20 Ralf Jung... of course I meant check_output ...
2013-09-20 Ralf JungUse subprocess.check_call
2013-09-18 Ralf JungRemove splitting from git wrapper
2013-09-18 Ralf JungAuto-configure build parallelism
2013-09-15 Ralf Jungavoid needlessly creating a list
2013-09-15 Ralf Jungfix git version detection
2013-09-15 Ralf Jungupdate gitignore for python 3
2013-09-15 Ralf Junggit: suppress stderr when switching branches
2013-09-15 Ralf Jungconvert to python 3
2013-09-15 Ralf Jungcall git as subprocess instead of using the git python API
2013-07-12 Ralf JungForward auto-debuild option withSIP
2013-05-15 Ralf JungUse parallel build even for installation, but with...
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 JungUse 'git describe' to get current version number in...
2013-02-13 Ralf Jungmake version check smarter: only compare to tags having...
2013-02-11 Ralf JungFix SVN.update
2013-02-06 Ralf Jungimplement a version checker
2012-12-15 Ralf JungAdd support for epoch in auto-debuild version numbers...
2012-12-09 Ralf Jungmake mass-build GPLv2+
2012-12-09 Ralf Junglog successful completion
2012-10-05 Ralf Jungbetter handling of environment variables, and set more...
2012-09-13 Ralf JungSet CMAKE_PREFIX_PATH environment variable during build...
2012-09-13 Ralf Jungmake the prefix options optional; fix SVN for the case...
2012-09-09 Ralf Jungmake waitAfterConfig a command-line option, instead...
2012-09-09 Ralf Jungforward breaks, replaces to auto-debuild
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 conflicting packages option
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-03 Ralf JungAdd option to wait for confirmation after configuration
2012-08-02 Ralf Jungdisable debug warning
2012-08-02 Ralf Jungrename kdebuildpy to mass-build
2012-08-01 Ralf JungForward section parameter to auto-debuild
2012-08-01 Ralf JungMake sure an updated git URL is used
2012-08-01 Ralf JungSample config: rename kde folder to kde-sc
2012-08-01 Ralf Jungrename some options for a more consistent naming; fix...
2012-07-31 Ralf Jungremove any KDE special treatment from sourcecode, this...
2012-07-31 Ralf Jungrewuire a build system to be specified for auto-debuild...
2012-07-30 Ralf JungSimplify build system interface: There is simply a...
2012-07-29 Ralf JungMake auto-debuild configuration idempotent
2012-07-29 Ralf Jungforward installFiles option; debian folder is no longer...
2012-07-27 Ralf JungPass skipFiles and binaryRecommends option to auto...
2012-07-27 Ralf JungPass parallel job count to auto-debuild
2012-07-27 Ralf JungSupport specifying a SHA1 as version
2012-07-27 Ralf JungFor SVN, the version must be manually specified
2012-07-27 Ralf JungDisable some debug output; pass binaryDepends to auto...
2012-07-27 Ralf JungUpdate example config: Support passing arbitrary module...
2012-07-27 Ralf JungPass buildDepends to atuo-debuild
2012-07-27 Ralf Jungpass cmake parameters, name, email, build dir to auto...
2012-07-27 Ralf JungFirst working prototype of auto-debuild integration
2012-07-27 Ralf JungUse the configuration as dictionary, and add stub for...
2012-07-17 Ralf Jungavoid these annoying .pyc files
2012-07-17 Ralf Jungadd empty kdesupport example folder, and fix git branch...
2012-06-19 Ralf JungFix oxygen-icons URL in config example
2012-06-19 Ralf Jungmake configuration more flexible and more readable
2012-06-12 Ralf JungInitial project import