"""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
"""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
@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