Merge lp:~andreserl/maas/maas-1.2-raring-support into lp:maas/1.2

Proposed by Andres Rodriguez
Status: Merged
Approved by: Andres Rodriguez
Approved revision: no longer in the source branch.
Merged at revision: 1350
Proposed branch: lp:~andreserl/maas/maas-1.2-raring-support
Merge into: lp:maas/1.2
Diff against target: 29 lines (+4/-1)
2 files modified
etc/maas/import_pxe_files (+1/-1)
src/maasserver/enum.py (+3/-0)
To merge this branch: bzr merge lp:~andreserl/maas/maas-1.2-raring-support
Reviewer Review Type Date Requested Status
Julian Edwards (community) Approve
Review via email: mp+145521@code.launchpad.net

Commit message

Add Raring support.

To post a comment you must log in.
Revision history for this message
Julian Edwards (julian-edwards) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'etc/maas/import_pxe_files'
2--- etc/maas/import_pxe_files 2012-11-15 16:35:09 +0000
3+++ etc/maas/import_pxe_files 2013-01-30 00:39:23 +0000
4@@ -13,7 +13,7 @@
5
6
7 #RELEASES="oneiric precise"
8-RELEASES="precise quantal"
9+RELEASES="precise quantal raring"
10 #ARCHES="amd64/generic i386/generic armhf/highbank"
11 #LOCALE="en_US"
12 #IMPORT_EPHEMERALS=1
13
14=== modified file 'src/maasserver/enum.py'
15--- src/maasserver/enum.py 2012-10-08 17:05:43 +0000
16+++ src/maasserver/enum.py 2013-01-30 00:39:23 +0000
17@@ -139,11 +139,14 @@
18 precise = 'precise'
19 #:
20 quantal = 'quantal'
21+ #:
22+ raring = 'raring'
23
24 DISTRO_SERIES_CHOICES = (
25 (DISTRO_SERIES.default, 'Default Ubuntu Release'),
26 (DISTRO_SERIES.precise, 'Ubuntu 12.04 LTS "Precise Pangolin"'),
27 (DISTRO_SERIES.quantal, 'Ubuntu 12.10 "Quantal Quetzal"'),
28+ (DISTRO_SERIES.raring, 'Ubuntu 13.04 "Raring Ringtail"'),
29 )
30
31

Subscribers

People subscribed via source and target branches

to status/vote changes: