Hi, I have noticed that on http://www.mediawiki.org/wiki/Git_conversion is that *Not done* Commits via IRC
I don't know if you want to use bots like CIA, but if you would like to use more customized output of bot feed, I could volunteer here, I have some years of experience with irc bots, even a place to host it (at least I have own VPS, or I could use toolserver for that), may I ask what is current status of this? Is someone working on that? I could at least help if it's needed. I know that GIT repo is not yet being used but I could at least prepare it.
On Mon, Nov 7, 2011 at 1:04 PM, Petr Bena benapetr@gmail.com wrote:
Hi, I have noticed that on http://www.mediawiki.org/wiki/Git_conversion is that *Not done* Commits via IRC
I don't know if you want to use bots like CIA, but if you would like to use more customized output of bot feed, I could volunteer here, I have some years of experience with irc bots, even a place to host it (at least I have own VPS, or I could use toolserver for that), may I ask what is current status of this? Is someone working on that? I could at least help if it's needed. I know that GIT repo is not yet being used but I could at least prepare it.
Isn't this trivial using the gerrit-wm bot we already use for reporting commits in the puppet git repository to #wikimedia-tech and #wikimedia-operations ?
Roan
oh, yes, if there is already existing bot for that, it should be used, in that case I think it would do to update that list of what needs to be done at least (I will notice this there, to avoid further confusion) - I though that it's really "not done"
On Mon, Nov 7, 2011 at 1:20 PM, Roan Kattouw roan.kattouw@gmail.com wrote:
On Mon, Nov 7, 2011 at 1:04 PM, Petr Bena benapetr@gmail.com wrote:
Hi, I have noticed that on http://www.mediawiki.org/wiki/Git_conversionis that *Not done* Commits via IRC
I don't know if you want to use bots like CIA, but if you would like to
use
more customized output of bot feed, I could volunteer here, I have some years of experience with irc bots, even a place to host it (at least I
have
own VPS, or I could use toolserver for that), may I ask what is current status of this? Is someone working on that? I could at least help if it's needed. I know that GIT repo is not yet being used but I could at least prepare it.
Isn't this trivial using the gerrit-wm bot we already use for reporting commits in the puppet git repository to #wikimedia-tech and #wikimedia-operations ?
Roan
Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
On 7 November 2011 13:04, Petr Bena benapetr@gmail.com wrote:
I don't know if you want to use bots like CIA, but if you would like to use more customized output of bot feed, I could volunteer here,
Although slightly offtopic... CIA allows full customisation of the bot output, even though the documentation [1] is hard to find. This, for instance, is the output used for pywikipediabot (which adds a link to the revision) [2]:
<rule> <match path="project">pywikipedia</match> <formatter medium="irc"> <format appliesTo="CommitToIRC"> <b><project/>:</b> <autoHide><color fg='green'><author/></color></autoHide> <autoHide><color fg='orange'><branch/></color></autoHide> <b>*</b> <autoHide><b><revision/></b></autoHide> <autoHide>http://toolserver.org/~pywikipedia/r<revision/> </autoHide> <color fg='aqua'><module/></color>/<files/><b>:</b> <log/> </format> </formatter> </rule>
In addition, we also use the CIA bot for notices for e-mails. Using a backend script [2], we also parses sf.net e-mails to add a link to the bug report.
Best, Merlijn
[1] http://cia.vc/doc/rulesets/ [2] http://cia.vc/account/bots/3251/ [3] https://github.com/valhallasw/cia-mail
wikitech-l@lists.wikimedia.org