提交 20a4e564 编写于 作者: J Joerg Jaspert

fix n-s-i

Signed-off-by: NJoerg Jaspert <joerg@debian.org>
上级 957941c8
......@@ -168,7 +168,10 @@ def main():
# Yes, we could do this inside do_Approve too. But this way we see who exactly
# called it (ownership of the file)
dbchange=get_dbchange(os.path.basename(changes[0]), session)
acceptfilename="%s/COMMENTS/ACCEPT.%s_%s" % (os.path.dirname(changes[0]), dbchange.source, dbchange.version)
acceptfilename="%s/COMMENTS/ACCEPT.%s_%s" % (os.path.dirname(os.path.abspath(changes[0])), dbchange.source, dbchange.version)
if Options["No-Action"]:
print "Would create %s now and then go on to accept this package, but No-Action is set" % (acceptfilename)
sys.exit(0)
accept_file = file(acceptfilename, "w")
accept_file.write("OK\n")
accept_file.close()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册