We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 440be4b commit 7dadd35Copy full SHA for 7dadd35
files/apts/glance
@@ -1,7 +1,7 @@
1
python-eventlet
2
python-routes
3
python-greenlet
4
-python-argparse
+python-argparse # dist:oneiric
5
python-sqlalchemy
6
python-wsgiref
7
python-pastedeploy
stack.sh
@@ -26,7 +26,7 @@
26
# installation with ``FORCE=yes ./stack``
27
DISTRO=$(lsb_release -c -s)
28
29
-if [[ ! ${DISTRO} =~ (oneiric) ]]; then
+if [[ ! ${DISTRO} =~ (oneiric|precise) ]]; then
30
echo "WARNING: this script has only been tested on oneiric"
31
if [[ "$FORCE" != "yes" ]]; then
32
echo "If you wish to run this script anyway run with FORCE=yes"
0 commit comments