Re: [gitorious] sphinx error after update of gitorious. search no more working

2011-07-04 Thread Christian Johansen
Hi, Can you try to also regenerate the sphinx configuration? Seems like you have stale database information. `bundle exec rake ultrasphinx:configure` Christian On Fri, Jul 1, 2011 at 12:22, Wiz of Id trumbi...@gmail.com wrote: Hello. Almost a week ago: - fetched the latest master branch of

[gitorious] Script to add multiple repositories?

2011-07-04 Thread Craig Gardener
I have an existing project on a privately hosted Gitorious server and am looking to add several hundred repositories to it. I have tried searching for a script to use, but it appears that either I am a total n00b or Gitorious does not provide this functionality. I find the latter hard to believe

[gitorious] Re: sphinx error after update of gitorious. search no more working

2011-07-04 Thread JereKrischel
try this: vi /home/git/gitorious/config/ultrasphinx/production.conf # replace base_tags with tags bundle exec rake ultrasphinx:index RAILS_ENV=production On Jul 1, 3:22 am, Wiz of Id trumbi...@gmail.com wrote: Hello. Almost a week ago: - fetched the latest master branch of

[gitorious] unable to delete repos or project

2011-07-04 Thread prpplague
i am trying to delete a project. i;ve tried deleting all the repos however, i simply get an 503 service unavailable error on any attempt to delete. is there some trick that needs to occur to get this done? -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from

Re: [gitorious] release checkpoints

2011-07-04 Thread Mike Luu
On Jun 29, 2011, at 11:06 PM, Marius Mårnes Mathiesen wrote: On Wed, Jun 29, 2011 at 7:04 PM, Mike Luu munky...@gmail.com wrote: What's the current convention for knowing when gitorious is stable enough to upgrade? I've been running an internal deployment based on f6a3129 (2010-06-01) and

Re: [gitorious] How do you import existing repos into Gitorious?

2011-07-04 Thread Craig Gardener
Did you have any luck writing a script to do this? I am trying to do something very similar but am unsure how best to go about it. Cheers, Craig -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to

Re: [gitorious] sphinx error after update of gitorious. search no more working

2011-07-04 Thread Wiz of Id
Thank you, just added RAILS_ENV=production to that command and it worked and fixed the issue. Is there a web page or a document I should have read before asking here? Thank you again, Wiz -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send

Re: [gitorious] Push via http/https?

2011-07-04 Thread Christian Johansen
Hi Ed, As Rodrigo says, we are almost finished with HTTP push. The missing piece is the hooks - JGit (which is used in our new Git HTTP server) does not execute the hook shell scripts, so we are refactoring to be able to use the same code in the shell scripts and in the JGit hook APIs. We're

Re: [gitorious] Problems with private copy of Gitorious

2011-07-04 Thread Christian Johansen
Hi, * The login/register screen does not render properly: - http://momentum.subtlehints.net/stuff/LoginScreen.png - http://momentum.subtlehints.net/stuff/RegisterScreen.png This was fixed earlier today. Please update from master. * I can't create tarballs directly from gitorious: -

Re: [gitorious] Gitorious Versioning, Roadmap, Issue Tracking: Chiliproject or Redmine

2011-07-04 Thread Guilhem Bonnefille
2011/7/3 Rodrigo Rosenfeld Rosas rr.ro...@gmail.com: Then, I would like to start a discussion of a feature I always missed in Gitorious. That discussion is also in alignment with the recent concerns about Gitorious versioning. Mailing list are ineffective as an issue tracking system and

Re: [gitorious] Re: searching quit working for no reason here is the errors I get when I try and start the git-ultrasphinx service

2011-07-04 Thread jarrod roberson
On Mon, Jul 4, 2011 at 1:57 AM, Christian Johansen christ...@cjohansen.no wrote: Hi, It looks like you installed Rails 3.0? Are you using Gitorious with Bundler? E.g. `bundle exec [script]`? If you do that, the app should run in a sandboxed environment and you should be fine. If you're using

[gitorious] Re: Problems with private copy of Gitorious

2011-07-04 Thread Wari
On Jul 4, 6:56 pm, Christian Johansen christ...@cjohansen.no wrote: This was fixed earlier today. Please update from master. Yes, I've realized this a bit later in the day today. Thanks for the update * I can't create tarballs directly from gitorious: Is your poller running? Are jobs being

Re: [gitorious] Gitorious Versioning, Roadmap, Issue Tracking: Chiliproject or Redmine

2011-07-04 Thread Rodrigo Rosenfeld Rosas
Em 04-07-2011 09:43, Guilhem Bonnefille escreveu: 2011/7/3 Rodrigo Rosenfeld Rosasrr.ro...@gmail.com: Then, I would like to start a discussion of a feature I always missed in Gitorious. That discussion is also in alignment with the recent concerns about Gitorious versioning. Mailing list are

Re: [gitorious] Gitorious Versioning, Roadmap, Issue Tracking: Chiliproject or Redmine

2011-07-04 Thread Rodrigo Rosenfeld Rosas
Em 04-07-2011 13:27, Guilhem Bonnefille escreveu: 2011/7/4 Rodrigo Rosenfeld Rosasrr.ro...@gmail.com: Em 04-07-2011 09:43, Guilhem Bonnefille escreveu: 2011/7/3 Rodrigo Rosenfeld Rosasrr.ro...@gmail.com: Then, I would like to start a discussion of a feature I always missed in Gitorious. That

[gitorious] Re: Problems with private copy of Gitorious

2011-07-04 Thread Wari
On Jul 4, 11:36 pm, Wari wari.wa...@gmail.com wrote: On Jul 4, 6:56 pm, Christian Johansen christ...@cjohansen.no wrote: * I can't create tarballs directly from gitorious: Is your poller running? Are jobs being picked off from the queue? This works on my third install today. Apparently

Re: [gitorious] Re: Problems with private copy of Gitorious

2011-07-04 Thread Benjamin Podszun
Enable the sendfile extension for your http server. For apache it's mod_sendfile or somesuch.-- Sent from my Palm PreOn 04.07.2011 20:11, Wari wari.wa...@gmail.com wrote: On Jul 4, 11:36 pm, Wari wari.wa...@gmail.com wrote: On Jul 4, 6:56 pm, Christian Johansen christ...@cjohansen.no wrote:

[gitorious] Having problems getting service git-ultrasphinx to start?

2011-07-04 Thread Jarrod Roberson
My gitorioius server has gotten flaky and down right un-reliable because some gems and other stuff got accidently updated during a yum update or something anyway I have spent the majority of the day backing things up and reinstalling enterprise ruby and the various bits to gitorious using the

Re: [gitorious] Re: Problems with private copy of Gitorious

2011-07-04 Thread Wari Wahab
Hi Benjamin, thanks for the help, but there is no mod_sendfile on the server. a2enmod shows the following: authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cern_meta cgi cgid charset_lite dav dav_fs dav_lock dbd deflate dir disk_cache dump_io env

[gitorious] gitorious ssl not working (ssl_error_rx_record_too_long)

2011-07-04 Thread Nagaraj
Hi all, I am running gitorious on phusion passenger+nginx when i click on login or register links it throws ssl error. I have genereted ssl certificates. set the path at nginx conf file my server block looks like this..