aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-02-12 10:02:27 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2014-02-12 10:02:27 +0100
commit10ed268cc90a532421542b53d469837d08f562fd (patch)
tree09f18d9021ef07dfed506ea17946462a44e9c654
parentd86897ddb84bff5f32f6a02a8e80dd73d12c173b (diff)
Fixed typo, time zone, default path.
Change-Id: I600d18ff2727028fc57d8c928834172cffe01626
-rw-r--r--ansible/roles/status/templates/local_settings.tmpl.py2
-rw-r--r--linaroroadmap/settings.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/ansible/roles/status/templates/local_settings.tmpl.py b/ansible/roles/status/templates/local_settings.tmpl.py
index d8b4f57..69ba6a1 100644
--- a/ansible/roles/status/templates/local_settings.tmpl.py
+++ b/ansible/roles/status/templates/local_settings.tmpl.py
@@ -13,7 +13,7 @@ JIRA_USERNAME = '{{ jira_username }}'
JIRA_PASSWORD = '{{ jira_password }}'
JIRA_PROJECT = 'Linaro Roadmap'
-JIRA_STATUSES = ['Closed', 'Resolved', 'In Progress', 'Open', 'Reopend']
+JIRA_STATUSES = ['Closed', 'Resolved', 'In Progress', 'Open', 'Reopened']
SFID = {{ jira_sfid }}
DATABASES = {
diff --git a/linaroroadmap/settings.py b/linaroroadmap/settings.py
index 361e227..113fa26 100644
--- a/linaroroadmap/settings.py
+++ b/linaroroadmap/settings.py
@@ -39,7 +39,7 @@ AUTHENTICATION_BACKENDS = (
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
- 'NAME': '/srv/production_roadmap/linaroroadmap.db',
+ 'NAME': '/tmp/linaroroadmap.db',
'USER': '',
'PASSWORD': '',
'HOST': '',
@@ -57,7 +57,7 @@ ALLOWED_HOSTS = ['*']
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
# although not all choices may be available on all operating systems.
# In a Windows environment this must be set to your system time zone.
-TIME_ZONE = 'Europe/London'
+TIME_ZONE = 'UTC'
# Language code for this installation. All choices can be found here:
# http://www.i18nguy.com/unicode/language-identifiers.html