Closed
Bug 773438
Opened 13 years ago
Closed 13 years ago
[crontabber] ini file structure to change
Categories
(Socorro :: Backend, task)
Socorro
Backend
Tracking
(Not tracked)
RESOLVED
FIXED
17
People
(Reporter: peterbe, Unassigned)
Details
(Whiteboard: [qa-])
Crontabber.ini should
1. Have a namespace called "database" which ultimately contains:
1. transaction_executor_class
2. database_class
3. database_username
4. database_name
4. database_host
4. database_port
2. The values database_username, database_name, database_host, database_port should be inherited (aka. included) from a file called generic-database.ini which is ultimately something we (the developers) don't maintain. E.g. /etc/socorro/generic-database.ini
Reporter | ||
Comment 1•13 years ago
|
||
Pull request up: https://github.com/mozilla/socorro/pull/703
Comment 2•13 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/26a23e05a3d557210a78c54a54e5e749d93b0557
bug773438 - refactored crontabber option namespaces, r=lars
Reporter | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Target Milestone: --- → 17
Updated•13 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•