repoman.utils#
Utility helpers: current Ubuntu codename and repo-attention detection.
- repos_needing_attention(repos)[source]#
- Return repos that need review. Catches two cases:
Disabled repos (Enabled: no).
Enabled repos pointing at a stale codename — these appear healthy but silently 404 on every apt update. This is the case most tools miss.
Excludes suite-agnostic repos (‘stable’, ‘main’, anything non-alphabetic like ‘focal-security’) — those don’t need a codename update.
- Parameters:
repos (list[Repository])
- Return type:
On this page