Public bug reported:
debmirror tries to put Canonical Ubuntu Extended Support repos in the
wrong dist (e.g. 'trusty' instead of 'trusty-security', which breaks the
paths it looks for on the remote server. This is because there is a
check for origin='Ubuntu' but not origin='UbuntuESM'. This diff fixes
it:
} elsif ($origin eq "Ubuntu" or $origin eq "Canonical") {
to
} elsif ($origin eq "Ubuntu" or $origin eq "UbuntuESM" or $origin eq
"Canonical") {
I was able to reproduce with the latest versions on both Trusty and
Bionic.
** Affects: debmirror (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1826448
Title:
debmirror doesn't work with Canonical ESM
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debmirror/+bug/1826448/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs