mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-31 04:41:18 +00:00
Import patches-unapplied version 2.227 to ubuntu/utopic-proposed
Imported using git-ubuntu import. Changelog parent: 23bffaae7fa07e5e2f84fda2bfadf07adbe2fa04 New changelog entries: * Pass --mirror-chroot-security and --mirror-binary-security in the ubuntu-rtm case, as the default of http://security.ubuntu.com/ubuntu/ isn't going to have ubuntu-rtm suites.
This commit is contained in:
parent
23bffaae7f
commit
eb1f0128d3
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
|||||||
|
livecd-rootfs (2.227) utopic; urgency=medium
|
||||||
|
|
||||||
|
* Pass --mirror-chroot-security and --mirror-binary-security in the
|
||||||
|
ubuntu-rtm case, as the default of http://security.ubuntu.com/ubuntu/
|
||||||
|
isn't going to have ubuntu-rtm suites.
|
||||||
|
|
||||||
|
-- Colin Watson <cjwatson@ubuntu.com> Wed, 23 Jul 2014 11:00:23 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.226) utopic; urgency=medium
|
livecd-rootfs (2.226) utopic; urgency=medium
|
||||||
|
|
||||||
* Disable apt authentication checks when building ubuntu-rtm images
|
* Disable apt authentication checks when building ubuntu-rtm images
|
||||||
|
@ -345,9 +345,13 @@ case $PROJECT in
|
|||||||
ubuntu-rtm/dogfood)
|
ubuntu-rtm/dogfood)
|
||||||
MIRROR=http://derived-archive.dogfood.content.paddev.net/ubuntu-rtm/
|
MIRROR=http://derived-archive.dogfood.content.paddev.net/ubuntu-rtm/
|
||||||
OPTS="${OPTS:+$OPTS }--apt-secure false"
|
OPTS="${OPTS:+$OPTS }--apt-secure false"
|
||||||
|
OPTS="${OPTS:+$OPTS }--mirror-chroot-security ${MIRROR}"
|
||||||
|
OPTS="${OPTS:+$OPTS }--mirror-binary-security ${MIRROR}"
|
||||||
;;
|
;;
|
||||||
ubuntu-rtm)
|
ubuntu-rtm)
|
||||||
MIRROR=http://derived.archive.canonical.com/ubuntu-rtm/
|
MIRROR=http://derived.archive.canonical.com/ubuntu-rtm/
|
||||||
|
OPTS="${OPTS:+$OPTS }--mirror-chroot-security ${MIRROR}"
|
||||||
|
OPTS="${OPTS:+$OPTS }--mirror-binary-security ${MIRROR}"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user