[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] The mhy says this fixes it



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 dak/generate_packages_sources.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dak/generate_packages_sources.py b/dak/generate_packages_sources.py
index cf17ed9..7398f67 100755
--- a/dak/generate_packages_sources.py
+++ b/dak/generate_packages_sources.py
@@ -298,7 +298,7 @@ tree "dists/proposed-updates/main"
         if arch != 'source':
             if arch == 'hurd-i386' and suite == 'experimental':
                 pass
-            else:
+            elif apt_trees["di"].has_key(suite):
                 if arch == "amd64":
                     os.write(ac_fd, apt_trees["di"][suite] %
                              {'arch': arch, 'contentsline': 'Contents "$(DIST)/../Contents-udeb";'})
-- 
1.5.6.5


Reply to: