From: Joerg Jaspert <joerg@debian.org>
Date: Mon, 7 Feb 2011 20:52:49 +0000 (+0100)
Subject: s/release/out/
X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=440af3f0c820981f3bef9146cf35be4481de2140;p=dak.git

s/release/out/

Signed-off-by: Joerg Jaspert <joerg@debian.org>
---

diff --git a/dak/generate_releases.py b/dak/generate_releases.py
index 75bbf08a..2e28fb28 100755
--- a/dak/generate_releases.py
+++ b/dak/generate_releases.py
@@ -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)))