~didrocks/ubiquity:master-fix-oem

Last commit made on 2018-05-29
Get this branch:
git clone -b master-fix-oem https://git.launchpad.net/~didrocks/ubiquity
Only Didier Roche-Tolomelli can upload to this branch. If you are Didier Roche-Tolomelli please log in for upload directions.

Branch merges

Branch information

Name:
master-fix-oem
Repository:
lp:~didrocks/ubiquity

Recent commits

a9e7835... by Didier Roche-Tolomelli

Only record OEM config when installing

Don't record telemetry data when doing stage 2 (user mode) as
it keeps an unused /target directory. (LP: #1773321)
Also, record OEM types. (LP: #1765693)

8b4d2cf... by Dimitri John Ledkov

releasing package ubiquity version 18.10.2

e252853... by Dimitri John Ledkov

Automatic update of included source packages: apt-setup 1:0.141ubuntu1.

add2422... by Dimitri John Ledkov

Recommend btrfs-progs, not tools.

0b7c678... by Jean-Baptiste Lallement <email address hidden>

* Migrated autopilot tests to git

d8e6c5a... by Iain Lane

Remove .gladep file which was resurrected by mistake in the git conversion.

9cf6960... by Iain Lane

Update Vcs-* for git migration

a39bab3... by Iain Lane

releasing package ubiquity version 18.10.1

600c3d1... by Iain Lane

Update changelog for Andrea's last commit

87e14f5... by Andrea Azzarone

misc.py: Restore the corrent euid in regain_privileges_save

Calling regain_privileges_save should restore the effective user-id to the one
before the call to drop_privileges_save. We need to call os.setresuid and
os.setresgid twice to avoid permission issues when calling os.setgroups.

Fixes LP: #1751252