X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fauto_decruft.py;h=e16850d61457e527e9d9846cb4923bbf8a97468d;hb=18e076c10a1d176af81a717373e05a1cb0c511f8;hp=db7b476ee9a243055c2e876388994058f4218a6e;hpb=fb9b6ff84f4314a1a54d3972f4a2ffd8b4831a2e;p=dak.git diff --git a/dak/auto_decruft.py b/dak/auto_decruft.py index db7b476e..e16850d6 100644 --- a/dak/auto_decruft.py +++ b/dak/auto_decruft.py @@ -67,7 +67,7 @@ def compute_sourceless_groups(suite_id, session): """Find binaries without a source @type suite_id: int - @param suite_id: The id of the suite donated by suite_name + @param suite_id: The id of the suite denoted by suite_name @type session: SQLA Session @param session: The database session in use @@ -95,7 +95,7 @@ def compute_nbs_groups(suite_id, suite_name, session): """Find binaries no longer built @type suite_id: int - @param suite_id: The id of the suite donated by suite_name + @param suite_id: The id of the suite denoted by suite_name @type suite_name: string @param suite_name: The name of the suite to remove from @@ -148,7 +148,7 @@ def auto_decruft_suite(suite_name, suite_id, session, dryrun, debug): @param suite_name: The name of the suite to remove from @type suite_id: int - @param suite_id: The id of the suite donated by suite_name + @param suite_id: The id of the suite denoted by suite_name @type session: SQLA Session @param session: The database session in use