Browse code

Merge "Ubuntu precise support."

Jenkins authored on 2012/03/16 01:41:46
Showing 2 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 python-eventlet
2 2
 python-routes
3 3
 python-greenlet
4
-python-argparse
4
+python-argparse # dist:oneiric
5 5
 python-sqlalchemy
6 6
 python-wsgiref
7 7
 python-pastedeploy
... ...
@@ -26,7 +26,7 @@
26 26
 # installation with ``FORCE=yes ./stack``
27 27
 DISTRO=$(lsb_release -c -s)
28 28
 
29
-if [[ ! ${DISTRO} =~ (oneiric) ]]; then
29
+if [[ ! ${DISTRO} =~ (oneiric|precise) ]]; then
30 30
     echo "WARNING: this script has only been tested on oneiric"
31 31
     if [[ "$FORCE" != "yes" ]]; then
32 32
         echo "If you wish to run this script anyway run with FORCE=yes"