Closed Bug 706836 Opened 13 years ago Closed 13 years ago

The bedrock dev site needs its settings moved

Categories

(mozilla.org Graveyard :: Server Operations, task, P1)

x86
macOS

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jlong, Unassigned)

Details

Jake setup a Django a layer on top of the www-dev.allizom.org which runs our new bedrock project. All URLs under /b/ get served from it.

bedrock doesn't appear to be auto-updating though. Actually, I get emails every 10 minutes that seems like it is, because when the server runs it spits out a warning about deprecated settings. I updated the settings but I'm still getting the warning.

I changed a piece of content and it didn't update on www-dev, so something might be broken when it's trying to merge in the update.

Now that I think about it, you need to move settings_local.py into settings/local.py. Maybe that's breaking the merge somehow?
Assignee: nobody → server-ops
Component: www.mozilla.org/firefox → Server Operations
Product: Websites → mozilla.org
QA Contact: www-mozilla-com → cshields
Version: unspecified → other
That's just a warning... if you want to fix it though, make the settings dir in git with the proper base settings (however that works... honestly don't know, but fwenzel does) and I'll move settings_local.py into it.

[root@bedrockadm.private.phx1 bedrock]# git log | head
commit cd409edc0ccddc8ab31be4a8ecaf335d5184ef3c
Author: James Long <jlongster@jlongster.com>
Date:   Wed Oct 26 12:44:58 2011 -0400

    upgrade vendor and funfactorize bedrock


This is pulling with "git pull", and by hand that says Already up-to-date. I appear to be tracking this repo, on the master branch:

https://github.com/mozilla/bedrock

Which says:

James Long authored October 26, 2011


Me thinks you are committing to somewhere else, perhaps? Let me know if this is the right place to pull from.
(In reply to Jake Maul [:jakem] from comment #1)
> That's just a warning... if you want to fix it though, make the settings dir
> in git with the proper base settings (however that works... honestly don't
> know, but fwenzel does) and I'll move settings_local.py into it.
> 
> 
> Me thinks you are committing to somewhere else, perhaps? Let me know if this
> is the right place to pull from.

Hm, maybe I did push it somewhere else accidentally. Yesterday I pushed to mozilla's repo though, so I'm not sure where it was before that. It's definitely up-to-date now: https://github.com/mozilla/bedrock/commits/master

The bedrock site appears to be 500ing now: http://www-dev.allizom.org/b/l10n_example

Oh, it's because you need to move settings_local.py into settings/local.py. I think that should fix it. Thanks!
Summary: The bedrock dev site doesn't appear to be auto-updating → The bedrock dev site needs its settings moved
Hey Jake, can we get this done today? I'm planning on showing the site to people on Monday so I'd love to have it working.
Priority: -- → P1
settings_local.py to settings/local.py is already done. I think this is resolved.

fwenzel contacted me a day or two ago about the 500 ISE, and I sent him a pastebin with the error from the logs.

http://pastebin.mozilla.org/1395336

I think this is resolved as well though. The error I'm seeing now is:

http://pastebin.mozilla.org/1395337

You and Fred are both in ADMINS, so I think it should be emailing you these also. If not, that's a separate problem as well. Maybe we should just move these to Arecibo?

Marking as RESOLVED FIXED, since the topic has wandered from the intial request, which is fixed.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.