Merge lp:~didrocks/ubiquity/oem-mode-telemetry into lp:ubiquity

Proposed by Didier Roche-Tolomelli
Status: Merged
Approved by: Iain Lane
Approved revision: 6618
Merged at revision: 6622
Proposed branch: lp:~didrocks/ubiquity/oem-mode-telemetry
Merge into: lp:ubiquity
Diff against target: 37 lines (+9/-0) (has conflicts)
2 files modified
debian/changelog (+7/-0)
ubiquity/telemetry.py (+2/-0)
Text conflict in debian/changelog
To merge this branch: bzr merge lp:~didrocks/ubiquity/oem-mode-telemetry
Reviewer Review Type Date Requested Status
Iain Lane Approve
Review via email: mp+343781@code.launchpad.net

Description of the change

Record OEM installation mode

To post a comment you must log in.
Revision history for this message
Iain Lane (laney) wrote :

yep, thanks!

review: Approve
6619. By Didier Roche-Tolomelli

Update changelog for record OEM installation mode

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2018-04-23 11:02:43 +0000
3+++ debian/changelog 2018-04-23 16:41:18 +0000
4@@ -3,6 +3,7 @@
5 [ Colin Watson ]
6 * Update translations from Launchpad.
7
8+<<<<<<< TREE
9 [ Simon Quigley ]
10 * Following the lead of the GTK frontend, remove the encrypted home
11 directory option from the Qt installer since ecryptfs no longer has
12@@ -18,6 +19,12 @@
13 * Do not start gnome-initial-setup for the OEM user (LP: #1765651)
14
15 -- Adam Conrad <adconrad@ubuntu.com> Mon, 23 Apr 2018 04:59:24 -0600
16+=======
17+ [ Didier Roche ]
18+ * Record OEM installation mode in telemetry data. (LP: #1765693)
19+
20+ -- Colin Watson <cjwatson@ubuntu.com> Sun, 22 Apr 2018 11:20:16 +0100
21+>>>>>>> MERGE-SOURCE
22
23 ubiquity (18.04.9) bionic; urgency=medium
24
25
26=== modified file 'ubiquity/telemetry.py'
27--- ubiquity/telemetry.py 2018-03-26 07:23:30 +0000
28+++ ubiquity/telemetry.py 2018-04-23 16:41:18 +0000
29@@ -84,6 +84,8 @@
30 self._metrics['Language'] = db.get('localechooser/languagelist')
31 self._metrics['Minimal'] = self._db_get_bool(
32 db.get('ubiquity/minimal_install'))
33+ self._metrics['OEM'] = self._db_get_bool(
34+ db.get('oem-config/enable'))
35 self._metrics['RestrictedAddons'] = self._db_get_bool(
36 db.get('ubiquity/use_nonfree'))
37 self._metrics['Stages'] = self._stages_hist

Subscribers

People subscribed via source and target branches

to status/vote changes: