Browse code

Merge "Add quantal"

Jenkins authored on 2012/05/15 01:52:35
Showing 2 changed files
... ...
@@ -1,5 +1,5 @@
1 1
 dnsmasq-base
2
-dnsmasq-utils # for dhcp_release only available in dist:oneiric,precise
2
+dnsmasq-utils # for dhcp_release only available in dist:oneiric,precise,quantal
3 3
 kpartx
4 4
 parted
5 5
 arping # only available in dist:natty
... ...
@@ -86,7 +86,7 @@ DEST=${DEST:-/opt/stack}
86 86
 
87 87
 # Warn users who aren't on an explicitly supported distro, but allow them to
88 88
 # override check and attempt installation with ``FORCE=yes ./stack``
89
-if [[ ! ${DISTRO} =~ (oneiric|precise|f16) ]]; then
89
+if [[ ! ${DISTRO} =~ (oneiric|precise|quantal|f16) ]]; then
90 90
     echo "WARNING: this script has been tested on oneiric, precise and f16"
91 91
     if [[ "$FORCE" != "yes" ]]; then
92 92
         echo "If you wish to run this script anyway run with FORCE=yes"