Merge "Ubuntu precise support."

This commit is contained in:
Jenkins
2012-03-15 16:41:46 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
python-eventlet
python-routes
python-greenlet
python-argparse
python-argparse # dist:oneiric
python-sqlalchemy
python-wsgiref
python-pastedeploy

View File

@@ -26,7 +26,7 @@
# installation with ``FORCE=yes ./stack``
DISTRO=$(lsb_release -c -s)
if [[ ! ${DISTRO} =~ (oneiric) ]]; then
if [[ ! ${DISTRO} =~ (oneiric|precise) ]]; then
echo "WARNING: this script has only been tested on oneiric"
if [[ "$FORCE" != "yes" ]]; then
echo "If you wish to run this script anyway run with FORCE=yes"