Merge lp:~dsmythies/installation-guide/xenial into lp:~ubuntu-core-dev/installation-guide/ubuntu

Proposed by Doug Smythies
Status: Merged
Merge reported by: dann frazier
Merged at revision: not available
Proposed branch: lp:~dsmythies/installation-guide/xenial
Merge into: lp:~ubuntu-core-dev/installation-guide/ubuntu
Diff against target: 42 lines (+4/-4)
3 files modified
build/arch-options/linux (+1/-1)
build/entities/common.ent (+2/-2)
build/preseed.pl (+1/-1)
To merge this branch: bzr merge lp:~dsmythies/installation-guide/xenial
Reviewer Review Type Date Requested Status
dann frazier Needs Fixing
Review via email: mp+288212@code.launchpad.net

Description of the change

Bump version numbers for xenial.
Change some lingering debian stretch references. (it is not clear to me why the package version of the example-preseed.txt file was O.K.)
I am not sure if adding chapter 1 section 7 with the previous revision was intentional or an oversight, but I am adding the new compiled chapter 1 section 8 files that result by the old section 7 being bumped to section 8 to the master help.ubuntu.com bzr branch.

This work is so that we (the doc team) can update the preliminary published 16.04 installation-guide on help.ubuntu.com.

To post a comment you must log in.
Revision history for this message
Doug Smythies (dsmythies) wrote :

I wish you would merge this. In the end, I don't care, I have already published it on help.ubuntu.com.

Revision history for this message
dann frazier (dannf) wrote :

hey Doug - LGTM - though, does changing the $manual_release default have any impact on the produced manuals? I didn't see any effect comparing the .txt versions. If not, I'd suggest leaving it as-is to avoid the merge conflict.

534. By Doug Smythies

revert the manual-release changes

535. By Doug Smythies

revert the manual-release changes, but properly this time

Revision history for this message
Doug Smythies (dsmythies) wrote :

> hey Doug - LGTM - though, does changing the $manual_release default have any
> impact on the produced manuals? I didn't see any effect comparing the .txt
> versions. If not, I'd suggest leaving it as-is to avoid the merge conflict.

O.K., I reverted the "$manual_release" changes.

Revision history for this message
dann frazier (dannf) wrote :

Sorry, didn't notice this the first time - but it looks like GNOME 3.18 is in xenial/yakkety:
  https://wiki.ubuntu.com/XenialXerus/ReleaseNotes/UbuntuGNOME

review: Needs Fixing
Revision history for this message
dann frazier (dannf) wrote :

I went ahead and just made the 3.14->3.18 change locally & pushed. Thanks Doug!

Revision history for this message
Doug Smythies (dsmythies) wrote :

Dan, thanks. That page you gave a link to did not exist when I did this merge proposal. Also when I search for "gnome" on http://packages.ubuntu.com/ I see a mixture of 3.14 and 3.18, but the actual desktop thing says 3.14. Anyway, I'm not going to re-publish on help.ubuntu.com just yet. Copied:

Exact hits
Package gnome

    xenial (gnome): Full GNOME Desktop Environment, with extra components [universe]
    1:3.14+3ubuntu1: amd64 arm64 armhf i386 powerpc ppc64el s390x

Revision history for this message
Peter Matulis (petermatulis) wrote :

Also beware of this:

$ diff example-preseed.txt /tmp/manual/example-preseed.txt

1c1
< #### Contents of the preconfiguration file (for xenial)
---
> #### Contents of the preconfiguration file (for stretch)
115c115
< #d-i mirror/suite string xenial
---
> #d-i mirror/suite string stretch
117c117
< #d-i mirror/udeb/suite string xenial
---
> #d-i mirror/udeb/suite string stretch
340c340
< # http://local.server/ubuntu xenial main
---
> # http://local.server/ubuntu stretch main

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'build/arch-options/linux'
2--- build/arch-options/linux 2015-12-19 21:18:18 +0000
3+++ build/arch-options/linux 2016-06-05 22:39:04 +0000
4@@ -4,5 +4,5 @@
5 archspec="$archspec;linux-any"
6 arch_kernel="Linux"
7 arch_parttype="Linux"
8-kernelversion="4.3"
9+kernelversion="4.4"
10 kernelpackage="linux-image"
11
12=== modified file 'build/entities/common.ent'
13--- build/entities/common.ent 2015-12-19 21:18:18 +0000
14+++ build/entities/common.ent 2016-06-05 22:39:04 +0000
15@@ -162,13 +162,13 @@
16 <!ENTITY x11ver "7.7">
17
18 <!-- version of BRLTTY shipping with the current release -->
19-<!ENTITY brlttyver "5.2">
20+<!ENTITY brlttyver "5.3.1">
21
22 <!-- version of Speakup shipping with the current release -->
23 <!ENTITY speakupver "3.1.6">
24
25 <!-- version of GNOME shipping with the current release -->
26-<!ENTITY gnomeversion "3.12">
27+<!ENTITY gnomeversion "3.14">
28
29 <!-- an example of adding another image to lilo.conf, cf
30 en/post-install.sgml etc. -->
31
32=== modified file 'build/preseed.pl'
33--- build/preseed.pl 2015-12-19 21:18:18 +0000
34+++ build/preseed.pl 2016-06-05 22:39:04 +0000
35@@ -72,7 +72,7 @@
36 $text =~ s/&archive-mirror;/archive.ubuntu.com/g;
37 $text =~ s/&releasename;/$release/g;
38 $text =~ s/&kernelpackage;/linux-image/g;
39- $text =~ s/&kernelversion;/4.3/g;
40+ $text =~ s/&kernelversion;/4.4/g;
41 $text =~ s/&gt;/>/g;
42 $text =~ s/&lt;/</g;
43

Subscribers

People subscribed via source and target branches

to all changes: