]> git.ipfire.org Git - pakfire.git/log
pakfire.git
13 years agoCleanup of package data structures.
Michael Tremer [Mon, 7 Feb 2011 01:14:48 +0000 (02:14 +0100)] 
Cleanup of package data structures.

Makes them more clear and gives them access to the Pakfire()
object so they can access anything.

13 years agoFix logging (that cut some lines).
Michael Tremer [Mon, 7 Feb 2011 01:14:28 +0000 (02:14 +0100)] 
Fix logging (that cut some lines).

13 years agoFix coding error.
Michael Tremer [Mon, 7 Feb 2011 01:03:44 +0000 (02:03 +0100)] 
Fix coding error.

13 years agoRemove cpio code.
Michael Tremer [Mon, 7 Feb 2011 00:41:27 +0000 (01:41 +0100)] 
Remove cpio code.

13 years agoAdd new class FilePackage.
Michael Tremer [Mon, 7 Feb 2011 00:20:47 +0000 (01:20 +0100)] 
Add new class FilePackage.

This class is an additional wrapper to read packages of the
tar format.

13 years agoindex: Search for files in a directory recursively.
Michael Tremer [Mon, 7 Feb 2011 00:16:12 +0000 (01:16 +0100)] 
index: Search for files in a directory recursively.

If we have such directories like:

   abc
    |`- i686
    `-- noarch

...we need to search recursively for packages that do match
the architecture of the distribution.

13 years agoplugins: Add plugin skeleton.
Michael Tremer [Sun, 6 Feb 2011 21:32:48 +0000 (22:32 +0100)] 
plugins: Add plugin skeleton.

13 years agoplugins: Add possibiblity to register and run a plugin.
Michael Tremer [Sun, 6 Feb 2011 21:31:13 +0000 (22:31 +0100)] 
plugins: Add possibiblity to register and run a plugin.

13 years agoAdd support for icecream.
Michael Tremer [Sun, 6 Feb 2011 21:30:58 +0000 (22:30 +0100)] 
Add support for icecream.

13 years agoAutomatically calculate parallelism flags.
Michael Tremer [Sun, 6 Feb 2011 21:29:50 +0000 (22:29 +0100)] 
Automatically calculate parallelism flags.

13 years agoAdd personality support to build chroot.
Michael Tremer [Sun, 6 Feb 2011 19:15:12 +0000 (20:15 +0100)] 
Add personality support to build chroot.

13 years agoUpdating translations.
Michael Tremer [Sun, 6 Feb 2011 15:41:45 +0000 (16:41 +0100)] 
Updating translations.

13 years agosetup: Forgot to add the packages and plugin modules.
Michael Tremer [Sun, 6 Feb 2011 15:40:39 +0000 (16:40 +0100)] 
setup: Forgot to add the packages and plugin modules.

13 years agobuilder: Use system /etc/resolv.conf and /etc/hosts for name resolution.
Michael Tremer [Sun, 6 Feb 2011 15:39:24 +0000 (16:39 +0100)] 
builder: Use system /etc/resolv.conf and /etc/hosts for name resolution.

13 years agoDisable to empty the environment when moving into a chroot shell.
Michael Tremer [Sun, 6 Feb 2011 13:38:24 +0000 (14:38 +0100)] 
Disable to empty the environment when moving into a chroot shell.

This is kinda buggy and unneccessary as we call a login shell.

13 years agopackager: When adding the files to the archive we can only read xattrs from regular...
Michael Tremer [Sun, 6 Feb 2011 13:37:44 +0000 (14:37 +0100)] 
packager: When adding the files to the archive we can only read xattrs from regular files.

13 years agoMake option to disable repositories on command line.
Michael Tremer [Sun, 6 Feb 2011 10:56:49 +0000 (11:56 +0100)] 
Make option to disable repositories on command line.

To not confuse the user, we check if there is at least one
enabled repository.

13 years agobuilder: Start build environment with a login shell.
Michael Tremer [Sat, 5 Feb 2011 21:22:43 +0000 (22:22 +0100)] 
builder: Start build environment with a login shell.

The login shell will initialize the environment and we use
this to configure some stuff like ccache and the buildsystem.

13 years agoInitial import.
Michael Tremer [Sat, 5 Feb 2011 15:05:12 +0000 (16:05 +0100)] 
Initial import.