[gitorious] Gitorious Plugin for Jenkins

2012-10-16 Thread Scott Moyer
I added functionality to the Jenkins git-plugin to support Gitorious webhooks and they've rolled it off into it's own plugin. https://wiki.jenkins-ci.org/display/JENKINS/Gitorious+Plugin You can add the git-plugin and gitorious-plugin to jenkins. Create a webhook in Gitorious that will post

Re: [gitorious] Changes to our branching model

2012-10-16 Thread Christian Johansen
My one suggestion is to make this policy crystal clear to new developers. Whenever I write a patch for a project I want to know what branch do I base this on in order to get it accepted ASAP? If you make it very clear in the HACKING file, and in the wiki, that patches should be proposed

Re: [gitorious] Changes to our branching model

2012-10-16 Thread Thomas Kjeldahl Nilsson
On it. I'm starting to migrate doc/content to http://www.getgitorious.com/documentation later this week, will move it there. cheers, Thomas On Tue, Oct 16, 2012 at 9:41 AM, Christian Johansen christ...@cjohansen.nowrote: My one suggestion is to make this policy crystal clear to new

Re: [gitorious] Gitorious+Active Directory

2012-10-16 Thread Marius MÃ¥rnes Mathiesen
On Mon, Oct 15, 2012 at 8:55 PM, DevOps ddun...@wdtinc.com wrote: Hello Everyone, I have read the various LDAP and AD threads regarding this topic, followed instructions, ensured the latest version is being run, and re-installed several times using different methods without any success. I

Re: [gitorious] Gitorious Plugin for Jenkins

2012-10-16 Thread Scott Moyer
It looks like the hard coded query parameter issue is a Ruby 1.8 problem. The post_form code doesn't take hard coded query parameters into account. # File net/http.rb, line 400 def HTTP.post_form(url, params) req = Post.new(*url.path*) req.form_data = params req.basic_auth url.user,