Closed
Bug 664561
Opened 14 years ago
Closed 14 years ago
[input-stage] make update_staging.sh picked up automatically
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: davedash, Assigned: oremj)
Details
I updated the update_staging.sh file, not sure if this is picked up automatically, but it should be. The key things to note is that locale is now an svn directory, not a git submodule.
CCing Oremj, in case he'd rather I make a commander script. If so, I'll make one, and if it's usable for both stage and prod, then win++.
Assignee | ||
Updated•14 years ago
|
Assignee: server-ops → jeremy.orem+bugs
Assignee | ||
Comment 1•14 years ago
|
||
Looks like the update script is updating. I see this in there:
# update locales
pushd locale > /dev/null
$SVN revert -R .
$SVN up
./compile-mo.sh .
popd > /dev/null
I'm fine with using this on stage for now as it seems to be working. If we get a commander script running for prod we can also add in stage updating.
Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 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
•