Merge lp:~cyphermox/debian-cd/fix-errors into lp:~ubuntu-cdimage/debian-cd/ubun3

Proposed by Mathieu Trudel-Lapierre
Status: Merged
Merged at revision: 1906
Proposed branch: lp:~cyphermox/debian-cd/fix-errors
Merge into: lp:~ubuntu-cdimage/debian-cd/ubun3
Diff against target: 23 lines (+2/-0)
2 files modified
tools/boot/vivid/boot-amd64+mac (+1/-0)
tools/boot/vivid/boot-i386 (+1/-0)
To merge this branch: bzr merge lp:~cyphermox/debian-cd/fix-errors
Reviewer Review Type Date Requested Status
Michael Vogt Approve
Review via email: mp+248559@code.launchpad.net

This proposal supersedes a proposal from 2015-02-04.

Description of the change

Fix syntax errors, missing fi's from the previous ubuntu-mate merge.

To post a comment you must log in.
Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

This is intended to fix http://people.canonical.com/~ubuntu-archive/cd-build-logs/ubuntu/vivid/daily-live-20150204.log:

/srv/cdimage.ubuntu.com/debian-cd/tools/boot/vivid/boot-i386: line 563: syntax error: unexpected end of file
make: *** [/srv/cdimage.ubuntu.com/scratch/ubuntu/vivid/daily-live/tmp/vivid-i386/bootable-stamp] Error 2

(and the equivalent for boot-amd64+mac)

Revision history for this message
Michael Vogt (mvo) wrote :

LGTM!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tools/boot/vivid/boot-amd64+mac'
2--- tools/boot/vivid/boot-amd64+mac 2015-01-12 15:59:57 +0000
3+++ tools/boot/vivid/boot-amd64+mac 2015-02-04 14:30:52 +0000
4@@ -318,6 +318,7 @@
5 background=0x87a556
6 screen-colour=0x3c3b37
7 EOF
8+fi
9 if [ "$HIDDEN_TIMEOUT" ]; then
10 cat >> boot$N/isolinux/gfxboot.cfg <<EOF
11 hidden-timeout=$HIDDEN_TIMEOUT
12
13=== modified file 'tools/boot/vivid/boot-i386'
14--- tools/boot/vivid/boot-i386 2015-01-12 15:59:57 +0000
15+++ tools/boot/vivid/boot-i386 2015-02-04 14:30:52 +0000
16@@ -323,6 +323,7 @@
17 background=0x87a556
18 screen-colour=0x3c3b37
19 EOF
20+fi
21 if [ "$HIDDEN_TIMEOUT" ]; then
22 cat >> boot$N/isolinux/gfxboot.cfg <<EOF
23 hidden-timeout=$HIDDEN_TIMEOUT

Subscribers

People subscribed via source and target branches