]> git.decadent.org.uk Git - dak.git/blobdiff - dak/process_unchecked.py
Add "name" field to uid table, populate it from ldap
[dak.git] / dak / process_unchecked.py
index 66d3feff52856c11e2a2a7fbb116e9dc6b166ad4..aac33d234662ac6831bc89219169740490467d67 100755 (executable)
@@ -1244,7 +1244,7 @@ def is_stableupdate ():
        return 0
 
     if not changes["architecture"].has_key("source"):
-        pusuite = database.get_suite_id("proposed-updates")
+        pusuite = daklib.database.get_suite_id("proposed-updates")
         q = Upload.projectB.query(
           "SELECT S.source FROM source s JOIN src_associations sa ON (s.id = sa.source) WHERE s.source = '%s' AND s.version = '%s' AND sa.suite = %d" % 
           (changes["source"], changes["version"], pusuite))