diff options
author | Melody Horn <melody@boringcactus.com> | 2021-04-11 22:21:56 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-04-11 22:21:56 -0600 |
commit | 52737fe6fdec0d168a3f31a632a9cfb3f91a9e4f (patch) | |
tree | 7989fe5f23036f20500e184c3ac6cd8cf5fe0190 /repos | |
parent | 40e39981c511823df24da419799a84d7f8b88280 (diff) | |
download | where-packaged-52737fe6fdec0d168a3f31a632a9cfb3f91a9e4f.tar.gz where-packaged-52737fe6fdec0d168a3f31a632a9cfb3f91a9e4f.zip |
don't call security section updates again oops
Diffstat (limited to 'repos')
-rw-r--r-- | repos/ubuntu.py | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/repos/ubuntu.py b/repos/ubuntu.py index f1a02d2..8eba45a 100644 --- a/repos/ubuntu.py +++ b/repos/ubuntu.py @@ -96,10 +96,10 @@ focal_backports_restricted_amd64 = build_repo('20.04 Focal Backports (restricted focal_backports_universe_amd64 = build_repo('20.04 Focal Backports (universe/amd64)', 'focal-backports', 'universe', 'amd64') focal_backports_multiverse_amd64 = build_repo('20.04 Focal Backports (multiverse/amd64)', 'focal-backports', 'multiverse', 'amd64') -focal_security_main_amd64 = build_repo('20.04 Focal Updates (main/amd64)', 'focal-security', 'main', 'amd64') -focal_security_restricted_amd64 = build_repo('20.04 Focal Updates (restricted/amd64)', 'focal-security', 'restricted', 'amd64') -focal_security_universe_amd64 = build_repo('20.04 Focal Updates (universe/amd64)', 'focal-security', 'universe', 'amd64') -focal_security_multiverse_amd64 = build_repo('20.04 Focal Updates (multiverse/amd64)', 'focal-security', 'multiverse', 'amd64') +focal_security_main_amd64 = build_repo('20.04 Focal Security (main/amd64)', 'focal-security', 'main', 'amd64') +focal_security_restricted_amd64 = build_repo('20.04 Focal Security (restricted/amd64)', 'focal-security', 'restricted', 'amd64') +focal_security_universe_amd64 = build_repo('20.04 Focal Security (universe/amd64)', 'focal-security', 'universe', 'amd64') +focal_security_multiverse_amd64 = build_repo('20.04 Focal Security (multiverse/amd64)', 'focal-security', 'multiverse', 'amd64') groovy_main_amd64 = build_repo('20.10 Groovy (main/amd64)', 'groovy', 'main', 'amd64') groovy_restricted_amd64 = build_repo('20.10 Groovy (restricted/amd64)', 'groovy', 'restricted', 'amd64') @@ -116,7 +116,7 @@ groovy_backports_restricted_amd64 = build_repo('20.10 Groovy Backports (restrict groovy_backports_universe_amd64 = build_repo('20.10 Groovy Backports (universe/amd64)', 'groovy-backports', 'universe', 'amd64') groovy_backports_multiverse_amd64 = build_repo('20.10 Groovy Backports (multiverse/amd64)', 'groovy-backports', 'multiverse', 'amd64') -groovy_security_main_amd64 = build_repo('20.10 Groovy Updates (main/amd64)', 'groovy-security', 'main', 'amd64') -groovy_security_restricted_amd64 = build_repo('20.10 Groovy Updates (restricted/amd64)', 'groovy-security', 'restricted', 'amd64') -groovy_security_universe_amd64 = build_repo('20.10 Groovy Updates (universe/amd64)', 'groovy-security', 'universe', 'amd64') -groovy_security_multiverse_amd64 = build_repo('20.10 Groovy Updates (multiverse/amd64)', 'groovy-security', 'multiverse', 'amd64') +groovy_security_main_amd64 = build_repo('20.10 Groovy Security (main/amd64)', 'groovy-security', 'main', 'amd64') +groovy_security_restricted_amd64 = build_repo('20.10 Groovy Security (restricted/amd64)', 'groovy-security', 'restricted', 'amd64') +groovy_security_universe_amd64 = build_repo('20.10 Groovy Security (universe/amd64)', 'groovy-security', 'universe', 'amd64') +groovy_security_multiverse_amd64 = build_repo('20.10 Groovy Security (multiverse/amd64)', 'groovy-security', 'multiverse', 'amd64') |