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
1=== added file 'build/arch-options/armhf'
2--- build/arch-options/armhf 1970-01-01 00:00:00 +0000
3+++ build/arch-options/armhf 2014-04-11 00:40:43 +0000
4@@ -0,0 +1,25 @@
5+# This file contains architecture specific variables for
6+# the 'armel' architecture
7+# It is sourced by the build scripts
8+
9+# Note that we keep "arm" as archspec (and thus also for conditions)
10+# and also continue to use "arm" for arch-specific XML-files in order
11+# to minimize impact on translations.
12+
13+archspec="arm;not-x86;not-s390;not-powerpc"
14+arch_listname="arm"
15+minimum_memory=32
16+# These two options should be set if condition 'smp' is set below
17+smp_config_section="N/A"
18+smp_config_option="N/A"
19+
20+# Options below are assembled into one variable 'condition'
21+# in the build scripts
22+fdisk="fdisk.txt;cfdisk.txt"
23+network="supports-tftp;supports-rarp;supports-bootp;supports-nfsroot"
24+boot=""
25+frontend="newt;not-gtk"
26+other="supports-serial-console"
27+smp=""
28+goodies="supports-lang-chooser"
29+status="not-checked"
30
31=== modified file 'build/build.sh'
32--- build/build.sh 2014-03-21 06:47:29 +0000
33+++ build/build.sh 2014-04-11 00:40:43 +0000
34@@ -15,8 +15,7 @@
35
36 if [ -z "$architectures" ]; then
37 # Note: this list is no longer being maintained; see debian/archlist instead
38- # armhf does not build
39- architectures="amd64 i386 powerpc"
40+ architectures="amd64 armhf i386 powerpc"
41 fi
42
43 if [ -z "$destination" ]; then
44
45=== modified file 'debian/changelog'
46--- debian/changelog 2014-03-31 15:16:56 +0000
47+++ debian/changelog 2014-04-11 00:40:43 +0000
48@@ -1,4 +1,21 @@
49-installation-guide (20100518ubuntu12) trusty; urgency=low
50+<<<<<<< TREE
51+installation-guide (20100518ubuntu12) trusty; urgency=low
52+=======
53+installation-guide (20100518ubuntu14) trusty; urgency=low
54+
55+ * Restore armhf build. Attempt 2.
56+ * Try to resolve BZR conflicts.
57+
58+ -- Doug Smythies <dsmythies@telus.net> Wed, 09 Apr 2014 12:18:12 -0700
59+
60+installation-guide (20100518ubuntu13) UNRELEASED; urgency=low
61+
62+ * Restore armhf build.
63+
64+ -- Doug Smythies <dsmythies@telus.net> Mon, 1 Apr 2014 20:02:03 -0700
65+
66+installation-guide (20100518ubuntu12) trusty; urgency=low
67+>>>>>>> MERGE-SOURCE
68
69 * Bump versions and names for Trusty, including kernel and GNOME.
70 * armhf does not build. Remove from build.sh

Subscribers

People subscribed via source and target branches

to all changes: