mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 19:01:30 +00:00
Move from http://ppa.launchpad.net to https://ppa.launchpadcontent.net when specifying EXTRA_PPAS.
This commit is contained in:
parent
5fb3d42d36
commit
29ee4398e8
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -1,8 +1,13 @@
|
||||
livecd-rootfs (25.04.18) UNRELEASED; urgency=medium
|
||||
|
||||
[ Michael Hudson-Doyle ]
|
||||
* Pre-emptively include the override to not try to build HWE kernel layer in
|
||||
post .2 server riscv64 ISOs.
|
||||
|
||||
[ Simon Quigley ]
|
||||
* Move from http://ppa.launchpad.net to https://ppa.launchpadcontent.net
|
||||
when specifying EXTRA_PPAS.
|
||||
|
||||
-- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Mon, 17 Feb 2025 11:12:00 +1300
|
||||
|
||||
livecd-rootfs (25.04.17) plucky; urgency=medium
|
||||
|
@ -1589,8 +1589,8 @@ if [ "$EXTRA_PPAS" ]; then
|
||||
extra_ppa_fingerprint="$(/usr/share/livecd-rootfs/get-ppa-fingerprint "$extra_ppa")"
|
||||
|
||||
cat >> config/archives/extra-ppas.list.chroot <<EOF
|
||||
deb http://ppa.launchpad.net/$extra_ppa/ubuntu @DISTRIBUTION@ main
|
||||
deb-src http://ppa.launchpad.net/$extra_ppa/ubuntu @DISTRIBUTION@ main
|
||||
deb https://ppa.launchpadcontent.net/$extra_ppa/ubuntu @DISTRIBUTION@ main
|
||||
deb-src https://ppa.launchpadcontent.net/$extra_ppa/ubuntu @DISTRIBUTION@ main
|
||||
EOF
|
||||
|
||||
if [ -n "$extra_ppa_pin" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user