Imported using git-ubuntu import.
Changelog parent: 47f73c769a
New changelog entries:
* Only use tmpfs on amd64, due to space restrictions on the current
build machines.
Imported using git-ubuntu import.
Changelog parent: f86a4e26d4
New changelog entries:
[Michael Casadevall]
* added new -f switch for changing image build type
* added support for building ext2 and ext3 images in addition to squashfs
* fixed spacing in the livefs build code
* extended BuildLiveCD to handle the -f switch
* reworked BuildLiveCD command line parsing to be more sane
Imported using git-ubuntu import.
Changelog parent: cb683e30d2
New changelog entries:
* use a tmpfs for the livefs root directory, to get some speed
on the build machines. (ubuntu-dvd requires > 5GB, so use 8GB)
Imported using git-ubuntu import.
Changelog parent: d0c869bbc1
New changelog entries:
* make sure STRIP_VMLINUZ=no is set for omap, also change the code to only
use the case statement for matching subarches instead of adding an extra
check.
* fix the comment for STRIP_VMLINUZ to reflect reality.
* fix typo
Imported using git-ubuntu import.
Changelog parent: 17b0fc29a2
New changelog entries:
* edubuntu-dvd/ltsp: mksquashfs needs the directory to exist
* clean up comments
Imported using git-ubuntu import.
Changelog parent: 432b875df8
New changelog entries:
* Add support for armel+omap, and remove incorrect comments from the armel
kernel installation block.
* Really update the maintainer field.
Imported using git-ubuntu import.
Changelog parent: 37ae47542b
New changelog entries:
* if the ltsp squashfs image build fails, fail the build.
* use mksquashfs directly, instead of ltsp-update-image
Imported using git-ubuntu import.
Changelog parent: 8a2fa455ea
New changelog entries:
* Deliver edubuntu-dvd/i386 ltsp squashfs image, since that's what
actually gets built these days.
* Update maintainer field.
Imported using git-ubuntu import.
Changelog parent: 60d3d00ae6
New changelog entries:
* Edubuntu is allowed to pull from universe; update livecd.sh accordingly
Imported using git-ubuntu import.
Changelog parent: cb09049c18
New changelog entries:
* make sure there is no old squashfs around before attempting to squash a
new one.
Imported using git-ubuntu import.
Changelog parent: 23d96b043a
New changelog entries:
* Write out the total size of uncompressed squashfs to be used by
partman and ubiquity.
Imported using git-ubuntu import.
Changelog parent: 3b670a7ed6
New changelog entries:
* UNR LIVELIST: list lupin-casper and laptop-detect explicitly and drop
ubiquity which is in the live seed already. Fixes lack of wubi support in
UNR images; LP: #457246.
Imported using git-ubuntu import.
Changelog parent: 94f3c2d41c
New changelog entries:
* Revert 0.98 change; it's actually much more wide-ranging than I thought as
it would cause each livefs build on a subarch to rotate the timestamped
dir and hence would mask the previous builds; and even if that would be
fixed, arch-indepedent filenames such as manifest/kernel/initrd/etc.
symlinks would clash.
* Rename EXTRASOURCE to PPA and also define PPAMIRROR near top, set to
ppa.launchpad.net. Changing to PPA avoids listing non-main components in
deb lines and having an useful comment in sources.list.
* Create an etc/apt/preferences file Pin-ing the PPA at 550 when there's
one.
* Gross hack to reinstall the moblin-ppa-keyring package after the trusted
db is put back in place since otherwise we miss the GPG key we wanted.
* Fix computation of Origin fields for PPAs named "ppa" and document the
exception along with the expected format for the PPA var in comments.
LP: #434243
* Move the code taking a backup of the APT trusted keyring to just after
sources.list generation (this is safe since there's no apt call inbetween)
and move the installation of the moblin-archive-keyring just before the
backup is taken; this allows dropping the hack of reinstalling the keyring
package at the end of the build. It might break apt-get update for UMR
before the host keys are appended to the trusted keyring though.
* Remove ${ROOT}var/cache/apt/{,src}pkgcache.bin after installing the moblin
keyring package, workaround for LP #442082.
* Run apt-get update one more time after installing the moblin keyring
package, to promote Release.gpg from APT's lists/partial/ to lists/.
Ideally APT would do that for us on apt-key updates.
* Also change computation of Origin field for PPAs when generating the final
APT config; ideally we wouldn't have to duplicate this code though;
perhaps the removal of APT preferences file can be limited to hardy too.
Also add an Explanation: header in the final preferences.
* Put livecd logs into project/ not project-subarch/.
Imported using git-ubuntu import.
Changelog parent: 92501f8656
New changelog entries:
[ Colin Watson ]
* Upgrade to debhelper v7.
[ Loïc Minier ]
* Make stripping of vmlinuz from livefs optional for uImage subarches where
we can't use this trick to save space and disable it on armel+dove.
Imported using git-ubuntu import.
Changelog parent: a8e9968674
New changelog entries:
[ Loïc Minier ]
* Append ${SUBARCH:+-$SUBARCH} to LOG filename for consistency.
[ Colin Watson ]
* Edubuntu's desktop task is edubuntu-desktop-gnome, not edubuntu-desktop.
Imported using git-ubuntu import.
Changelog parent: 7b1ecdb571
New changelog entries:
* Add the EXTRASOURCE apt source to the "pristine" /etc/apt/sources.list.
Imported using git-ubuntu import.
Changelog parent: 1709e1211b
New changelog entries:
[ Steve Kowalik ]
* Add support for UMR.
[ Loïc Minier ]
* Use ubuntu-moblin-live in LIVELIST instead of a hardcoded list.
Imported using git-ubuntu import.
Changelog parent: a0831846ee
New changelog entries:
* remove temporary enablement of universe from the armel subarchitectures
Imported using git-ubuntu import.
Changelog parent: 96da636da0
New changelog entries:
* change armel+imx51 back to the proper metapackage name
* enable universe for armel+dove build
* drop armel fallback, we want to fail officially if no armel subarch is set
* clean some trailing whitespace in the armel subarch case statement
Imported using git-ubuntu import.
Changelog parent: 91019814d7
New changelog entries:
[ Steve Kowalik ]
* Remove subarch hack for ubuntu-mid, it was never used.
[ Mario Limonciello ]
* Remove metapackage hack for mythbuntu. Now that tasks are published for
multiverse, it's no longer necessary.
Imported using git-ubuntu import.
Changelog parent: 9276498a1a
New changelog entries:
* make armel imx51 build from universe for alpha4 until our kernel package
is in main.
* change linux metapackage name to linux-babbage on imx51 to reflect the new
name choice of the kernel team.
Imported using git-ubuntu import.
Changelog parent: 4b16ae8f92
New changelog entries:
[ Michael Casadevall ]
* Move armel to subarchitectures so we can support dove .
* Made armel with no subarch default to imx51.
[ Steve Kowalik ]
* livecd.sh: Stop building UNR from universe.
Imported using git-ubuntu import.
Changelog parent: 350c154c6e
New changelog entries:
[ Adam Conrad ]
* Make the sort file fetch a no-op for now, since the old URL was
hanging the builds, and we don't actually HAVE sort files. If
that ever changes, we can undo this.
[ Mario Limonciello ]
* Install a hybrid of tasks and a meta package for mythbuntu to
boot out all the gnome stuff that's getting added by dependency
resolution order.
Imported using git-ubuntu import.
Changelog parent: f44fd3cf4e
New changelog entries:
[ Timo Aaltonen ]
* livecd.sh: Don't mess with xorg.conf anymore, we don't install one
by default.
[ Colin Watson ]
* Clean up the chroot tree before trying to remove it, just in case
there's some leftover junk from a previous failed build.
Imported using git-ubuntu import.
Changelog parent: 74f42c2ab3
New changelog entries:
[ Scott Kitterman ]
* BuildLiveCD: Add kubuntu-netbook, drop kubuntu-kde4
* livecd.sh: Support kubuntu-netbook, drop kubuntu-kde4
[ Steve Kowalik ]
* livecd.sh: Switch UNR to using ubuntu-netbook-remix^ and unr-live^.
Imported using git-ubuntu import.
Changelog parent: 13d576c53f
New changelog entries:
* Compress the initrd with LZMA by default, now that the kernel supports
this across the board. Saves about 3MB on Ubuntu live CDs.
Imported using git-ubuntu import.
Changelog parent: 5f0a6d5f71
New changelog entries:
* Don't force installation of libgoffice-gtk-0-6 on xubuntu; this package
is now obsolete.
Imported using git-ubuntu import.
Changelog parent: 4fd04035f3
New changelog entries:
* Don't fail if livecd.${FSS}.{kernel,initrd} already exist for some
reason.
Imported using git-ubuntu import.
Changelog parent: 812f9e7818
New changelog entries:
[ Loic Minier ]
* Default suite is the current one as returned by $(lsb_release -cs); depend
on lsb-release (LP: #301963).
* Use dpkg --print-architecture as --print-installation-architecture is
deprecated.
* Don't explicitely install linux-headers-imx51 on armel; all other arches
get around this requirement by explicitely seeding the headers in
desktop-common which we do as well.
[ Colin Watson ]
* Remove -nolzma option from mksquashfs, since (a) it's been the default
since squashfs 1:3.3-1ubuntu1, and (b) it's no longer available in 4.0.
Imported using git-ubuntu import.
Changelog parent: 6da764e607
New changelog entries:
* ia64 uses -ia64 kernels across the board now.
* BuildLiveCD: default to karmic.
Imported using git-ubuntu import.
Changelog parent: ded077e547
New changelog entries:
* Add standard^ to UNR.
* Add mobile-live^ to LIVELIST for MID and UNR. (LP: #358095)
* Only build UNR from main, restricted and universe.
Imported using git-ubuntu import.
Changelog parent: c8de22c566
New changelog entries:
* Use the --purge option to 'apt-get install', to ensure that any packages
removed as a result of Conflicts are purged (LP: #327821).
Imported using git-ubuntu import.
Changelog parent: f9f0faaacc
New changelog entries:
* Remove the D-Bus machine identifier from the livefs; it needs to be
unique, and it's generated at boot time if it's missing (LP: #322830).
Imported using git-ubuntu import.
Changelog parent: fbb827febf
New changelog entries:
* For mythbuntu livefs builds, we don't have tasks yet. They will be
coming in a future build of Soyuz, so for now just use the
metapackages instead.
Imported using git-ubuntu import.
Changelog parent: c983df7186
New changelog entries:
* Fix source mirror for -updates in generated sources.list (it was
incorrect for ports architectures).
* Fix description of universe in generated sources.list: packages there
are expected to be under a free licence.
* Enable universe and multiverse for DVDs (there isn't generally enough
space on CDs; see LP #105511).
Imported using git-ubuntu import.
Changelog parent: 1f1b49c242
New changelog entries:
* change mobile to use the mobile-mobile task instead of teh metapackage for
building images
Imported using git-ubuntu import.
Changelog parent: 72ff4b32a7
New changelog entries:
* linux-lpia-meta exists, change lpia's kernel back to linux-lpia.
Imported using git-ubuntu import.
Changelog parent: 0f9e11098d
New changelog entries:
* Unmount /proc/sys/fs/binfmt_misc, in case binfmt-support is installed
and manages to mount it.
* Move MOUNTS variable into cleanup function for clarity; it's used
nowhere else.