Merge lp:~vorlon/ubuntu-archive-publishing/no-people.c.c into lp:ubuntu-archive-publishing

Proposed by Steve Langasek
Status: Merged
Merged at revision: 126
Proposed branch: lp:~vorlon/ubuntu-archive-publishing/no-people.c.c
Merge into: lp:ubuntu-archive-publishing
Diff against target: 20 lines (+2/-3)
1 file modified
scripts/maintenance-check.py (+2/-3)
To merge this branch: bzr merge lp:~vorlon/ubuntu-archive-publishing/no-people.c.c
Reviewer Review Type Date Requested Status
Ubuntu Package Archive Administrators Pending
Review via email: mp+454988@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'scripts/maintenance-check.py'
2--- scripts/maintenance-check.py 2023-10-21 21:37:25 +0000
3+++ scripts/maintenance-check.py 2023-11-01 15:21:31 +0000
4@@ -275,14 +275,13 @@
5 # germinate output base directory
6 BASE_URL = os.environ.get(
7 "MAINTENANCE_CHECK_BASE_URL",
8- "http://people.canonical.com/~ubuntu-archive/germinate-output/")
9+ "https://ubuntu-archive-team.ubuntu.com/germinate-output/")
10
11 # hints dir url, hints file is "$distro.hints" by default
12 # (e.g. lucid.hints)
13 HINTS_DIR_URL = os.environ.get(
14 "MAINTENANCE_CHECK_HINTS_DIR_URL",
15- "http://people.canonical.com/"
16- "~ubuntu-archive/seeds/platform.%s/SUPPORTED_HINTS")
17+ "https://ubuntu-archive-team.ubuntu.com/seeds/platform.%s/SUPPORTED_HINTS")
18
19 # we need the archive root to parse the Sources file to support
20 # by-source hints

Subscribers

People subscribed via source and target branches