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

Proposed by Doug Smythies
Status: Merged
Merge reported by: Iain Lane
Merged at revision: not available
Proposed branch: lp:~dsmythies/installation-guide/trusty12
Merge into: lp:~ubuntu-core-dev/installation-guide/ubuntu
Diff against target: 70 lines (+44/-3) (has conflicts)
3 files modified
build/arch-options/armhf (+25/-0)
build/build.sh (+1/-2)
debian/changelog (+18/-1)
Text conflict in debian/changelog
To merge this branch: bzr merge lp:~dsmythies/installation-guide/trusty12
Reviewer Review Type Date Requested Status
Iain Lane Approve
Review via email: mp+214307@code.launchpad.net

Description of the change

The armhf did not build, and in this version of the code it never has.
On 2103.08.04 two branches of this code deviated.
This merge proposal adds a file from branches Rev 44 to core Rev 529 (or thereabouts).

I have made a ppa and it does seem to build properly.

References:
https://code.launchpad.net/~dsmythies/installation-guide/trusty/+merge/212095
https://code.launchpad.net/~qbalazs/installation-guide/trunk/+merge/190783
http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/trusty/installation-guide/trusty/revision/44
http://bazaar.launchpad.net/~ubuntu-core-dev/installation-guide/ubuntu/revision/515
https://launchpad.net/~dsmythies/+archive/installation-guide/+builds?build_state=built

To post a comment you must log in.
530. By Doug Smythies

attempt to fix bzr conflict complaints

531. By Doug Smythies

attempt to fix bzr conflict complaints, again

Revision history for this message
Iain Lane (laney) wrote :

Thank you, this has been merged into trunk and will be available in the next release.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file 'build/arch-options/armhf'
--- build/arch-options/armhf 1970-01-01 00:00:00 +0000
+++ build/arch-options/armhf 2014-04-11 00:40:43 +0000
@@ -0,0 +1,25 @@
1# This file contains architecture specific variables for
2# the 'armel' architecture
3# It is sourced by the build scripts
4
5# Note that we keep "arm" as archspec (and thus also for conditions)
6# and also continue to use "arm" for arch-specific XML-files in order
7# to minimize impact on translations.
8
9archspec="arm;not-x86;not-s390;not-powerpc"
10arch_listname="arm"
11minimum_memory=32
12# These two options should be set if condition 'smp' is set below
13smp_config_section="N/A"
14smp_config_option="N/A"
15
16# Options below are assembled into one variable 'condition'
17# in the build scripts
18fdisk="fdisk.txt;cfdisk.txt"
19network="supports-tftp;supports-rarp;supports-bootp;supports-nfsroot"
20boot=""
21frontend="newt;not-gtk"
22other="supports-serial-console"
23smp=""
24goodies="supports-lang-chooser"
25status="not-checked"
026
=== modified file 'build/build.sh'
--- build/build.sh 2014-03-21 06:47:29 +0000
+++ build/build.sh 2014-04-11 00:40:43 +0000
@@ -15,8 +15,7 @@
1515
16if [ -z "$architectures" ]; then16if [ -z "$architectures" ]; then
17 # Note: this list is no longer being maintained; see debian/archlist instead17 # Note: this list is no longer being maintained; see debian/archlist instead
18 # armhf does not build18 architectures="amd64 armhf i386 powerpc"
19 architectures="amd64 i386 powerpc"
20fi19fi
2120
22if [ -z "$destination" ]; then21if [ -z "$destination" ]; then
2322
=== modified file 'debian/changelog'
--- debian/changelog 2014-03-31 15:16:56 +0000
+++ debian/changelog 2014-04-11 00:40:43 +0000
@@ -1,4 +1,21 @@
1installation-guide (20100518ubuntu12) trusty; urgency=low1<<<<<<< TREE
2installation-guide (20100518ubuntu12) trusty; urgency=low
3=======
4installation-guide (20100518ubuntu14) trusty; urgency=low
5
6 * Restore armhf build. Attempt 2.
7 * Try to resolve BZR conflicts.
8
9 -- Doug Smythies <dsmythies@telus.net> Wed, 09 Apr 2014 12:18:12 -0700
10
11installation-guide (20100518ubuntu13) UNRELEASED; urgency=low
12
13 * Restore armhf build.
14
15 -- Doug Smythies <dsmythies@telus.net> Mon, 1 Apr 2014 20:02:03 -0700
16
17installation-guide (20100518ubuntu12) trusty; urgency=low
18>>>>>>> MERGE-SOURCE
219
3 * Bump versions and names for Trusty, including kernel and GNOME.20 * Bump versions and names for Trusty, including kernel and GNOME.
4 * armhf does not build. Remove from build.sh21 * armhf does not build. Remove from build.sh

Subscribers

People subscribed via source and target branches

to all changes: