Import patches-unapplied version 2.225 to ubuntu/utopic-proposed

Imported using git-ubuntu import.

Changelog parent: 33e2ad65cd

New changelog entries:
  * Use the soon-to-exist ubuntu-rtm archive for ubuntu-touch builds if
    SUBPROJECT is ubuntu-rtm (or ubuntu-rtm/dogfood for the dogfood
    version).
impish
Colin Watson 11 years ago committed by usd-importer
parent 33e2ad65cd
commit 92db4fa1ef

8
debian/changelog vendored

@ -1,3 +1,11 @@
livecd-rootfs (2.225) utopic; urgency=medium
* Use the soon-to-exist ubuntu-rtm archive for ubuntu-touch builds if
SUBPROJECT is ubuntu-rtm (or ubuntu-rtm/dogfood for the dogfood
version).
-- Colin Watson <cjwatson@ubuntu.com> Thu, 17 Jul 2014 12:50:09 +0100
livecd-rootfs (2.224) utopic; urgency=medium
* drop extra space in DEFGROUPS variable

@ -336,6 +336,19 @@ case $PROJECT in
OPTS="${OPTS:+$OPTS }--compression gzip"
OPTS="${OPTS:+$OPTS }--system normal"
OPTS="${OPTS:+$OPTS }--zsync false"
# TODO cjwatson 2014-07-17: This is a bit of an abuse of
# SUBPROJECT, but it's a handy thing that launchpad-buildd
# already passes through to us that we weren't otherwise
# using here.
case $SUBPROJECT in
ubuntu-rtm/dogfood)
MIRROR=http://derived-archive.dogfood.content.paddev.net/ubuntu-rtm/
;;
ubuntu-rtm)
MIRROR=http://derived.archive.canonical.com/ubuntu-rtm/
;;
esac
;;
*)

Loading…
Cancel
Save