]> git.ipfire.org Git - pakfire.git/history - pakfire/builder.py
Misc. fixes on extraction and packaging.
[pakfire.git] / pakfire / builder.py
2011-08-28  Michael TremerMisc. fixes on extraction and packaging.
2011-08-28  Michael TremerCleanup the package module by removing binary.py and...
2011-08-25  Michael TremerOne huge commit, that breaks pakfire.
2011-08-07  Michael TremerLog Pakfire Builder header only in release mode.
2011-08-07  Michael TremerDump information about built packages afterwards.
2011-08-07  Michael TremerRe-enable install test after building packages.
2011-08-06  Michael TremerAdd copyright information to all files.
2011-08-05  Michael TremerMerge branch 'master' of git://git.ipfire.org/oddments...
2011-08-05  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-08-05  Michael TremerMake sure to kill all running processes in chroot.
2011-07-31  Michael TremerFix logging of dependency errors to build log.
2011-07-29  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-07-24  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-07-23  Michael TremerAdd --mode switch for "pakfire-build build ..." command.
2011-07-22  Michael TremerMerge branch 'master' of git://git.ipfire.org/oddments...
2011-07-21  Michael TremerFix multiple passing of kwarg mode.
2011-07-21  Michael TremerMake mode a keyword argument in Pakfire.
2011-07-21  Michael TremerFix download information.
2011-07-21  Michael TremerAdd some mode variable to tell Pakfire in what kind...
2011-07-20  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-07-17  Michael TremerFix when trying to install a file to the build environment.
2011-07-17  Michael TremerMove create_relation(...) to Pakfire class.
2011-07-16  Michael TremerIntroduce the C solver module.
2011-05-21  Michael TremerMerge branch 'master' of git://git.ipfire.org/oddments...
2011-05-21  Michael TremerSome bigger rework of the transaction code and solver.
2011-04-30  Michael TremerMerge branch 'master' of git://git.ipfire.org/oddments...
2011-04-30  Michael TremerReenable installation test.
2011-04-29  Michael TremerInitial import of the sat solver code.
2011-04-25  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-04-25  Michael Tremerbuilder: Add option to log the build into a file.
2011-04-23  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-04-23  Michael TremerAdd possibility to package more than one source package...
2011-04-16  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-04-13  Michael TremerDump package information when building from a source...
2011-04-10  Michael TremerFix shell command on CLI.
2011-04-09  Michael TremerFix for chroot change.
2011-04-09  Michael TremerMove chroot code into own file.
2011-04-09  Michael TremerTry to design a better API.
2011-04-08  Michael TremerMerge branch 'master' of git://git.ipfire.org/oddments...
2011-04-06  Michael TremerMerge branch 'master' of git://git.ipfire.org/oddments...
2011-04-06  Michael TremerInitial commit of the pakfire server stuff.
2011-04-05  Michael TremerRemove creation of users in build chroot.
2011-04-05  Michael TremerAdd support to build source packages and fix for empty...
2011-03-18  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-03-18  Michael TremerUnify packing code for source and binary packages.
2011-03-18  Michael TremerAdd an automatic install test to see if we could instal...
2011-03-04  Michael TremerAdd possibility for multiple makefiles to pass to ...
2011-03-03  Michael Tremerbuilder: Rename function cleanup -> destroy.
2011-02-26  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-02-26  Michael TremerInstall shell packages to build environment when enteri...
2011-02-26  Michael TremerDrop user to a shell if running on an interactive console.
2011-02-26  Michael TremerBetter cleanup for build environments.
2011-02-26  Michael TremerGenerate build id randomly if not one was provided.
2011-02-25  Michael TremerAdd build information (like time, id and hostname)...
2011-02-22  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-02-22  Michael TremerDisable icecream by default.
2011-02-22  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-02-22  Michael TremerCreate neccessary files in the chroot environment.
2011-02-21  Michael TremerSome rework on transactions and initial downloader...
2011-02-21  Michael TremerFix shell on 64-bit hosts and clean environment before...
2011-02-18  Michael TremerAdd TERM and PS1 to environment in chroot.
2011-02-13  Michael TremerMake sure HOME is set in build environment.
2011-02-13  Michael TremerAdd support for ccache.
2011-02-13  Michael TremerBunch of misc. changes.
2011-02-13  Michael TremerDump environment variables when entering the chroot.
2011-02-13  Michael TremerAdd a small (disabled) hack to add all available packag...
2011-02-07  Michael TremerCleanup of package data structures.
2011-02-06  Michael TremerAdd support for icecream.
2011-02-06  Michael TremerAutomatically calculate parallelism flags.
2011-02-06  Michael TremerAdd personality support to build chroot.
2011-02-06  Michael Tremerbuilder: Use system /etc/resolv.conf and /etc/hosts...
2011-02-06  Michael TremerDisable to empty the environment when moving into a...
2011-02-05  Michael Tremerbuilder: Start build environment with a login shell.
2011-02-05  Michael TremerInitial import.