Re: [gitorious] LDAP authentication with short user names

2012-09-24 Thread Marius Mårnes Mathiesen
On Fri, Sep 21, 2012 at 6:42 PM, Ken Dreyer ktdre...@ktdreyer.com wrote: On Fri, Sep 21, 2012 at 6:52 AM, Peter Kjellerstedt peter.kjellerst...@axis.com wrote: Couldn’t you just change the validation in app/models/user.rb that validates the length of the login to be between 3 and 40

Re: [gitorious] LDAP authentication with short user names

2012-09-24 Thread Marius Mårnes Mathiesen
On Mon, Sep 24, 2012 at 1:30 PM, Peter Kjellerstedt peter.kjellerst...@axis.com wrote: You might want to consider making this configurable, given that you cannot influence what user names are already in use in, e.g., an existing LDAP directory. E.g., I seriously doubt that our user who has a

Re: [gitorious] disabling signup or new user creation on private repositories

2012-09-20 Thread Marius Mårnes Mathiesen
On Wed, Sep 19, 2012 at 10:21 PM, Dean Michael Ancajas dbanca...@gmail.comwrote: Hi, I installed gitorious on ubuntu 12.04 configured as a private repository. I was under the impression that you cannot sign-up on private installations by default. Is there a way to disable this? I only want

Re: [gitorious] defaulting enable_repository_directory_sharding to false on existing sharded installations

2012-09-20 Thread Marius Mårnes Mathiesen
On Thu, Sep 20, 2012 at 6:10 AM, Russell Jackson r...@csub.edu wrote: I recently merged upstream master into my local installation. Apparently the sharding default was changed to be disabled which was causing a rather confusing problem with push processing. I was getting ActiveMessagingAbort

Re: [gitorious] help error access web gitorious

