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

* pylzma, is this name better for a default repo?

üst e5e66eaa
......@@ -826,7 +826,7 @@ NB: We support only local files (e.g., /a/b/c) and http:// URIs at the moment
name = self.args[0]
indexuri = self.args[1]
else:
name = 'pardus-1'
name = 'pardus'
indexuri = 'http://paketler.uludag.org.tr/pardus-1.0/pisi-index.xml'
pisi.api.add_repo(name, indexuri)
if ctx.ui.confirm(_('Update PISI database for repository %s?') % name):
......
......@@ -24,7 +24,6 @@ import bsddb3.db as db
import bsddb3.dbobj as dbobj
#import bsddb3.dbshelve as shelve
import pisi.dbshelve as shelve
import pylzma
import gettext
__trans = gettext.translation('pisi', fallback=True)
......
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