]> git.ipfire.org Git - pakfire.git/commit
Bigger changes in the way we read configuration.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 26 Feb 2012 11:36:56 +0000 (12:36 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 26 Feb 2012 11:36:56 +0000 (12:36 +0100)
commita6bd96bc21b25c8d08f1a6436dd3598fe615f129
tree0e49024cb5f730dd38bc2f6fc5075f7833ab7ade
parent8b0486b7f452e048e18ec850f9c66c19f75a2d85
Bigger changes in the way we read configuration.

There is now a unified configuration directory which holds
configuration files and repository configuration files.

It is possible for the daemon to receive the distribution and
repository configuration from the hub and work with that instead
of the local one.
22 files changed:
Makefile
examples/builder.conf [new file with mode: 0644]
examples/client.conf [moved from examples/pakfire-client.conf with 100% similarity]
examples/daemon.conf [moved from examples/pakfire-daemon.conf with 100% similarity]
examples/distros/ipfire3.conf [new file with mode: 0644]
examples/general.conf [new file with mode: 0644]
examples/pakfire.conf [deleted file]
examples/repos/ipfire.repo [moved from examples/pakfire.repos.d/ipfire.repo with 68% similarity]
po/pakfire.pot
python/pakfire/base.py
python/pakfire/builder.py
python/pakfire/cli.py
python/pakfire/client/builder.py
python/pakfire/config.py
python/pakfire/constants.py
python/pakfire/distro.py
python/pakfire/downloader.py
python/pakfire/logger.py
python/pakfire/repository/__init__.py
python/pakfire/repository/local.py
python/pakfire/repository/remote.py
python/pakfire/server.py