This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/settings.py b/settings.py | |
index 7c80149..913c588 100644 | |
--- a/settings.py | |
+++ b/settings.py | |
@@ -556,8 +556,8 @@ MINIFY_BUNDLES = { | |
'css/zamboni/admin-mozilla.css', | |
'css/zamboni/admin_features.css' | |
), | |
- 'marketplace-experiments': ( | |
- ), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/manage.py b/manage.py | |
index 17d9408..761406f 100755 | |
--- a/manage.py | |
+++ b/manage.py | |
@@ -1,6 +1,5 @@ | |
#!/usr/bin/env python | |
import getopt | |
-import importlib | |
import logging | |
import os |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/sandboxes/zamboni(multiple-sites-two) $ head settings_local_mkt.py | |
from lib.settings_base import * | |
from mkt.settings import * | |
... | |
~/sandboxes/zamboni(multiple-sites-two) $ head settings_local_default.py | |
from lib.settings_base import * | |
from default.settings import * | |
... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/sandboxes/zamboni(multiple-sites-two) $ ./manage.py --settings=settings_local runserver 0.0.0.0:8000 | |
Unknown command: '--settings=settings_local' | |
Type 'manage.py help' for usage. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/var/lib/jenkins/jobs/amo-master/workspace/configs/sphinx/sphinx.conf", line 6, in <module> | |
from localsettings_django import * | |
File "/var/lib/jenkins/jobs/amo-master/workspace/configs/sphinx/localsettings_django.py", line 10, in <module> | |
from manage import settings | |
File "/var/lib/jenkins/jobs/amo-master/workspace/manage.py", line 62, in <module> | |
res = imp.find_module(setting) | |
ImportError: No module named workspace.settings_local |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File "/Users/andy/sandboxes/zamboni/vendor/src/amo-validator/validator/testcases/scripting.py", line 6, in <module> | |
import validator.testcases.javascript.traverser as traverser | |
File "/Users/andy/sandboxes/zamboni/vendor/src/amo-validator/validator/testcases/javascript/traverser.py", line 5, in <module> | |
import validator.testcases.javascript.actions as actions | |
File "/Users/andy/sandboxes/zamboni/vendor/src/amo-validator/validator/testcases/javascript/actions.py", line 6, in <module> | |
import spidermonkey | |
File "/Users/andy/sandboxes/zamboni/vendor/src/amo-validator/validator/testcases/javascript/spidermonkey.py", line 2, in <module> | |
import simplejson as json | |
ImportError: No module named simplejson |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[localhost] err: svn: E155036: Please see the 'svn upgrade' command | |
[localhost] err: svn: E155036: Working copy '/data/addons-dev/src/addons-dev.allizom.org/zamboni/locale' is too old (format 10, created by Subversion 1.6) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[email protected] zamboni]$ ls -al .git | |
ls: cannot access .git: No such file or directory | |
[[email protected] zamboni]$ pwd | |
/home/amckay/addons-dev.allizom.org/zamboni |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> import paypal | |
>>> paypal.get_personal_data('VuOH9rxRKNhPLEaFxkH29I53ci3kATaAm1Zu0WHipa5xfqUvErS.KA')['http://axschema.org/contact/city/home'] | |
'San Jose' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/lib/log_settings_base.py b/lib/log_settings_base.py | |
index 9d5a43b..023a692 100644 | |
--- a/lib/log_settings_base.py | |
+++ b/lib/log_settings_base.py | |
@@ -72,7 +72,7 @@ cfg = { | |
'django.request': { | |
# Note these handlers will choose what they want to emit and when. | |
'handlers': ['mail_admins', 'errortype_syslog', | |
- 'statsd', 'arecibo'], | |
+ 'statsd'], #'arecibo'], |