]> git.ipfire.org Git - pakfire.git/commit
Initial commit of the pakfire server stuff.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 6 Apr 2011 11:22:23 +0000 (13:22 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 6 Apr 2011 11:22:23 +0000 (13:22 +0200)
commit677ff42a00ef7a791bb5c39fb724b4c255f22440
tree789943e6beb2d108e635b6cef8bcf2035e8dea39
parent9613a111eb8f90d2a862dc2f6a2187b50dc9751a
Initial commit of the pakfire server stuff.
17 files changed:
examples/pakfire.conf
pakfire/__init__.py
pakfire/builder.py
pakfire/cli.py
pakfire/config.py
pakfire/packages/__init__.py
pakfire/packages/base.py
pakfire/packages/packager.py
pakfire/repository/__init__.py
pakfire/repository/index.py
pakfire/repository/local.py
pakfire/server/__init__.py [new file with mode: 0644]
pakfire/server/master.py [new file with mode: 0644]
pakfire/server/slave.py [new file with mode: 0644]
pakfire/util.py
po/pakfire.pot
setup.py