launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #32629
[Merge] ~pelpsi/launchpad-mojo-specs/+git/private:fetch-service-esm-configuration into ~launchpad/launchpad-mojo-specs/+git/private:master
Simone Pelosi has proposed merging ~pelpsi/launchpad-mojo-specs/+git/private:fetch-service-esm-configuration into ~launchpad/launchpad-mojo-specs/+git/private:master.
Commit message:
lp-fetch-service: esm configuration
We should allow .../*/ubuntu... in order to support packages
like https://esm.ubuntu.com:443/apps/ubuntu/dists/jammy-apps-security/InRelease
Requested reviews:
Canonical Launchpad Engineering (launchpad)
For more details, see:
https://code.launchpad.net/~pelpsi/launchpad-mojo-specs/+git/private/+merge/487586
--
Your team Launchpad code reviewers is subscribed to branch ~launchpad/launchpad-mojo-specs/+git/private:master.
diff --git a/lp-fetch-service/bundle.yaml b/lp-fetch-service/bundle.yaml
index d7ada36..f4cd194 100644
--- a/lp-fetch-service/bundle.yaml
+++ b/lp-fetch-service/bundle.yaml
@@ -74,7 +74,7 @@ applications:
- http://*.archive.ubuntu.com/ubuntu
- http://security.ubuntu.com/ubuntu
- http://ports.ubuntu.com/ubuntu-ports
- - https://esm.ubuntu.com:443/ubuntu
+ - https://esm.ubuntu.com:443/*/ubuntu
- http://ftpmaster.internal/ubuntu
dists:
- "*"
Follow ups