Re: [gitorious] Adding functionality to repository creation

2012-08-01 Thread Rachel Harris
Thanks. This is exactly where I thought it should be. My main issue was that the changes I made there didn't appear to be executing. Eventually I figured out that I needed to restart the stompserver to get the changes to take effect. On Tuesday, July 31, 2012 10:59:48 PM UTC-7, Marius Mårnes

[gitorious] Adding functionality to repository creation

2012-07-31 Thread Rachel Harris
I would like to have a default file get generated in every new repo that is created by users of my Gitorious installation. I think I'm pretty clear on the code to do this (i.e. using Repository.git.add, etc...). My problem is figuring out *where* to put this code. I know I can't put my code

Re: [gitorious] Adding functionality to repository creation

2012-07-31 Thread Marius Mårnes Mathiesen
On Tue, Jul 31, 2012 at 7:54 PM, Rachel Harris rachel.anne.har...@gmail.com wrote: I would like to have a default file get generated in every new repo that is created by users of my Gitorious installation. I think I'm pretty clear on the code to do this (i.e. using Repository.git.add,