From: Ansgar Burchardt Date: Sun, 12 Aug 2012 14:08:50 +0000 (+0200) Subject: daklib/archive.py: doc: only subqueries are accepted X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=d9e994b6ff8a8d57062aaed322396614112c83ac;p=dak.git daklib/archive.py: doc: only subqueries are accepted --- diff --git a/daklib/archive.py b/daklib/archive.py index 866ee891..6b4d0dce 100644 --- a/daklib/archive.py +++ b/daklib/archive.py @@ -125,11 +125,10 @@ class ArchiveTransaction(object): @type fingerprint: L{daklib.dbconn.Fingerprint} @param fingerprint: optional fingerprint - @type source_suites: list of L{daklib.dbconn.Suite} or C{True} + @type source_suites: SQLAlchemy subquery for C{daklib.dbconn.Suite} or C{True} @param source_suites: suites to copy the source from if they are not in C{suite} or C{True} to allow copying from any suite. - This can also be a SQLAlchemy (sub)query object. @type extra_source_archives: list of L{daklib.dbconn.Archive} @param extra_source_archives: extra archives to copy Built-Using sources from