2012-09-20 Thread Marius Mårnes Mathiesen
On Wed, Sep 19, 2012 at 3:53 PM, junioralvin al...@intechne.com.br wrote: tail -f /var/www/gitorious/log/production.log Errno::ETIMEDOUT (Connection timed out - connect(2)): /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/1.8/net/http.rb:560:in `initialize'

Re: [gitorious] Gitorious supports OpenOffice, PDF, MS Office

2012-09-19 Thread Marius Mårnes Mathiesen
On Mon, Sep 17, 2012 at 4:58 AM, ntton188 ntton...@gmail.com wrote: Dear, I want to use Gitorious to track our OpenOffice, PDF, MS Office (WebUI). Is there any way to support these extensions on Gitorious? Thank you in advanced! I'm not sure what kind of support you're looking for. There

Re: [gitorious] LDAP issue

2012-09-19 Thread Marius Mårnes Mathiesen
On Mon, Sep 17, 2012 at 7:55 AM, Eugene Zheganin zhega...@gmail.com wrote: Hi. I'm trying to connect gitorious to LDAP too. I have a working LDAP server running slapd. My gitorious config: production: disable_default: true methods: - adapter:

Re: [gitorious] LDAP authentication with short user names

2012-09-19 Thread Marius Mårnes Mathiesen
On Mon, Sep 17, 2012 at 9:16 AM, Andreas Fischer make.fisc...@googlemail.com wrote: Hi all, we finally have successfully setup a gitorious server with LDAP integration. It all works well if the user name is longer than 2 characters. Unfortunately most of our LDAP login names are the

Re: [gitorious] Remote just hung up

2012-09-14 Thread Marius Mårnes Mathiesen
On Fri, Sep 14, 2012 at 12:56 PM, Selva Kumar gang.of.convi...@gmail.comwrote: I tried to publish my changes. but it throws this error?? is it just me experiencing this problem??? ==

Re: [gitorious] Gitorious LDAP error

2012-09-13 Thread Marius Mårnes Mathiesen
On Wed, Sep 12, 2012 at 5:47 AM, Chris Reffett cmreff...@gmail.com wrote: Howdy all, I'm running a gitorious setup that auths against an ldap server and should be creating accounts for new users who log in and correctly auth against LDAP. This stopped working after a recent git update

Re: [gitorious] Git SSH Clone error

2012-09-11 Thread Marius Mårnes Mathiesen
abstraction of locating the repositories on disk in a class that was not loaded in SSH sessions. -- Vennlig hilsen / Best regards Marius Mårnes Mathiesen zmalltal...@zmalltalker.com / (+47) 92 60 95 38 -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from

Re: [gitorious] Setup Issues on SuSE 10.3

2012-09-11 Thread Marius Mårnes Mathiesen
On Wed, Aug 29, 2012 at 10:40 PM, Scott Allen sallend...@gmail.com wrote: I am in the process of setting up gitorious on SuSE 10.3. I think I have most everything working. I can login, create project, create repositories, clone via ssh and git, but when I try and push, I get the following

Re: [gitorious] git clone https://git.git. url problem.

2012-09-11 Thread Marius Mårnes Mathiesen
On Thu, Aug 30, 2012 at 2:01 PM, Tord Kristensen tor...@gmail.com wrote: Cloning this repository: git clone https://git.git.mydomain.tdl/ Why is the url git.git? it is config to be git.mydomain.tdl.. Gitorious recognizes git-over-http requests by the subdomain used in the request, which is

Re: [gitorious] Errors with scripts/console

2012-09-11 Thread Marius Mårnes Mathiesen
On Tue, Aug 21, 2012 at 7:25 PM, Devon Richards botball.de...@gmail.comwrote: Is there some command I can run to check that? There are a few Rake tasks (rake diagnostics:healthy and rake diagnostics:summary) that summarize how your server is doing. Cheers, - Marius -- To post to this group,

Re: [gitorious] Re: How to run git-proxy on reboot.

2012-09-11 Thread Marius Mårnes Mathiesen
On Fri, Aug 17, 2012 at 6:25 PM, Austin Montgomery montg...@gmail.comwrote: So I have come up with a solution. I added the following line to my git users crontab and it has the git-proxy up and running without a hitch on reboot. * * * * * cd /var/www/gitorious env RAILS_ENV=production

Re: [gitorious] Re: Tests fail

2012-08-03 Thread Marius Mårnes Mathiesen
On Fri, Aug 3, 2012 at 11:03 AM, Carlos cmu...@gmail.com wrote: Possibly related: It appears that gitorious includes a locked down activesupport 2.3.5 in vendor/rails. I have the activesupport 3.2.7 installed from gems. Is this a problem? Carlos, Gitorious uses a vendored version of

Re: [gitorious] Gitorious Versioning

2012-08-03 Thread Marius Mårnes Mathiesen
On Thu, Aug 2, 2012 at 3:37 AM, Ken Dreyer ktdre...@ktdreyer.com wrote: On Wed, Aug 1, 2012 at 4:17 AM, dpwrussell r...@dpwrussell.com wrote: I see that there is the concept of versioning for some time now in Gitorious, but all the installation instructions I have seen involve a checkout

Re: [gitorious] Gitorious Versioning

2012-08-03 Thread Marius Mårnes Mathiesen
On Thu, Aug 2, 2012 at 3:37 AM, Ken Dreyer ktdre...@ktdreyer.com wrote: Speaking as a packager, even if we didn't have backports and multiple supported branches, it would be cool if Gitorious AS cut new versions a bit more often. If that were the case, who knows, we might get a step closer to

Re: [gitorious] Re: message queue : preferred or recommended choices?

2012-08-03 Thread Marius Mårnes Mathiesen
On Thu, Aug 2, 2012 at 8:29 PM, Carlos cmu...@gmail.com wrote: I see the options have expanded to include resque and what appears to be a lightweight synchronous messaging mode. I'm really not interested in sync. I wonder if anyone can offer some general advice on picking resque versus

Re: [gitorious] Re: LDAP Authentication

2012-07-31 Thread Marius Mårnes Mathiesen
-- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to gitorious+unsubscr...@googlegroups.com -- Marius Mårnes Mathiesen Gitorious Tel.: (+47) 92 60 95 38. http://gitorious.com/ -- To post to this group, send email to gitorious

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,

Re: [gitorious] Gerrit Code Review

2012-07-27 Thread Marius Mårnes Mathiesen
or installed Gerrit with Gitorious? Do they know some step by step for do it? Thanks and regards, -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to gitorious+unsubscr...@googlegroups.com -- Marius Mårnes Mathiesen Rubyist

Re: [gitorious] Fork/clone foreign repositories

2012-07-24 Thread Marius Mårnes Mathiesen
On Mon, Jul 23, 2012 at 9:56 AM, cweiske cwei...@cweiske.de wrote: Hi, I'd like to be able to fork/clone a remote repository that is not hosted on the gitorious instance I'm currently using. Technically, the most easy implementation is to give the user a Remote git URL text field which he

Re: [gitorious] git-daemon hangs every few days

2012-07-20 Thread Marius Mårnes Mathiesen
On Tue, Jul 17, 2012 at 12:48 PM, sriharsha.hs sriharsha...@gmail.comwrote: Hi, I have local install of gitorious v2.2.1 running on Ubuntu 11.10, I have noticed that the git-daemon hangs after every few days. When ever some one tries to access the repository using git url will get

Re: [gitorious] using GitHub's API

2012-07-20 Thread Marius Mårnes Mathiesen
On Tue, Jul 17, 2012 at 11:26 PM, Ken Dreyer ktdre...@ktdreyer.com wrote: Would there be any problems with copying / reimplementing GitHub's API in Gitorious? Now that the US courts have decided that APIs are not copyrightable (Oracle vs Google) this should be smooth sailing :-) There are

Re: [gitorious] gitorious on synology nas

2012-07-20 Thread Marius Mårnes Mathiesen
On Wed, Jul 18, 2012 at 2:44 PM, Yngve Inntjore Levinsen yngve.levin...@gmail.com wrote: Hi, I was wondering if anyone have tried (or succeeded in) installing gitorious on a Synology (NAS) server? With the upgrade to DSM 4.0, they have opened for 3rd party apps to be installed with ease.

Re: [gitorious] Re: Can not push to the repositories on self hosting

2012-07-20 Thread Marius Mårnes Mathiesen
On Thu, Jul 19, 2012 at 10:26 AM, mart martve...@gmail.com wrote: While searching for similar problem, I found people saying it was related to the ssh key. I don't know if it is the problem but $ ssh g...@git.server.com works fine on me. I have put the public key in

Re: [gitorious] Self-hosted - slow and unresponsive, taking 100% CPU time

2012-07-17 Thread Marius Mårnes Mathiesen
? -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to gitorious+unsubscr...@googlegroups.com -- Marius Mårnes Mathiesen Rubyist, Shortcut AS Tel.: (+47) 92 60 95 38. http://shortcut.no -- To post to this group, send email

Re: [gitorious] how do I get a local copy of a repository directory?

2012-07-10 Thread Marius Mårnes Mathiesen
On Tue, Jul 10, 2012 at 1:29 AM, ultraman94568 ultraman94...@gmail.comwrote: Hi, I want to get a local copy of the following repository on my computer: https://qt.gitorious.org/qt-solutions/qt-solutions/trees/master/qtwinmigrate How do I do that? You'll need to clone the entire repo:

Re: [gitorious] Moving Gitorious to a new server

2012-07-10 Thread Marius Mårnes Mathiesen
On Fri, Jul 6, 2012 at 3:56 PM, MNGirl hullstei...@gmail.com wrote: I currently have gitorious installed on a FC7 server and I want to move it to a new server (Centos6.2). What is the best way to do that? I'll be leaving the database on the current server, but moving the

Re: [gitorious] Git clone via HTTP request

2012-07-10 Thread Marius Mårnes Mathiesen
On Thu, Jun 14, 2012 at 11:35 AM, thomas.tre...@gmail.com thomas.tre...@gmail.com wrote: Hello everyone, I have a new problem for the command git clone https://... When I tried to clone my project with TortoiseGit, I had this error :

Re: [gitorious] Getting error while creating a new project on Gitorious (gitorious installed at my local machine)

2012-07-10 Thread Marius Mårnes Mathiesen
On Tue, Jul 10, 2012 at 3:12 PM, mahima.agar...@accenture.com wrote: Hi, I am able to successfully install Gitorious at my local machine. But when I am trying to create a new project it gives me the following error: ** ** Error: ** ** ActiveRecord::StatementInvalid in

Re: [gitorious] Installing Gitorious Project Locally on Windows 7 Operating System

2012-06-01 Thread Marius Mårnes Mathiesen
On Fri, Jun 1, 2012 at 8:36 AM, Thomas Kjeldahl Nilsson tho...@gitorious.org wrote: if you need to run Gitorious on a windows system you should probably look into running it inside a VirtualBox guest VM, using a linux distro where you can follow one of the existing scripts or installation

Re: [gitorious] Re: password management with auth plugins

2012-06-01 Thread Marius Mårnes Mathiesen
On Thu, May 31, 2012 at 7:46 PM, Ken Dreyer ktdre...@ktdreyer.com wrote: On Thu, May 24, 2012 at 7:13 AM, Ken Dreyer ktdre...@ktdreyer.com wrote: On Thu, May 24, 2012 at 3:57 AM, Marius Mårnes Mathiesen marius.mathie...@gmail.com wrote: That's an elegant solution. Would you mind sending

Re: [gitorious] Re: password management with auth plugins

2012-05-24 Thread Marius Mårnes Mathiesen
+unsubscr...@googlegroups.com -- Marius Mårnes Mathiesen Rubyist, Shortcut AS Tel.: (+47) 92 60 95 38. http://shortcut.no -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to gitorious+unsubscr...@googlegroups.com

Re: [gitorious] Cannot create repositories

2012-05-24 Thread Marius Mårnes Mathiesen
On Tue, May 22, 2012 at 11:43 PM, Daniel Baulig daniel.bau...@gmx.dewrote: I am having problems with my gitorious installation. It used to work flawlessly, but now I am havong troubles creating or cloning repositories. I recently updated packages on my machine, this might be related to it.

[gitorious] Fwd: Gitorious, can't create project

2012-05-18 Thread Marius Mårnes Mathiesen
Olivier, I'm forwarding your email to the Gitorious mailing list. - Marius -- Forwarded message -- From: olivier jordan Date: Wed, May 16, 2012 at 10:21 AM Subject: Gitorious, can't create project To: marius.mathie...@gmail.com Hi, I have a problem. I can go to Gitorious on

Re: [gitorious] Simple Web Hooks Question / Problem...

2012-05-15 Thread Marius Mårnes Mathiesen
On Mon, May 14, 2012 at 8:42 PM, Phil Beiler phil.bei...@gmail.com wrote: I followed the simple directions ( https://gitorious.org/gitorious/pages/WebHooks) but am not having much success... Running a local install of Gitorious on Redhat... fundamentally working fine... installed about 1

Re: [gitorious] [LDAP] Problem with running LDAP test connection script

2012-05-11 Thread Marius Mårnes Mathiesen
On Fri, May 11, 2012 at 1:00 PM, Lou Allen UySison lou.uysi...@gmail.comwrote: Hi, I'm trying to use LDAP for our authentication with gitorious. I'm getting this error: script/test_ldap_connection:12: uninitialized constant Gitorious (NameError) I've already set the RAILS_ENV to

Re: [gitorious] Error when pushing (self build server)

2012-05-03 Thread Marius Mårnes Mathiesen
or a bug in code? Thanks. BTW: I pushed my files as a normal user, not Admin. -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to gitorious+unsubscr...@googlegroups.com -- Marius Mårnes Mathiesen Rubyist, Shortcut AS Tel.: (+47) 92

Re: [gitorious] Kerberos authentication

2012-05-03 Thread Marius Mårnes Mathiesen
On Wed, May 2, 2012 at 5:33 AM, Ken Dreyer ktdre...@ktdreyer.com wrote: On Mon, Apr 23, 2012 at 9:20 AM, Ken Dreyer ktdre...@ktdreyer.com wrote: Both patches are attached, rebased against current master (430eb2bda). Please let me know if these look ok :) Gitorious devs, If my approach

Re: [gitorious] Update Git version to 1.7.x

2012-04-27 Thread Marius Mårnes Mathiesen
On Mon, Apr 23, 2012 at 3:02 PM, john malc dimitrije...@gmail.com wrote: Hi, guys. gitorious is really great, better than github in term os easy use (and that you are in EU). But may i have a little question ? It is https://gitorious.org/about/faqwritten here, that you use 1.6.x. For * me

Re: [gitorious] fatal: The remote end hung up unexpectedly

2012-04-17 Thread Marius Mårnes Mathiesen
On Tue, Apr 17, 2012 at 11:59 AM, Sebastian August sebastain.augus...@gmail.com wrote: Hi I'm trying to do my first push to a repo in a private install of gitorious. I normally log into the host server with ssh without password using RSA private/public keys. But when I try to use RSA keys

Re: [gitorious] Inline Comments Needed

2012-04-13 Thread Marius Mårnes Mathiesen
implement merge request branch to branch that it has inline comments as well. Thanks, Jay -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to gitorious+unsubscr...@googlegroups.com -- Marius Mårnes Mathiesen Rubyist, Shortcut

Re: [gitorious] Gitorious local install - how to configure Clone push URL

2012-04-12 Thread Marius Mårnes Mathiesen
it shows up as: https://git.gitorious/server-sent-events/server-sent-events.git Is there anywhere else that it could be getting this URL from? Thank you -- Srđan Đukić On 3 April 2012 21:28, Marius Mårnes Mathiesen marius.mathie...@gmail.com wrote: On Mon, Apr 2, 2012 at 4:49 AM, Srdan Dukic

Re: [gitorious] Gitorious local install attempting to write ssh keys to /home/root/.ssh/authorized_keys

2012-04-12 Thread Marius Mårnes Mathiesen
On Fri, Apr 6, 2012 at 1:46 PM, Kelketek Titikilik Rritaa kelke...@gmail.com wrote: There should be a setting in your config/gitorious.yaml file concerning which user is being used. You may also need to specifically specify the home environment variable in environment.rb with a line like:

Re: [gitorious] Merge Requests for Branches

2012-04-12 Thread Marius Mårnes Mathiesen
On Thu, Apr 5, 2012 at 5:43 PM, JayP bosox...@gmail.com wrote: Hi, Any plans of adding merge requests to branches? I think it would be good to at least have the option. Github allows for this so thought it would be a good thing to have since some teams use this as a form of telling other

Re: [gitorious] Inline Comments Needed

2012-04-12 Thread Marius Mårnes Mathiesen
On Thu, Apr 12, 2012 at 2:37 PM, JayP bosox...@gmail.com wrote: It would be nice to have the ability to make inline comments on merge requests as well as directly in the source code. Any chance this could be put in the next release? Jay, Clicking the line numbers in the diff of a merge

Re: [gitorious] Can't get Gitorious to generate Tarballs, or do http cloning

2012-04-03 Thread Marius Mårnes Mathiesen
On Fri, Mar 30, 2012 at 3:03 PM, Kelketek Titikilik Rritaa kelke...@gmail.com wrote: Well, that puts me in a bit of a pickle. I'm not using Apache-- I'm using Cherokee. Now, Cherokee supports X-Sendfile, but not when acting as a reverse proxy configuration (Gitorious is running on Webrick,

Re: [gitorious] Re: Trouble logging in or creating a user - need help?

2012-04-03 Thread Marius Mårnes Mathiesen
On Sun, Apr 1, 2012 at 6:00 PM, sbinev sbi...@gmail.com wrote: I have the exact same problem. Did you find out how to fix it? You need to use the same hostname in the browser as you've configured in gitorious.yml. - Marius -- To post to this group, send email to gitorious@googlegroups.com

Re: [gitorious] Gitorious local install - how to configure Clone push URL

2012-04-03 Thread Marius Mårnes Mathiesen
On Mon, Apr 2, 2012 at 4:49 AM, Srdan Dukic srdan.du...@gmail.com wrote: Hi, I have a local install of Gitorious, which I've inherited after someone else set it up. I've got a user that's complaining that the URL displayed under /server-sent-events is incorrect. It is:

Re: [gitorious] Git Push through HTTP

2012-03-30 Thread Marius Mårnes Mathiesen
supports git push through https? Thanks -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to gitorious+unsubscr...@googlegroups.com -- Marius Mårnes Mathiesen Rubyist, Shortcut AS Tel.: (+47) 92 60 95 38. http://shortcut.no

Re: [gitorious] ping from the issue tracker: OCaml syntax highlighting does not work properly

2012-03-30 Thread Marius Mårnes Mathiesen
On Wed, Mar 21, 2012 at 11:32 AM, gasche gabriel.sche...@gmail.com wrote: I posted an issue on the tracker some days ago, but got no answer so far, hence the gentle ping here: https://issues.gitorious.org/**issues/85https://issues.gitorious.org/issues/85 This issue was set to In Progress

Re: [gitorious] Can't get Gitorious to generate Tarballs, or do http cloning

2012-03-30 Thread Marius Mårnes Mathiesen
in advance! -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to gitorious+unsubscr...@googlegroups.com -- Marius Mårnes Mathiesen Rubyist, Shortcut AS Tel.: (+47) 92 60 95 38. http://shortcut.no -- To post to this group, send

[gitorious] Easy setup using Foreman

2012-03-30 Thread Marius Mårnes Mathiesen
Hi all, I just pushed a few commits that lets you start/stop several Gitorious components in one go using the Foreman gem: https://gitorious.org/gitorious/mainline/commit/b5e030c17aef3ced4377f665a95788b24707c815 The commit message really says all there is to be said, have a look! Cheers, -

[gitorious] New Gitorious version

2012-01-24 Thread Marius Mårnes Mathiesen
Hi all, We just pushed a new version of Gitorious, v2.1.1. It is a patch release, so no special procedures are required, apart from merging the latest tag (v2.1.1) and restart your web app - as described on the wiki: https://gitorious.org/gitorious/pages/Versioning We highly recommend that you

Re: [gitorious] Missing tag 2.1.0 in mainline?

2011-10-21 Thread Marius Mårnes Mathiesen
On Fri, Oct 21, 2011 at 11:32 AM, Wari Wahab wari.wa...@gmail.com wrote: Talk about the update, this totally borked my install: Which update is that - we didn't push a tag? * One of the modules require gem 1.8.11 * will_paginate version 3.x is install but 2.3.x is compatible with rails

Re: [gitorious] Missing tag 2.1.0 in mainline?

2011-10-21 Thread Marius Mårnes Mathiesen
On Fri, Oct 21, 2011 at 12:38 PM, Wari Wahab wari.wa...@gmail.com wrote: ** YES! My bad! Thanks for the clue :) Worked again for me. Ah, great! PS: Are you going to incorporate Martin's work with authenticated bind? Or at least allow non encrypted LDAP queries. I had to change

Re: [gitorious] Re: all.js and javascript issues

2011-10-20 Thread Marius Mårnes Mathiesen
On Thu, Oct 20, 2011 at 3:52 PM, leem leemmccorm...@gmail.com wrote: Managed to fix it using an obviously related problem in another thread. For reference: run as su on /var/www/gitorious git submodule init git submodule update We also just added a rake task that removes generated

Re: [gitorious] Error trying to view diff on a merge request page

2011-10-20 Thread Marius Mårnes Mathiesen
On Thu, Oct 20, 2011 at 10:36 AM, Wari Wahab wari.wa...@gmail.com wrote: I'm testing a merge request feature on a test repository, and the merge request page, failed to display the diff, but it does show the comments, and other details properly. I can view the diff fine if I clicked on the

Re: [gitorious] LDAP: bind with authentication

2011-10-18 Thread Marius Mårnes Mathiesen
On Mon, Oct 17, 2011 at 2:10 PM, Wiz of Id trumbi...@gmail.com wrote: On Friday, October 14, 2011 3:39:07 PM UTC+2, Wiz of Id wrote: On Fri, Oct 14, 2011 at 3:32 PM, Marius Mårnes Mathiesen marius.m...@gmail.com wrote: On Fri, Oct 14, 2011 at 3:10 PM, Wiz of Id trum...@gmail.com wrote

Re: Re: Re: [gitorious] Git Url doesn't use project slug

2011-10-18 Thread Marius Mårnes Mathiesen
On Mon, Oct 17, 2011 at 1:47 PM, olivier.keshav...@gmail.com wrote: it is skriva/skri*f*a-gitorious-wiki.git should be skriva/skri*v*a-gitorious-wiki.git (I created a Skrifa project, and then renamed it to Skriva, changing the slug from skrifa to skriva) OK, so it's the project slug part

Re: Re: Re: [gitorious] Git Url doesn't use project slug

2011-10-18 Thread Marius Mårnes Mathiesen
On Tue, Oct 18, 2011 at 12:48 PM, Olivier Keshavjee olivier.keshav...@gmail.com wrote: Yes please, Done: https://gitorious.org/skriva/pages/git_access ! - M -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to

Re: Re: [gitorious] Git Url doesn't use project slug

2011-10-17 Thread Marius Mårnes Mathiesen
On Mon, Oct 17, 2011 at 12:19 PM, olivier.keshav...@gmail.com wrote: Here it is: https://gitorious.org/skriva Olivier, The wiki URL seems to use the current project slug (g...@gitorious.org: skriva/skrifa-gitorious-wiki.git)? - M -- To post to this group, send email to

Re: [gitorious] LDAP Authentication wiki

2011-10-14 Thread Marius Mårnes Mathiesen
On Fri, Oct 14, 2011 at 12:24 PM, IronMania ironmani...@googlemail.comwrote: Hi, I set up my gitorious to atuhenticate agains our LDAP server. So I fallowed the wiki page: https://gitorious.org/gitorious/pages/LdapIntegration and hopefully putt in everything correct in my

Re: [gitorious] LDAP: bind with authentication

2011-10-14 Thread Marius Mårnes Mathiesen
On Fri, Oct 14, 2011 at 3:10 PM, Wiz of Id trumbi...@gmail.com wrote: Hello, is there any plan to have authenticated bind? I was really excited about the oh-so-wanted feature about LDAP integration in Gitorious... just to found nowhere in the configuration file any hints of binding other

Re: [gitorious] wiki automatically using install/readme files?

2011-10-13 Thread Marius Mårnes Mathiesen
On Wed, Oct 12, 2011 at 5:57 PM, Yngve Inntjore Levinsen yngve.levin...@gmail.com wrote: An idea suddenly dawned on me, would it be somehow possible to implement that the Wiki pages automatically imports the stuff from the README.txt/INSTALL.txt that many have in their projects? Would that be

Re: [gitorious] Can't clone or push with SSH on my local install

2011-10-13 Thread Marius Mårnes Mathiesen
On Fri, Oct 7, 2011 at 9:31 PM, Klaus Silveira klaussilve...@gmail.comwrote: I have installed Gitorious on a Debian Squeeze machine using a few chef-solo cookbooks https://github.com/rosenfeld/gitorious-cookbooks. Everything is working perfectly, except for cloning or pushing repositories. I

Re: [gitorious] infinite loop - connect failed

2011-10-13 Thread Marius Mårnes Mathiesen
On Wed, Oct 12, 2011 at 12:08 AM, lukas psychol...@gmail.com wrote: Hello, I'm trying to install gitorious on my server. I basically follower this tutorial: http://cjohansen.no/en/ruby/setting_up_gitorious_on_your_own_server . My server is running Ubuntu 10.10. Now, everything looks fine.

Re: Re: [gitorious] wiki automatically using install/readme files?

2011-10-13 Thread Marius Mårnes Mathiesen
On Thu, Oct 13, 2011 at 3:39 PM, Yngve Inntjore Levinsen yngve.levin...@gmail.com wrote: Exactly what I mean is a bit unclear to me as well. Yes I know wikis are project-wide, but perhaps each project could have one repository defined as main repository, by default the first repository

Re: [gitorious] Fwd: New message: hi

2011-10-06 Thread Marius Mårnes Mathiesen
@googlegroups.com To unsubscribe from this group, send email to gitorious+unsubscr...@googlegroups.com -- Marius Mårnes Mathiesen Rubyist, Shortcut AS Tel.: (+47) 92 60 95 38. http://shortcut.no -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send

Re: [gitorious] Re: Assistance with gitorious build DEC-2010

2011-10-03 Thread Marius Mårnes Mathiesen
On Fri, Sep 30, 2011 at 5:52 PM, mengesb meng...@gmail.com wrote: I indeed have tried to run the Bundler install from the gitorious root directory (in our case, /var/www/gitorious) and that is the error message I get back. I see the .git repo there for gitorious; but perhaps this was ran

Re: [gitorious] Assistance with gitorious build DEC-2010

2011-09-30 Thread Marius Mårnes Mathiesen
On Thu, Sep 29, 2011 at 8:19 PM, mengesb meng...@gmail.com wrote: Needless to say this is somewhat frustrating. I tried to upgrade, following the wiki instructions it said to install bundler ... this is also not successful. error message: Could not locate Gemfile, despite it saying it

Re: [gitorious] unable to start git-daemon service

2011-09-27 Thread Marius Mårnes Mathiesen
On Mon, Sep 26, 2011 at 7:42 PM, Vishnu Pradeep intermedia.vis...@gmail.com wrote: Gem::SourceIndex#add_spec called from /usr/local/lib/site_ruby/1.8/rubygems/source_index.rb:127. NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after

Re: [gitorious] Unable to push to Gitorious, even though my SSH key is on the server.

2011-09-15 Thread Marius Mårnes Mathiesen
On Fri, Sep 16, 2011 at 6:08 AM, Karl Fogel kfo...@red-bean.com wrote: I'm unable to push to Gitorious, even though my SSH key is on the server. This transcript paste shows the error in detail: http://paste.lisp.org/display/124651 Karl, Just looked at the IRC transcript now - seems you were

Re: [gitorious] XSS vuln.

2011-09-13 Thread Marius Mårnes Mathiesen
On Mon, Sep 12, 2011 at 4:20 PM, Rodrigo Rosenfeld Rosas rr.ro...@gmail.com wrote: ** Em 12-09-2011 09:29, Marius Mårnes Mathiesen escreveu: On Sat, Sep 17, 2011 at 6:24 PM, Yousha Aleayoub yousha@gmail.comwrote: Hi, Checkout commit to fix it ;) https://gitorious.org/~admin?page

Re: [gitorious] Company/organization contributions

2011-09-12 Thread Marius Mårnes Mathiesen
On Wed, Sep 7, 2011 at 7:42 PM, YPY yousha@gmail.com wrote: Hi, My colleagues and I think it would be really cool if it was possible to have company profiles(multi developer) in addition to developer profiles we have now. Would this be similar to the Teams feature Gitorious has today?

Re: [gitorious] Re: Embedding images into Gitorious Wiki

2011-09-12 Thread Marius Mårnes Mathiesen
On Wed, Sep 7, 2011 at 6:28 PM, Chris cbain...@gmail.com wrote: Thanks for fixing this. Is there a way of linking to images that are included in the wiki git repo? Hosting them with the wiki just makes sense. Great idea, but I don't think that would work (yet) - the wiki UI will only handle

Re: [gitorious] relative_url_path question

2011-09-12 Thread Marius Mårnes Mathiesen
On Fri, Sep 9, 2011 at 5:29 AM, Tomoya KABE kabet.a...@gmail.com wrote: Hello, I am a newbie user of Gitorious. I have a trouble on using relative_url_path configuration and need your help. I set up Gitorious on my private server and I think it is good Gitorious web root be

Re: [gitorious] unable to clone - The remote end hung up unexpectedly

2011-09-06 Thread Marius Mårnes Mathiesen
On Tue, Sep 6, 2011 at 10:15 AM, Luke l...@zork.pl wrote: Hi, I am not able to clone QT branch repository from gitorious. Transfer drops to 4KiB and after that I get: Cloning into wkhtmltopdf-qt... remote: Counting objects: 468050, done. remote: Compressing objects: 100% (127250/127250),

Re: [gitorious] OpenID integration tests for Gitorious

2011-09-02 Thread Marius Mårnes Mathiesen
On Thu, Sep 1, 2011 at 3:46 PM, Rodrigo Rosenfeld Rosas rr.ro...@gmail.comwrote: ** Em 01-09-2011 10:20, Rodrigo Rosenfeld Rosas escreveu: Ok, my fault here. I thought HUP was the Ctrl+C :P I'll try INT then. That worked. Cool! The problem with this is that I lose control over the

Re: [gitorious] OpenID integration tests for Gitorious

2011-09-01 Thread Marius Mårnes Mathiesen
On Wed, Aug 31, 2011 at 4:51 PM, Rodrigo Rosenfeld Rosas rr.ro...@gmail.com wrote: ** Em 31-08-2011 11:15, Marius Mårnes Mathiesen escreveu: - Is it necessary to kill with the KILL signal when stopping the Rots server (slow_tests.rake line 15)? That wasn't my first trial. I tried HUP

Re: [gitorious] Embedding images into Gitorious Wiki

2011-08-31 Thread Marius Mårnes Mathiesen
On Wed, Aug 31, 2011 at 2:31 PM, Andrey Nechypurenko andreyn...@googlemail.com wrote: I can not imagine that it is not possible since it could be very useful to show some drawings explaining system architecture, presenting screenshots or whatever else. I hope that it is just me was unable to

Re: [gitorious] OpenID integration tests for Gitorious

2011-08-31 Thread Marius Mårnes Mathiesen
On Tue, Aug 30, 2011 at 9:56 PM, Rodrigo Rosenfeld Rosas rr.ro...@gmail.com wrote: ** I've just forced push a rebased version of the branch with some minor extra commits. Please, take a look and let me know what you think. Looks good! A few comments: - Is it necessary to kill with the

Re: [gitorious] OpenID integration tests for Gitorious

2011-08-30 Thread Marius Mårnes Mathiesen
Rodrigo, First of all: sorry for sucking at responding to email here :-/ On Wed, Aug 24, 2011 at 1:12 PM, Rodrigo Rosenfeld Rosas rr.ro...@gmail.com wrote: ** Em 24-08-2011 04:52, Marius Mårnes Mathiesen escreveu: First of all, let me see if I get this right: you're proposing to merge

Re: [gitorious] OpenID integration tests for Gitorious

2011-08-30 Thread Marius Mårnes Mathiesen
On Tue, Aug 30, 2011 at 1:04 PM, Rodrigo Rosenfeld Rosas rr.ro...@gmail.com wrote: ** Would you prefer to have an slow-integration extra directory so that a rake test would skip those tests and we wouldn't run it that often? That way I could write a test-slow rake task for running those

Re: [gitorious] OpenID integration tests for Gitorious

2011-08-24 Thread Marius Mårnes Mathiesen
On Thu, Aug 18, 2011 at 2:57 AM, Rodrigo Rosenfeld Rosas rr.ro...@gmail.com wrote: The problem is that now the integrations will take 10s more to complete here (the other 2 completed in less than a second). But integration tests are supposed to be slower anyway ;) First of all: adding

Re: [gitorious] Re: Access denied or wrong repository path

2011-08-24 Thread Marius Mårnes Mathiesen
On Wed, Aug 24, 2011 at 9:01 AM, Aleksej Nesterow aleks.neste...@gmail.comwrote: OK, I did setup an A record on our name server for git.myserver.com and then deployed gitorious to Apache2 via Passenger. And now it works, at least, using SSH URL. I can clone and push back. This is great. But

Re: [gitorious] Using for packaging storage

2011-08-17 Thread Marius Mårnes Mathiesen
On Tue, Aug 16, 2011 at 7:29 PM, ndowens ndowen...@gmail.com wrote: I am wondering if I am allowed to use this service to host SRPMs and SPEC files that I have created for Fedora Linux? A SRPM is the source version of a RPM package and SPECS are text files that are used in order to create a

Re: [gitorious] Grant Admin rights to multiple users

2011-08-17 Thread Marius Mårnes Mathiesen
On Tue, Aug 16, 2011 at 6:01 PM, Drew Sudell andrew.sud...@navteq.comwrote: Is it possible to have multiple admins? There doesn't seem to be a way to grant admin rights to a user. I suppose I could simply update the database and set is_admin = 1 where login = 'whatever'. But I thought I

Re: [gitorious] Re: Logging in is not working.

2011-08-16 Thread Marius Mårnes Mathiesen
On Wed, Aug 17, 2011 at 12:12 AM, Jon la Cour j...@lacour.me wrote: It seems to be all correctly formatted, here it is though. http://pastebin.com/Y72U0eFt Jon, I just added your file into my dev machine and tried triggering the error you're seeing (WARNING: Invalid request host...). This is

Re: [gitorious] Hooking Gitorious up to an LDAP server

2011-08-16 Thread Marius Mårnes Mathiesen
On Tue, Aug 16, 2011 at 11:53 PM, haydenm...@yahoo.com haydenm...@yahoo.com wrote: I'm setting up Gitorious internally within a company. We need to hook up Gitorious to LDAP. I know this problem has been raised several times. I'm just looking for some additional information, if there is any

Re: [gitorious] Dependencies for pure git access?

2011-08-15 Thread Marius Mårnes Mathiesen
On Thu, Aug 11, 2011 at 11:19 PM, John Bachir johnjosephbac...@gmail.comwrote: Total newbie question: what are the dependencies for git repo access via ssh? By this I mean, is there anything in the gitorious stack that is needed to be running in order to push and pull to g...@example.com:... ?

Re: [gitorious] Re: Mysql::Error: Lock wait timeout exceeded on create/delete ssh key and repo

2011-08-15 Thread Marius Mårnes Mathiesen
On Fri, Aug 12, 2011 at 7:16 AM, Priyadarshi Lahiri ad...@priyolahiri.co.cc wrote: I'm having the same problem. Activemq is running. Git daemon and poller are running. Just waits when I add or delete keys. Here's the log: There seems to be a transaction timeout from your MySQL server - is

Re: [gitorious] Re: Confused About Versioning and Upgrading

2011-08-11 Thread Marius Mårnes Mathiesen
On Wed, Aug 10, 2011 at 8:24 PM, Drew d...@venarc.com wrote: So the safe approach would be not to pull from the master unless there's a new tag. Correct? I suppose it depends what you understand by safe, but the answer is probably yes. Whenever we create a tag, it signifies that a piece of

Re: [gitorious] Logging in is not working.

2011-08-10 Thread Marius Mårnes Mathiesen
On Tue, Aug 9, 2011 at 8:17 PM, Jon la Cour j...@lacour.me wrote: In the production.log file the only error is The specified gitorious_host is reserved in Gitorious. On the wiki it says that Gitorious reserves git.* for git cloning. Would that at all effect the login issue, or is it more

Re: [gitorious] Successfully installed, but cannot log in

2011-08-05 Thread Marius Mårnes Mathiesen
On Fri, Aug 5, 2011 at 12:42 AM, haydenm...@yahoo.com haydenm...@yahoo.comwrote: If it matters, I'm accessing this Gitorious install via the machine's IP address, but I have set gitorious_host in gitorious.yml to the IP address. I think you should use a non-numeric address, try adding one to

Re: [gitorious] Re: Confused About Versioning and Upgrading

2011-08-02 Thread Marius Mårnes Mathiesen
On Tue, Aug 2, 2011 at 12:12 AM, Drew d...@venarc.com wrote: When I run git tag, I get: 20110110-1 loba-loba v2.0.0 Seems like the only version tag you guys have is v2.0.0 on git://gitorious.org/gitorious/mainline.git So you guys are not following the versioning scheme yet? How can there

Re: [gitorious] Help for newbie on upgrade

2011-08-01 Thread Marius Mårnes Mathiesen
On Fri, Jul 29, 2011 at 7:19 PM, Areva arevafield...@gmail.com wrote: Apparently I really have no clue on the upgrade. The site will not upgrade using git fetch as stated in the wiki for upgrade, says on the merge does not point to commit. Hmm, this doesn't seem right - which URL are you

Re: [gitorious] List of rogue IP addresses

2011-07-25 Thread Marius Mårnes Mathiesen
On Wed, Jul 20, 2011 at 10:13 PM, Dejan Tolj dej...@gmail.com wrote: When I try to load my gitorious page I see a list of rogue IP addresses going out from the server to the internet. What are they and why is it trying to do that? Hi, The Gitorious *server* should not connect to any external

<    1   2   3   4   5   >