提交 af3fb8ff 编写于 作者: J Joerg Jaspert

Merge commit 'tomv_w/master' into merge

* commit 'tomv_w/master':
  show-deferred: handle uploads that do not close bugs
Signed-off-by: NJoerg Jaspert <joerg@debian.org>
2008-11-15 Thomas Viehmann <tv@beamnet.de>
* dak/show_deferred.py: handle uploads that do not close bugs
2008-11-11 Joerg Jaspert <joerg@debian.org>
* config/debian/dak.conf: good bye oldstable/o-p-u
......
......@@ -154,7 +154,7 @@ def get_upload_data(changesfn):
if os.path.exists(qfn):
os.symlink(qfn,lfn)
os.chmod(qfn, 0644)
return (max(delaydays-1,0)*24*60*60+remainingtime, changesname, delay, uploader, achanges.get('closes').split(),achanges)
return (max(delaydays-1,0)*24*60*60+remainingtime, changesname, delay, uploader, achanges.get('closes','').split(),achanges)
def list_uploads(filelist):
uploads = map(get_upload_data, filelist)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册