Imported using git-ubuntu import.
Changelog parent: fd7f799638
New changelog entries:
* add some debug output to teh ext2 image creation to see whats going on
Imported using git-ubuntu import.
Changelog parent: 082b2f2d3a
New changelog entries:
* tell mke2fs that we _really_ want a filesystem on this "non-blockdevice"
Imported using git-ubuntu import.
Changelog parent: 0bf02053ce
New changelog entries:
[ Steve Langasek ]
* One more undefined variable fix for set -u
[ Oliver Grawert ]
* drop genext2fs, it is simply to slow, instead we use a loop munted ext2
image now.
Imported using git-ubuntu import.
Changelog parent: 6e67a1314c
New changelog entries:
* Don't go overboard with the downgrading of packages; this probably caused
the rebuild failure attempts, we'll do without downgrading base packages
already installed by debootstrap in this use case.
Imported using git-ubuntu import.
Changelog parent: 2132716163
New changelog entries:
* One more fix; if we're asking apt to downgrade packages, we have to
explicitly pass --force-yes.
Imported using git-ubuntu import.
Changelog parent: 48c6ba90de
New changelog entries:
* Implement the -a option in the right place - in livecd.sh, not in
BuildLiveCD.
Imported using git-ubuntu import.
Changelog parent: 860e2a1f36
New changelog entries:
* Add -a option to BuildLiveCD to allow pulling from an additional apt
source.
Imported using git-ubuntu import.
Changelog parent: 4925b24069
New changelog entries:
* adjust BuildLiveCD PUBDIR variable to match reality (uses SUBARCH on the
buildd)
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.