Yeah, the current commit bot is now running on people.apache.org and seems to randomly get out of whack (this is the second time in a couple months if I remember right) - last time I just restarted it - I have not yet had a chance to see what happens after enough time goes by - but eventually, while it's still running, it stops getting events or something. It's really simple code - perhaps a stream is not being closed or something silly.
ASF infra does have some scripts that are basically the same as what I'm doing in Java - just subscribing to svnpubsub - I consulted them when writing the java code. The main reason I did not pursue that avenue is lack of control - eg it's nice to have complete control of formatting and what not. As a general rule, I prefer project control over infra control where we can get away with it. I really can't focus on the commitbot though, so it's probably a better long term plan to migrate. - Mark On May 21, 2013, at 3:31 PM, Steve Rowe <[email protected]> wrote: > Mark Miller's Commit Tag Bot seems to be having trouble running consistently > - for example, it's been offline for the last 9 days, AFAICT. > > I noticed the following recently added web page on the ASF site: > <http://www.apache.org/dev/svngit2jira>. From that page: > > ----- > Many projects use JIRA for managing tracking bugs, milestones, feature > requests and so on, and many of these projects keep track of which > commit affects which ticket. In order to make things even easier, we > have a service called svngit2jira, which integrates Subversion and Git > commits with JIRA tickets. > ----- > > Since svngit2jira will be supported by ASF infra, it's likely to be more > stable than Mark's Commit Tag Bot, which depends on one guy's efforts (thanks > Mark - it has definitely been useful!); would it make sense to switch to > using it? > > @Mark, do you know if your bot has more/better features than svngit2jira, > that would make such a switch a bad idea? > > Steve > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
