]> git.ipfire.org Git - pakfire.git/history - pakfire/packages/packager.py
Display generated packages at the end of the build.
[pakfire.git] / pakfire / packages / packager.py
2011-09-24  Michael TremerDisplay generated packages at the end of the build.
2011-08-30  Michael TremerFix reading filelists from new package format.
2011-08-30  Michael TremerFix automatic dependency detection.
2011-08-29  Michael TremerAdd support for package compression (again).
2011-08-29  Michael TremerRemove username guessing from outside the chroot.
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-06  Michael TremerAdd copyright information to all files.
2011-08-03  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-08-03  Michael TremerUnify util.py.
2011-07-29  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-07-29  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-07-24  Michael TremerAdd support for prerequires.
2011-04-30  Michael TremerMerge branch 'master' of git://git.ipfire.org/oddments...
2011-04-30  Michael TremerAdd support for obsoletes.
2011-04-16  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
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 TremerAdd support to build source packages and fix for empty...
2011-03-21  Michael TremerEnhance support for groups.
2011-03-18  Michael TremerFix compression field in package metadata.
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 TremerSimplify the package creation process and add payload...
2011-03-10  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-03-10  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-03-10  Michael TremerFixing support for capabilities.
2011-03-10  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-03-10  Michael TremerRemove Extractor class and replace it by code that...
2011-03-07  Michael TremerDon't keep the tarfiles open.
2011-03-06  Michael TremerDisable support for xattrs in packages.
2011-03-06  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-03-05  Michael TremerUnify compressions.
2011-02-27  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-02-27  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-02-26  Michael TremerRemove signature from default package.
2011-02-26  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-02-26  Michael TremerFix another packing error with directories.
2011-02-26  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-02-26  Michael TremerCatch error with dead symlinks on packaging.
2011-02-26  Michael TremerAdd package compression.
2011-02-26  Michael TremerAdd UUID information to every package.
2011-02-25  Michael TremerAdd missing shutil import in packager.
2011-02-25  Michael TremerAdd build information (like time, id and hostname)...
2011-02-24  Michael TremerAdd faster packaging code.
2011-02-24  Michael TremerFix removing directories which should be kept.
2011-02-22  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-02-22  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2011-02-22  Michael TremerFix crash in progressbar code if a package had less...
2011-02-21  Michael TremerFix symlink handling on packager.
2011-02-20  Michael TremerFix packaging of symlinks.
2011-02-13  Michael TremerAdd support for exclude files.
2011-02-13  Michael TremerBunch of misc. changes.
2011-02-13  Michael TremerPass package metadata to the environment when building...
2011-02-13  Michael TremerSave filelist to package.
2011-02-06  Michael Tremerpackager: When adding the files to the archive we can...
2011-02-05  Michael TremerInitial import.