Merge lp:~zyga/lava-master-image-scripts/quantal-support into lp:lava-master-image-scripts

Proposed by Zygmunt Krynicki
Status: Merged
Merged at revision: 65
Proposed branch: lp:~zyga/lava-master-image-scripts/quantal-support
Merge into: lp:lava-master-image-scripts
Diff against target: 15 lines (+1/-4)
1 file modified
lava-create-master (+1/-4)
To merge this branch: bzr merge lp:~zyga/lava-master-image-scripts/quantal-support
Reviewer Review Type Date Requested Status
Michael Hudson-Doyle (community) Approve
Review via email: mp+123446@code.launchpad.net

Description of the change

Simple compat check so that quantal is supported

To post a comment you must log in.
Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

+1, will merge

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lava-create-master'
2--- lava-create-master 2012-07-03 02:12:13 +0000
3+++ lava-create-master 2012-09-09 16:09:21 +0000
4@@ -49,10 +49,7 @@
5 case `lsb_release -i -s` in
6 Ubuntu)
7 case `lsb_release -c -s` in
8- precise)
9- export LAVA_SUPPORTED=1
10- ;;
11- natty)
12+ natty|precise|quantal)
13 export LAVA_SUPPORTED=1
14 ;;
15 esac

Subscribers

People subscribed via source and target branches