]> git.ipfire.org Git - pakfire.git/history - python/pakfire/builder.py
Create an extra namespace for build environments and private network.
[pakfire.git] / python / pakfire / builder.py
2013-03-08  Michael TremerCreate an extra namespace for build environments and...
2013-03-05  Michael Tremerccache optimizations: Use /tmp and enable compression.
2013-03-05  Michael TremerMount /tmp as a tmpfs into the build environment.
2013-01-24  Michael TremerRemove unused variable "error".
2013-01-24  Michael TremerProperly handle interrupted build processes.
2012-12-21  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2012-12-19  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2012-12-18  Michael TremerDon't copy the source package to the build environment.
2012-12-04  Michael TremerFix path inside chroot.
2012-12-04  Michael TremerCopy source package to build environment.
2012-12-03  Michael Tremersolver: Always allow archchange.
2012-10-28  Michael Tremerbuilder: Make lots of things about the build environmen...
2012-10-28  Michael Tremerbuilder: Add an extra empty line after extracting the...
2012-10-27  Michael TremerFix inner builder.
2012-10-27  Michael TremerGeneral cleanup work.
2012-10-27  Michael TremerRemove mode argument from Pakfire class.
2012-10-27  Michael TremerRemove all build environment cache functionality.
2012-10-24  Michael TremerRewrite code that forks subprocesses.
2012-10-04  Michael TremerAutomatically run the prepare stage before entering...
2012-05-16  Michael TremerMove C module to newer version of libsolv.
2012-04-14  Michael TremerSend hardware information to the hub at start of the...
2012-04-14  Michael TremerUse the host key properly in build mode.
2012-04-13  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2012-04-13  Michael TremerEnhance shell environment.
2012-04-11  Michael TremerRemove pakfire keyring installation stuff.
2012-04-05  Michael TremerAdd cgroup support.
2012-04-03  Michael TremerReplace unsecure tmpfile creation.
2012-04-03  Michael TremerAutomatically determine prerequires dependencies for...
2012-03-31  Michael TremerRemove localinstall command and unify install command.
2012-03-23  Michael TremerAdd concept of a host key and sign all packages with it.
2012-03-23  Michael TremerDon't dump generated packages inside the chroot.
2012-03-23  Michael TremerMake install test some way easier and let it raise...
2012-03-23  Michael TremerMerge branch 'signatures'
2012-03-18  Michael TremerSanitize the LANG variable in the build chroot.
2012-03-04  Michael TremerPBS: Add more verbosity to build logs.
2012-02-28  Michael TremerCorrectly parse the configuration sent by the hub.
2012-02-28  Michael TremerImprove selection of distribution for which to build.
2012-02-26  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2012-02-26  Michael TremerBigger changes in the way we read configuration.
2012-02-12  Michael TremerFix creating the source package in default build process.
2012-02-03  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2012-01-28  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2012-01-26  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2012-01-26  Michael TremerHuge change: Introduce pakfire-client and -daemon.
2012-01-01  Stefan SchantlCheck if build arch is supported by host.
2011-12-26  Michael TremerMerge branch 'perl-fixes'
2011-12-23  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-12-21  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-12-21  Michael TremerReplace the dependency tracker.
2011-12-16  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-12-16  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-12-11  Michael TremerFake output of uname(3) on different host arches.
2011-12-11  Michael TremerMerge branch 'debuginfo'
2011-12-11  Michael TremerExtract debuginfo.
2011-12-09  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-12-09  Michael TremerDon't extract cache if requested, but file is not avail...
2011-12-08  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-12-08  Michael TremerAdd option to create build environment cache.
2011-12-08  Michael TremerSend architecture to pakfire instance running in chroot.
2011-12-04  Michael TremerMerge remote-tracking branch 'origin/arm'
2011-11-20  Michael TremerFix generation of package file path name.
2011-11-20  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-11-20  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-11-20  Michael Tremerlogging: Make own pakfire logger.
2011-11-20  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-11-20  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-11-18  Michael TremerCompress all man pages with the xz algorithm.
2011-11-14  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-11-02  Michael TremerMove removing static libs from QA to pakfire.
2011-10-21  Michael TremerFix environment variable for icecream toolchain.
2011-10-08  Michael Tremerpakfire-builder now creates a source pkg when a makefil...
2011-10-08  Michael TremerFix building of source packages.
2011-10-03  Michael TremerCleanup BUILDROOT before starting a build.
2011-10-03  Michael TremerMake sure the ccache directory is present.
2011-10-02  Michael TremerFix PARALLELISMFLAGS.
2011-09-30  Michael TremerImprove source download code and clean things up.
2011-09-27  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-09-27  Michael TremerRewrite the buildsystem of this package.