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
=== modified file 'debian/changelog'
--- debian/changelog 2018-04-23 11:02:43 +0000
+++ debian/changelog 2018-04-23 16:41:18 +0000
@@ -3,6 +3,7 @@
3 [ Colin Watson ]3 [ Colin Watson ]
4 * Update translations from Launchpad.4 * Update translations from Launchpad.
55
6<<<<<<< TREE
6 [ Simon Quigley ]7 [ Simon Quigley ]
7 * Following the lead of the GTK frontend, remove the encrypted home8 * Following the lead of the GTK frontend, remove the encrypted home
8 directory option from the Qt installer since ecryptfs no longer has9 directory option from the Qt installer since ecryptfs no longer has
@@ -18,6 +19,12 @@
18 * Do not start gnome-initial-setup for the OEM user (LP: #1765651)19 * Do not start gnome-initial-setup for the OEM user (LP: #1765651)
1920
20 -- Adam Conrad <adconrad@ubuntu.com> Mon, 23 Apr 2018 04:59:24 -060021 -- Adam Conrad <adconrad@ubuntu.com> Mon, 23 Apr 2018 04:59:24 -0600
22=======
23 [ Didier Roche ]
24 * Record OEM installation mode in telemetry data. (LP: #1765693)
25
26 -- Colin Watson <cjwatson@ubuntu.com> Sun, 22 Apr 2018 11:20:16 +0100
27>>>>>>> MERGE-SOURCE
2128
22ubiquity (18.04.9) bionic; urgency=medium29ubiquity (18.04.9) bionic; urgency=medium
2330
2431
=== modified file 'ubiquity/telemetry.py'
--- ubiquity/telemetry.py 2018-03-26 07:23:30 +0000
+++ ubiquity/telemetry.py 2018-04-23 16:41:18 +0000
@@ -84,6 +84,8 @@
84 self._metrics['Language'] = db.get('localechooser/languagelist')84 self._metrics['Language'] = db.get('localechooser/languagelist')
85 self._metrics['Minimal'] = self._db_get_bool(85 self._metrics['Minimal'] = self._db_get_bool(
86 db.get('ubiquity/minimal_install'))86 db.get('ubiquity/minimal_install'))
87 self._metrics['OEM'] = self._db_get_bool(
88 db.get('oem-config/enable'))
87 self._metrics['RestrictedAddons'] = self._db_get_bool(89 self._metrics['RestrictedAddons'] = self._db_get_bool(
88 db.get('ubiquity/use_nonfree'))90 db.get('ubiquity/use_nonfree'))
89 self._metrics['Stages'] = self._stages_hist91 self._metrics['Stages'] = self._stages_hist

Subscribers

People subscribed via source and target branches

to status/vote changes: