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

* be verbose

üst 7c4ca122
......@@ -274,12 +274,12 @@ def check(package):
for file in files.list:
if file.hash and file.type != "config" \
and not os.path.islink('/' + file.path):
ctx.ui.info(_("Checking %s...") % file.path, True, True)
ctx.ui.info(_("Checking %s...") % file.path, False, True)
if file.hash != util.sha1_file('/' + file.path):
corrupt.append(file)
ctx.ui.info("Corrupt file: %s" % file)
else:
ctx.ui.info("OK", True)
ctx.ui.info("OK", False)
return corrupt
def index(dirs, output = 'pisi-index.xml'):
......
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