Ubuntu precise support.

- Fixes bug 954249.
- Install python-argparse only on oneiric (tks: dtroyer for
  suggestions).

Change-Id: I5ba8424a9cd172ac5246106163d21ca6a67ef6ef
This commit is contained in:
Chmouel Boudjnah 2012-03-14 14:13:03 +00:00
parent 440be4b6a8
commit 7dadd35c08
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"