Imported using git-ubuntu import.
Changelog parent: 97e8d4f2f5
New changelog entries:
* BuildLiveCD: revert change from revno 284 that adds subarch to the logfile
names as it breaks mailing of the logs from the cdimage buildlive script
Imported using git-ubuntu import.
Changelog parent: b8be32bf74
New changelog entries:
* Revert to version 1.127: we do want the subarch in the filename so these
files can coexist in the same directory, as they do for all other archs.
* BuildLiveCD: drop the subarch from the directory name, which has never
made sense; but we don't want this to go live without coordination with
cdimage.
Imported using git-ubuntu import.
Changelog parent: 1091736d01
New changelog entries:
* do not mangle the project name by attaching the subarch to it on armel,
this results in livefs names that confuse find-live_filesystem
Imported using git-ubuntu import.
Changelog parent: 8d03e3cfd5
New changelog entries:
* make BuildLiveCD set $SUBARCHARG properly again, else livecd.sh doesnt get
the necessary option handed over.
Imported using git-ubuntu import.
Changelog parent: a6f4c89843
New changelog entries:
* Set LIVE_BOOT_SCRIPTS to "casper lupin-casper" for non-jasper builds,
rather than leaving it empty.
Imported using git-ubuntu import.
Changelog parent: ea4dcbc59f
New changelog entries:
* make livecd.sh not fail if e2fsck returns non-zero (which is always the
case with genext2fs images due to bug 583317)
Imported using git-ubuntu import.
Changelog parent: 9109e956a9
New changelog entries:
* BuildLiveCD: update livecd chroot at start of run, for freshest
livecd-rootfs package.
Imported using git-ubuntu import.
Changelog parent: e6831e4321
New changelog entries:
* Make sure LIVE_BOOT_SCRIPTS is always defined.
* Convert to source format 3.0 (native).
Imported using git-ubuntu import.
Changelog parent: 482984f3d9
New changelog entries:
* livecd.sh don't set a variable to itself, especially when the variable
is empty and causes build failures under set -u.
Imported using git-ubuntu import.
Changelog parent: dc1eff00fc
New changelog entries:
[ LaMont Jones ]
* BuildLiveCD: only pass -f if we were told it, since older chroots don't
support it.
[ Oliver Grawert ]
* instead of special casing for only one arch, base jasper vs casper
inclusion on the IMAGETYPE variable
* depend on genext2fs
Imported using git-ubuntu import.
Changelog parent: 1e0c61bcc3
New changelog entries:
* add special case to ubuntu-netbook on omap3 and 4, we want jasper instead of
casper in the initramfs
Imported using git-ubuntu import.
Changelog parent: df6947ec2b
New changelog entries:
* Depends: lzma
* drop tmpfs in general while allowing a envvar to enable it again
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.