[gitorious] Regarding ultrasphinx

2010-08-12 Thread seema bawgi
Hello group, I have used sphinx (0.9.10.2122) in order for full text search to work...But i am unable to search text on my local gitorious. For projects label tags are not displaying.I am running ultrasphinx in development mode and the server status is as follows.. using

Re: [gitorious] How to add new actions in users controller

2010-08-12 Thread Marius Mårnes Mathiesen
On Mon, Jul 19, 2010 at 2:20 PM, porsamini vineeth.prad...@gmail.comwrote: I'm facing a trivial problem. I'm trying to create a new action in users controller, for example test.rb and its associated action test.html.erb. But when I type http://myserver.com/users/test, I get an error saying

Re: [gitorious] hello group

2010-08-12 Thread Marius Mårnes Mathiesen
On Wed, Jul 21, 2010 at 2:31 PM, Deepak Kamath dk87...@gmail.com wrote: connect to localhost failed: getaddrinfo: Name or service not known will retry(#150) in 5 It seems your machine is unable to resolve `localhost` into an IP address. Does `ping localhost` work for you? Cheers, - Marius

Re: [gitorious] Git push over http failed with error code 52

2010-08-12 Thread Marius Mårnes Mathiesen
On Tue, Aug 10, 2010 at 1:18 PM, Benjamin Podszun benjamin.pods...@gmail.com wrote: I've to admit that I don't know how git over http works, but I cannot imagine that it is using ssh keys.. You add ssh keys so that you can connect with that protocol. Git fairly recently got support for push

Re: [gitorious] Web-hooks

2010-08-12 Thread Marius Mårnes Mathiesen
On Thu, Jul 29, 2010 at 10:59 PM, Rob rob.dingw...@gmail.com wrote: So I see that there is a hooks model in the master branch along with a processor for them on a commit but there doesn't appear to be a way to add hooks to a repo through the web interface. Am I wrong on this or is it

Re: [gitorious] How to receive email of merge requests ?

2010-08-12 Thread Marius Mårnes Mathiesen
On Tue, Aug 3, 2010 at 9:43 AM, Peter peter.soet...@gmail.com wrote: How can I get an email when there's a merge request ? We'd like to have our merge requests be sent to a mailing list such that everyone can review it. We were also thinking of adding the mailing list as a user to gitorious

Re: [gitorious] hello group

2010-08-12 Thread Deepak Kamath
thanx Marius. its working fine in my local machine On Thu, Aug 12, 2010 at 7:18 PM, Marius Mårnes Mathiesen marius.mathie...@gmail.com wrote: On Wed, Jul 21, 2010 at 2:31 PM, Deepak Kamath dk87...@gmail.com wrote: connect to localhost failed: getaddrinfo: Name or service not known will

[gitorious] Adding Pdf along with sending of emails

2010-08-12 Thread Deepak Kamath
Hello Group, I have liked the sending of mails to the users regarding the merge requests in Gitorious. I wanted to add an extra feature of sending Pdf files to them personally.How to send pdfs.Do any one has idea about that.Plz help -- To post to this group, send email to

[gitorious] Physical location of the repositories under repository_base_path

2010-08-12 Thread Dun Peal
Hi there, I'm upgrading an old Gitorious instance to an upgraded CentOS box, using the guide in the docs. Line #150 in the docs says: # The path where git repositories are stored. The actual (bare) repositories resides # in repository_base_path/#{project.slug}/#{repository.name}.git/: