summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
72b669e)
make autobyhand work again
Signed-off-by: Joerg Jaspert <joerg@debian.org>
def do_autobyhand(u, summary, short_summary, chg, session):
print "Attempting AUTOBYHAND."
def do_autobyhand(u, summary, short_summary, chg, session):
print "Attempting AUTOBYHAND."
for f, entry in u.pkg.files.items():
byhandfile = f
for f, entry in u.pkg.files.items():
byhandfile = f
if result == 0:
os.unlink(byhandfile)
if result == 0:
os.unlink(byhandfile)
else:
print "Error processing %s, left as byhand." % (f)
byhandleft = True
else:
print "Error processing %s, left as byhand." % (f)
byhandleft = True