by default no minotr tag if we aren't in a git repo

This commit is contained in:
benoitc 2010-08-06 08:00:55 +02:00
parent 63b53c9f51
commit 6f01d46f58

View File

@ -8,7 +8,7 @@ import os
if os.environ.get('release') != "true": if os.environ.get('release') != "true":
minor_tag = "-dev" minor_tag = ""
try: try:
from gunicorn.util import popen3 from gunicorn.util import popen3