Closed
Bug 574112
Opened 16 years ago
Closed 16 years ago
Update Basket production
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: abuchanan, Assigned: fox2mike)
Details
After bug 573837 was set up, I saw cron throwing an error. Fixed here,
http://github.com/abuchanan/basket/commit/1abc7d9202de64df3ca4e579f0e17613e0985055
Please git pull on Basket production
Thanks
| Assignee | ||
Comment 1•16 years ago
|
||
Done.
Give it 10 mins to sync out.
[root@mradm02 basket]# git pull
remote: Counting objects: 50, done.
remote: Compressing objects: 100% (30/30), done.
remote: Total 30 (delta 19), reused 0 (delta 0)
Unpacking objects: 100% (30/30), done.
From git://github.com/abuchanan/basket
20f2450..ab8b763 mailchimp -> origin/mailchimp
4da7380..3588182 master -> origin/master
* [new branch] syslog -> origin/syslog
Updating 4da7380..3588182
Fast-forward
apps/basketauth/__init__.py | 15 +-
apps/emailer/base.py | 18 +-
apps/emailer/management/commands/sendmail.py | 5 +-
apps/subscriptions/tests.py | 2 -
libs/dictconfig.py | 527 ++++++++++++++++++++++++++
log_settings.py | 69 ++++
manage.py | 3 +
settings.py | 16 +-
8 files changed, 632 insertions(+), 23 deletions(-)
create mode 100644 libs/dictconfig.py
create mode 100644 log_settings.py
Assignee: server-ops → shyam
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•7 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•