Closed
Bug 551117
Opened 16 years ago
Closed 15 years ago
update_from_files.py should read credentials from file
Categories
(Release Engineering :: General, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Assigned: rail)
References
Details
Attachments
(1 file)
|
2.02 KB,
patch
|
catlee
:
review+
catlee
:
checked-in+
|
Details | Diff | Splinter Review |
buildbotcustom/buildbotcustom/bin/update_from_files.py currently is being run from crontab and uses command line parameters to get user/password.
It would be great if update_from_files.py could read credentials from a file, so we can send the output of the cronjob to release@mozilla.com
Updated•16 years ago
|
Assignee: nobody → raliiev
| Assignee | ||
Comment 1•15 years ago
|
||
Chris,
Please take a look.
The main idea is reading missing command line parameters from an ini file.
Example config:
----------------------------------------
[DEFAULT]
master = master:9999
database = mysql://user@pass:server/base?param1=x¶m2=y
name = Description goes here
----------------------------------------
The file can be safely chmoded 600, or even 400 :)
Attachment #431572 -
Flags: review?(catlee)
| Assignee | ||
Updated•15 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P3
Updated•15 years ago
|
Attachment #431572 -
Flags: review?(catlee) → review+
| Assignee | ||
Updated•15 years ago
|
Attachment #431572 -
Flags: checked-in?
Comment 2•15 years ago
|
||
Comment on attachment 431572 [details] [diff] [review]
update_from_files.py.diff
changeset: 636:1fa53b45a8f5
Attachment #431572 -
Flags: checked-in? → checked-in+
| Assignee | ||
Comment 3•15 years ago
|
||
Deployed on production-master, production-master02 and talos-master.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•