From: Mark Hymers Date: Tue, 26 Jul 2011 22:24:58 +0000 (+0100) Subject: Merge remote branch 'mhy/master' X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=21407ef8d3338a7e8eff6e4e3b4780481e46e644;hp=bf20c9e5652e4dde899b2ac1f05b41495fde0628;p=dak.git Merge remote branch 'mhy/master' --- diff --git a/daklib/dbconn.py b/daklib/dbconn.py index 64437561..5b5dc5bc 100755 --- a/daklib/dbconn.py +++ b/daklib/dbconn.py @@ -752,7 +752,7 @@ class BuildQueue(object): # Crude hack with open and append, but this whole section is and should be redone. if self.notautomatic: release=open("Release", "a") - release.write("NotAutomatic: yes") + release.write("NotAutomatic: yes\n") release.close() # Sign if necessary