]> git.ipfire.org Git - pakfire.git/commit - pakfire/builder.py
Cleanup of package data structures.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 7 Feb 2011 01:14:48 +0000 (02:14 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 7 Feb 2011 01:14:48 +0000 (02:14 +0100)
commit3723913b604e5e1f78cad4b5c893cace0147689a
tree2ab1ce9456e4a9a9b58bd762dd8f3143bc182ae0
parent8e85a8b70ae2bc8ee3069415c4b016da5bb51b0a
Cleanup of package data structures.

Makes them more clear and gives them access to the Pakfire()
object so they can access anything.
12 files changed:
examples/pakfire.repos.d/ipfire.repo
pakfire/builder.py
pakfire/cli.py
pakfire/database.py
pakfire/index.py
pakfire/packages/base.py
pakfire/packages/binary.py
pakfire/packages/file.py
pakfire/packages/installed.py
pakfire/packages/make.py
pakfire/packages/virtual.py
pakfire/repository.py