Skip to content

Commit 7dadd35

Browse files
committed
Ubuntu precise support.
- Fixes bug 954249. - Install python-argparse only on oneiric (tks: dtroyer for suggestions). Change-Id: I5ba8424a9cd172ac5246106163d21ca6a67ef6ef
1 parent 440be4b commit 7dadd35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

files/apts/glance

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
python-eventlet
22
python-routes
33
python-greenlet
4-
python-argparse
4+
python-argparse # dist:oneiric
55
python-sqlalchemy
66
python-wsgiref
77
python-pastedeploy

stack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# installation with ``FORCE=yes ./stack``
2727
DISTRO=$(lsb_release -c -s)
2828

29-
if [[ ! ${DISTRO} =~ (oneiric) ]]; then
29+
if [[ ! ${DISTRO} =~ (oneiric|precise) ]]; then
3030
echo "WARNING: this script has only been tested on oneiric"
3131
if [[ "$FORCE" != "yes" ]]; then
3232
echo "If you wish to run this script anyway run with FORCE=yes"

0 commit comments

Comments
 (0)