Kaydet (Commit) 011e3b1a authored tarafından Eray Özkural's avatar Eray Özkural

* do install pisimedia :)

* fix: always remove tmprepo, doh
üst eb3d6acd
......@@ -46,6 +46,7 @@ try:
pisi.api.install(packages, reinstall=True)
except Exception, e:
ctx.ui.error(e)
if ctx.repodb.has_repo(tmprepo):
if ctx.repodb.has_repo(tmprepo):
pisi.api.remove_repo(tmprepo)
pisi.api.finalize()
......@@ -95,7 +95,7 @@ setup(name="pisi",
packages = ['pisi', 'pisi.cli', 'pisi.actionsapi', 'pisi.pxml', 'pisi.search'],
scripts = ['pisi-cli', 'scripts/repostats.py', 'scripts/find-lib-deps.py',
'scripts/update-environ.py', 'scripts/lspisi', 'scripts/unpisi',
'scripts/calc-build-order.py', 'scripts/pisish'],
'scripts/calc-build-order.py', 'scripts/pisish', 'scripts/pisimedia'],
cmdclass = {
'install' : Install
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment