Imported using git-ubuntu import.
Changelog parent: a40ec94d24
New changelog entries:
* force the right alternative when the libmir*-android packages are
installed, so that accidentially pulled in -mesa versions will not provide
the default alternatives for them in ubuntu-touch images
* Update hardcoded libmir*-android installations for Mir 0.8.0.
Imported using git-ubuntu import.
Changelog parent: 129b32ff97
New changelog entries:
* live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early:
Create some directories which would otherwise go missing due to our
pre-created users. (LP: #1374553)
Imported using git-ubuntu import.
Changelog parent: aa7b103571
New changelog entries:
* Add two new hooks for Ubuntu Touch to setup sensible /etc/passwd,
/etc/shadow, /etc/group and /etc/gshadow PRIOR to package installation
to guarantee user/group ordering on the image and then to check for any
unexpected change to those files. (LP: #1332538)
Any change to either the initial set of users and groups or to the
post-package-install set will now be fatal to the image and will require
a manual update of the hardcoded user/group list contained in this new
chroot_early hook.
* Bump dependency on live-build accordingly.
* Update the setup_user hook to also take care of gshadow.
Imported using git-ubuntu import.
Changelog parent: 662c167d12
New changelog entries:
* Substitute DEB_HOST_MULTIARCH into hook scripts at build time, rather
than relying on dpkg-architecture (which is in dpkg-dev) to be present
in the image.
Imported using git-ubuntu import.
Changelog parent: c66e2a7c05
New changelog entries:
* live-build/ubuntu-touch/hooks/01-setup_user.chroot:
- Don't modify PAM files directly, we'll let ubuntu-touch-session
do that for us the proper way. (LP: #1348637)
Imported using git-ubuntu import.
Changelog parent: ce12eac0a5
New changelog entries:
[ Michael Terry ]
* Don't set an arbitrary password for the phablet user. As we transition
to using PAM as the storage medium for the user's password, we can't
expect the user to know about the 'phablet' password.
* And configure libnss-extrausers to store user password information
instead of /etc/shadow.
Imported using git-ubuntu import.
Changelog parent: 8d7dc2cd7f
New changelog entries:
* add android_cache group (GID 2001) so that after we switch developer mode
to default to the phablet user it is still possible to adb push image
tarballs to the /cache partition
Imported using git-ubuntu import.
Changelog parent: 90fb428342
New changelog entries:
[ Alfonso Sanchez-Beato (email Canonical) ]
* Add media group to touch image
Imported using git-ubuntu import.
Changelog parent: 4c0f75e3ba
New changelog entries:
* ubuntu-touch: remove the previous ugly hack again ... issue is fixed
Imported using git-ubuntu import.
Changelog parent: b62151eae7
New changelog entries:
* ubuntu-touch; DON'T DO THAT AT HOME ! (and keep the kids away) ...
hack to remove a bunch of initscripts that currently break writable mode.
this needs to be dropped again ASAP (once a proper fix landed) !!
Imported using git-ubuntu import.
Changelog parent: 9ee4945699
New changelog entries:
* live-build/ubuntu-touch/hooks/70-reconfigure-autopilot.chroot: Fix test
for whether a package is installed, and check for both python-autopilot
and python3-autopilot.
Imported using git-ubuntu import.
Changelog parent: ed058a9ed5
New changelog entries:
* touch/80-enable-libhybris.chroot: making libhybris the default alternatives
for EGL/GLESv2 on touch
Imported using git-ubuntu import.
Changelog parent: 80e1ad9cbf
New changelog entries:
* touch/48-setup-env.chroot: QML2_IMPORT_PATH should respect
DEB_HOST_MULTIARCH (as we now have i386 builds as well)
Imported using git-ubuntu import.
Changelog parent: 3371bafe21
New changelog entries:
* Add hostname and machine-info to the writable paths, so that hostnamectl
can change them to create a sane default bluetooth device name.
Imported using git-ubuntu import.
Changelog parent: 7d39f42e93
New changelog entries:
* make the click package installation check for proper architecture before
trying to install packages from the list, so that i386 touch builds do not
fall over with "wrong architecture" failures at the click install step.
Imported using git-ubuntu import.
Changelog parent: 553526f375
New changelog entries:
* prefix click packages in the manifest file with "click:"
* drop SHELL=/system/bin/sh from /etc/environment on touch images (urgh)
* add click packages to the manifest output on ubuntu touch
Imported using git-ubuntu import.
Changelog parent: 17d25fe43c
New changelog entries:
* ubuntu-touch: Make writable symlinks relative.
* ubuntu-touch: Add 03-etc-writable.chroot hook to move/symlink files in
/etc to /etc/writable/ that we need to update atomically. At the moment
these are timezone and localtime. (LP: #1227520)
Imported using git-ubuntu import.
Changelog parent: 14be87dbfd
New changelog entries:
* ship policykit rules for networkmanager, now that we use it on touch
Imported using git-ubuntu import.
Changelog parent: 787707d503
New changelog entries:
* Removing QPA_PLATFORM_PLUGIN as it is now handled in their proper
packages.
Imported using git-ubuntu import.
Changelog parent: 448db3e05e
New changelog entries:
* drop phablet-team PPA sources.list entries from ubuntu-touch, since we do
not use the PPA anymore
Imported using git-ubuntu import.
Changelog parent: 15d4db0238
New changelog entries:
* Revert to always using archive-team.internal in 60-install-click.chroot
for now. This is unfortunate, but "hostname --fqdn" doesn't work at
this stage.
Imported using git-ubuntu import.
Changelog parent: 3fc5871d18
New changelog entries:
* Make 60-install-click.chroot more verbose, in an attempt to figure out
why this doesn't work in the datacentre.
Imported using git-ubuntu import.
Changelog parent: 647e5bbcb6
New changelog entries:
* Log the hostname at the start of the build.
* Fix test for whether we're running in the Canonical datacentre when
installing click packages.
Imported using git-ubuntu import.
Changelog parent: 76a7bc7c53
New changelog entries:
* Use new multiple-database scheme in click 0.4.3 to preinstall click
packages.
* Download core click packages from the right place when building images
outside the Canonical datacentre.
Imported using git-ubuntu import.
Changelog parent: 583d34e584
New changelog entries:
* make sure the NM configuration mangling of touch images uses the sudo and
not the admin group, "admin" is dead since years ... (LP: #1217596)
* drop a few superfluous env vars on request of Ted Gould
Imported using git-ubuntu import.
Changelog parent: dbc0c8b1aa
New changelog entries:
* add 70-reconfigure-autopilot.chroot to ubuntu-touch builds, to make sure
the phablet user actually ends up in the autopilot group
Imported using git-ubuntu import.
Changelog parent: d970213ac4
New changelog entries:
* Copying click packages to install search location instead of installing
for a hardcoded user.
Imported using git-ubuntu import.
Changelog parent: a9c034ceef
New changelog entries:
* do not forcefully use the admin group on touch images. this group was
dropped in favour of the sudo group several releases ago
Imported using git-ubuntu import.
Changelog parent: 6264d9ddaa
New changelog entries:
* make sure the bluetooth group has the right android GID on touch builds
Imported using git-ubuntu import.
Changelog parent: 4570179e6c
New changelog entries:
[Michael Terry]
* Add phablet user to nopasswdlogin group on Touch images
* Switch min uid to 1002 to prevent system users from showing in
the greeter on Touch images
Imported using git-ubuntu import.
Changelog parent: c7b535e66e
New changelog entries:
* drop unity-next PPA from ubuntu-touch builds, unity8 is in the archive now
Imported using git-ubuntu import.
Changelog parent: 10459a79f5
New changelog entries:
* add radio user (with UID 1001 (required by android)) to the default user
creation for ubuntu-touch
Imported using git-ubuntu import.
Changelog parent: 6dff961906
New changelog entries:
* Run builds under eatmydata. (This doesn't actually seem to help very
much - it shaves a minute off a 48-minute test build on my laptop - but
it will stop people being distracted by it.)
* Remove livecd.py, which was never finished.
* Remove all vestiges of livecd.sh and ubuntu-touch-android.sh.
Requiescant in pace.
* Temporarily disable Click package installation, until desktop/AppArmor
integration has landed properly.
Imported using git-ubuntu import.
Changelog parent: 34b724be60
New changelog entries:
* make touch images source the dbus session address from
~/.cache/upstart/dbus-session instead of ~/.dbus-session
Imported using git-ubuntu import.
Changelog parent: 71b93fe427
New changelog entries:
[ Sergio Schvezov ]
* Adding ppa:ubuntu-unity/next for Touch to obtain unity8 and Mir.
* Switching to using the maliit plugin provided by maliit-framework.
Imported using git-ubuntu import.
Changelog parent: f08f10f560
New changelog entries:
[ Colin Watson ]
* live-build/ubuntu-touch/hooks/02-add_user_to_groups.chroot: Delete
redundant code to create global static groups, which are already created
more correctly by base-passwd on every Ubuntu system.
* live-build/ubuntu-touch/hooks/02-add_user_to_groups.chroot: Fix
detection of existing groups not to misfire if there is an existing
group with the desired group name as a prefix.
[ Oliver Grawert ]
* drop daily-build-next PPA, according to didrocks everything from there
should be in the saucy archive now, yay.
Imported using git-ubuntu import.
Changelog parent: 0022f57f81
New changelog entries:
* clear up /var/lib/initramfs-tools/ in the chroot after building initrds
* remove ubuntu-touch/hooks/49-setup-demo-assets.chroot
* handle sources.list in ubuntu-touch initrd creation