Closed
Bug 828490
Opened 12 years ago
Closed 12 years ago
Need to rebuild nodejs-pushbots rpm
Categories
(Cloud Services :: Operations: Marketplace, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jd, Assigned: oremj)
Details
Please see bug 826815 for reference.
Basically we need the IRC bots to connect to irc.mozilla.org on port 6697 and to use SSL. Currently these things are hard coded in the rpm and the settings are not exposed.
I do not think it matters if the settings are exposed or if the new settings are hard coded again.
The change that is behind this is that netops (or possibly Shyam) no longer wants IRC to resolve to any internal (private) IPs, but only to the external VIP (bug 763537). In addition they would like to see external traffic sent over ssl.
This looks like it should be a simple change to the file that gets installed to /usr/lib/node_modules/pushbots/pushbot.js on line 34. As noted here https://node-irc.readthedocs.org/en/latest/API.html#client
Please let me know if I can provide any additional information or help testing the new package.
Thanks a bunch
Assignee | ||
Updated•12 years ago
|
Assignee: server-ops-amo → oremj
Assignee | ||
Comment 1•12 years ago
|
||
I've pushed version 0.1.6 which connects to irc.mozilla.org using SSL.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•12 years ago
|
||
Works like a charm. Thanks for the fast turnaround.
Status: RESOLVED → VERIFIED
Updated•11 years ago
|
Component: Server Operations: AMO Operations → Operations: Marketplace
Product: mozilla.org → Mozilla Services
You need to log in
before you can comment on or make changes to this bug.
Description
•