]> git.decadent.org.uk Git - dak.git/commitdiff
s/release/out/
authorJoerg Jaspert <joerg@debian.org>
Mon, 7 Feb 2011 20:52:49 +0000 (21:52 +0100)
committerJoerg Jaspert <joerg@debian.org>
Mon, 7 Feb 2011 20:52:49 +0000 (21:52 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/generate_releases.py

index 75bbf08a0a2b7db17ccbf2079bb0bef741ed0308..2e28fb28e39207ea21bcb6bd05dd762ea3157c80 100755 (executable)
@@ -285,7 +285,7 @@ def main ():
         if notautomatic != "":
             out.write("NotAutomatic: %s\n" % (notautomatic))
         if butautomaticupgrades != "":
-            release.write("ButAutomaticUpgrades: %s\n" % (butautomaticupgrades))
+            out.write("ButAutomaticUpgrades: %s\n" % (butautomaticupgrades))
         out.write("Architectures: %s\n" % (" ".join([a.arch_string for a in architectures])))
         if components:
             out.write("Components: %s\n" % (" ".join(components)))