From: Mark Hymers Date: Tue, 26 Jul 2011 22:32:23 +0000 (+0100) Subject: Merge remote branch 'mhy/master' X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=3daf8dd1e94e0fe77ea203c3c8ba0faf89ad924c;hp=e122d5a55de18a0950a4bba54f25b8dccc3ab1bc 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