Re: [gitorious] Need help to perform a Maven release with Jenkins and Gitorious

2012-11-23 Thread Wari Wahab
ssh: connect to host gitserver.com port 22: Connection refused fatal: The remote end hung up unexpectedly This seems to be the main issue, can you ssh from the jenkins machine to the gitorious system? Fix that first. On Wed, Nov 21, 2012 at 7:32 PM, Luís António Câmara Ribeiro

Re: [gitorious] Re: Dolt repo browser 0.4.0 available

2012-10-04 Thread Wari Wahab
Dolt does not seem to support cucumber features, as well as scripts that does not have an extension, and starts with #!/usr/bin/env ruby for example. -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to

Re: [gitorious] Re: Dolt repo browser 0.4.0 available

2012-10-04 Thread Wari Wahab
I was about to test submodules later in the day. Kudos to adding that support before I can come around to it. The feature file is a simple text file: features/myfeature.feature - Feature: I want moolah In order to be rich As a poor old lad I need to rob a bank Scenario: Grab

Re: [gitorious] Re: Dolt repo browser 0.4.0 available

2012-10-04 Thread Wari Wahab
chance you can share the repo that caused the crash? Christian On Thu, Oct 4, 2012 at 11:10 AM, Wari Wahab wari.wa...@gmail.com wrote: I was about to test submodules later in the day. Kudos to adding that support before I can come around to it. The feature file is a simple text file

Re: [gitorious] Re: Dolt repo browser 0.4.0 available

2012-10-04 Thread Wari Wahab
I have a directory of repositories, deleted showoff, and git clone it again, and from that directory (not showoff). I do a `dolt .`, and clicked on showoff link. What I see is the circular wait thingy, and the stake trace.is similar to the earlier one: Thin web server (v1.5.0 codename Knife)

Re: [gitorious] Gitorious Menu with permissions issue

2012-06-06 Thread Wari Wahab
I can confirm this issue. Changing the owner to a group will cause gitorious to behave strangely. The only way to fix it is to dive in to the database and manually edit the entry. On Jun 6, 2012 8:03 PM, Dominick Rivard dominick.riv...@gmail.com wrote: Thanks for the reply. But it is not an

Re: [gitorious] How to reset a gitorious server?

2011-11-08 Thread Wari Wahab
I believe you can start a fresh database, and move out the repositories directory. Provided you already got a working Gitorious install. Then run rake db:create and you're good to go. If you need those repositories, then you can do a mirror clone on them first before wiping them out. Or I'd

Re: [gitorious] tarball download got 'The archive is currently being generated, try again later'

2011-10-28 Thread Wari Wahab
Search the group for Xsendfile, I solved a similar problem.. See http://groups.google.com/group/gitorious/browse_thread/thread/8f1fa3a38368baa2/0fa7f6500cb6c4ee?lnk=gstq=xsendfile#0fa7f6500cb6c4ee On 28/10/2011 02:36, franciscom wrote: Hi: have installed two weeks ago gitoriuos on ubuntu 11.04

Re: [gitorious] Re: LDAP permissions

2011-10-26 Thread Wari Wahab
I'm not sure why you'd want a super secretive source repository, you can always host secret stuff on another server before it's viewable elsewhere (a simple git server setup via ssh keys will do). Anyway, if a person does not have permissions to push to a git repo, he won't have the ability to do

Re: [gitorious] LDAP permissions

2011-10-25 Thread Wari Wahab
1. is there a way to prevent not authorized users of reading the source code? Not sure if this would answer for number 2 or not, but number 1 is possible if you allow 401 authentication in Apache. I've not tested this, so please don't blame me if it totally fails on your side. For example, in

Re: [gitorious] LDAP permissions

2011-10-25 Thread Wari Wahab
Ah yeah, this too. Before ldap authentication, one can create an account to get a look inside the repository. At least with ldap auth configured with no other backends, you can ensure that logins be made by authorized users only. On Wed, Oct 26, 2011 at 1:45 AM, Christian Johansen

Re: [gitorious] Missing tag 2.1.0 in mainline?

2011-10-21 Thread Wari Wahab
Talk about the update, this totally borked my install: * One of the modules require gem 1.8.11 * will_paginate version 3.x is install but 2.3.x is compatible with rails 2.3 * After a bundle update, I can't run this anymore. The error I got: --- Ruby on Rails application could not

Re: [gitorious] Re: LDAP: bind with authentication

2011-10-20 Thread Wari Wahab
On 20/10/2011 14:10, Martin Sandiford wrote: From looking around in the net-ldap code, it looks like one or both of bind_username and/or bind_password need to be nil for this to happen. Do you have bind_username and bind_password set up in your production section of your authentication.yml?

Re: [gitorious] LDAP: bind with authentication

2011-10-19 Thread Wari Wahab
}) +@connection = @connection_type.new({:host = server, :port = port}) connection.auth(username, password) return connection.bind end Yup it's a dumb removal of the encryption parameter, but it works for me at the moment. On 19/10/2011 15:25, Wari Wahab wrote: I gave

Re: [gitorious] Re: LDAP: bind with authentication

2011-10-19 Thread Wari Wahab
Hi Martin, thanks a lot. I've tested the changes you made. On my gitorious install, I got a good login authentication results from a few accounts that I've tested. The test_ldap_connection script still fails on me though. I'm not sure why myself. I believe the dump is from the second bit

[gitorious] Something is wrong with my Dashboard page

2011-10-11 Thread Wari Wahab
Hi there, on a personal Gitorious install, I cannot seem to go to the dashboard page at all. All the other pages are working, repositories, search, etc are all working. I just can't go to the dashboard to add SSH keys, for example. When I log out, everything looks ok as well, until I log in, that

[gitorious] Committer is already a committer to this repository

2011-07-05 Thread Wari Wahab
Just a heads up, not really a problem, when setting up something new, but could be a potential problem. Error I got is: A ActiveRecord::RecordInvalid occurred in projects#update: Validation failed: Committer is already a committer to this repository

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

2011-07-05 Thread Wari Wahab
I'm impressed! One just probably need a bugs branch to get things working and gitorious can look into this and show issues related to the repo (or project if needed). Thanks for the pointer. On 05/07/2011 16:53, Guilhem Bonnefille wrote: 2011/7/5 Christian Johansenchrist...@cjohansen.no: As

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