[Savannah-hackers-public] Re: initial mercurial frontend patch

2008-04-11 Thread Aleix Conchillo Flaqué
K. > I noticed a typo of mine that you reproduced in: > /usr/src/savane/frontend/php/project/admin/editgroupfeatures.php > url_svn_git -> url_git_viewcvs > url_svn_hg -> url_hg_viewcvs > > Remember to fix the copyright notices. You'll need to add > # Copyright

[Savannah-hackers-public] Re: initial mercurial frontend patch

2008-04-11 Thread Aleix Conchillo Flaqué
The patches. savane-copyright.patch0 Description: Binary data savane-hg-db.patch1 Description: Binary data

[Savannah-hackers-public] Re: initial mercurial frontend patch

2008-04-14 Thread Aleix Conchillo Flaqué
On Thu, Apr 10, 2008 at 11:24 PM, Sylvain Beucler <[EMAIL PROTECTED]> wrote: > > - site-wide repositories layout that ease web viewer configuration > (e.g. in ViewVC all repositories are inside one single directory. With > Git there are nested repositories, but there's a repository list to > ma

[Savannah-hackers-public] initial mercurial backend

2008-04-14 Thread Aleix Conchillo Flaqué
I attach the initial Mercurial perl backend and a fix for the git and mercurial sql update scripts. Not a big deal, as it's almost equal to git backend, but I have successfully created a savane mercurial project. Aleix savane-hg-backend.patch Description: Binary data

[Savannah-hackers-public] Re: initial mercurial backend

2008-04-14 Thread Aleix Conchillo Flaqué
Hi again, I have created a github account (I didn't know anywhere else) so you can pull patches from there. git://github.com/aleix/savane-cleanup.git Aleix

[Savannah-hackers-public] Re: initial mercurial frontend patch

2008-04-15 Thread Aleix Conchillo Flaqué
On Thu, Apr 10, 2008 at 11:24 PM, Sylvain Beucler <[EMAIL PROTECTED]> wrote: > > - site-wide repositories layout that ease web viewer configuration > (e.g. in ViewVC all repositories are inside one single directory. With > Git there are nested repositories, but there's a repository list to > ma

[Savannah-hackers-public] initial mercurial backend

2008-04-15 Thread Aleix Conchillo Flaqué
I attach the initial Mercurial perl backend and a fix for the git and mercurial sql update scripts. Not a big deal, as it's almost equal to git backend, but I have successfully created a savane mercurial project. Aleix savane-hg-backend.patch Description: Binary data

[Savannah-hackers-public] mercurial ssh access issues

2008-04-15 Thread Aleix Conchillo Flaqué
Hi, I have been trying the limited Mercurial pull/push access using the hg- ssh script and it works fine. The authorized_keys file must look like this: command="cd /srv/hg/project && hg-ssh . *" ssh-rsa . With "." we solve a single repo and with "*" we also solve multiple subrepos.

Re: [Savannah-hackers-public] Re: initial mercurial frontend patch

2008-04-16 Thread Aleix Conchillo Flaqué
On Tue, Apr 15, 2008 at 9:26 PM, Sylvain Beucler <[EMAIL PROTECTED]> wrote: > > Good. > > Are you sure there isn't a way for hgwebdir to automatically discover > repositories? As the number of repositories will grow, the > configuration file may become big, it will need to be reloaded if we >

Re: [Savannah-hackers-public] mercurial ssh access issues

2008-04-17 Thread Aleix Conchillo Flaqué
On Tue, Apr 15, 2008 at 9:10 PM, Sylvain Beucler <[EMAIL PROTECTED]> wrote: > Hi, > > Good idea. Try to see if you can modify backend/account/sv_membersh.in > in this regard. > > "cd /srv/hg/project" is a good idea, it permits to avoid the /srv/hg > path. Too bad I didn't think of this for SVN

Re: [Savannah-hackers-public] mercurial ssh access issues

2008-04-17 Thread Aleix Conchillo Flaqué
27; > shell is /usr/local/bin/sv_membersh instead of /bin/bash). This works > in other contexts than SSH. > > Note that what you allow in "command=" is also subject to shell > restrictions (that is, to sv_membersh's filters). > > -- > Sylvain > > >

Re: [Savannah-hackers-public] mercurial ssh access issues

2008-04-20 Thread Aleix Conchillo Flaqué
On Thu, Apr 17, 2008 at 11:29 PM, Sylvain Beucler <[EMAIL PROTECTED]> wrote: > Hi, > > Yep, that's right? > I only have six or seven afternoon savane experience, but I think so, at least it makes more sense. :-). The problem was that I did not understand how the sv_membersh was used (see below).

Re: [Savannah-hackers-public] mercurial ssh access issues

2008-04-20 Thread Aleix Conchillo Flaqué
Also, /etc/membersh-conf.pl is missing and sv_membersh complains. I have found a sample in /usr/src/savane/etc. Is it also possible to add it to the image? Thanks. Aleix

Re: [Savannah-hackers-public] mercurial ssh access issues

2008-04-21 Thread Aleix Conchillo Flaqué
contexts than SSH. > > Note that what you allow in "command=" is also subject to shell > restrictions (that is, to sv_membersh's filters). > > -- > Sylvain > > > > On Thu, Apr 17, 2008 at 09:06:38AM +0200, Aleix Conchillo Flaqué wro

Re: [Savannah-hackers-public] mercurial ssh access issues

2008-04-21 Thread Aleix Conchillo Flaqué
On Tue, Apr 22, 2008 at 1:30 AM, Sylvain Beucler <[EMAIL PROTECTED]> wrote: > Hi, > > Apparently everything's fine :) > I merged your branch in the main repository. > Great. > I modified your fix for the authorized_keys==0 issue, by using cleaner > DB functions that I had introduced a while a

Re: [Savannah-hackers-public] mercurial ssh access issues

2008-04-22 Thread Aleix Conchillo Flaqué
Hi, On Tue, Apr 22, 2008 at 9:14 AM, Sylvain Beucler <[EMAIL PROTECTED]> wrote: > > No, I mean, in what user context did this happen? How do you reproduce > the bug? > I do not have the qemu image right here, but I got that error for the admin user who didn't have any configured ssh key. I'll d

[Savannah-hackers-public] Re: Hg usage

2008-06-03 Thread Aleix Conchillo Flaqué
On Tue, Jun 3, 2008 at 8:29 PM, Sylvain Beucler <[EMAIL PROTECTED]> wrote: > Hi Aleix (and others on the list :)), > > To get a comparison about the introduction of Mercurial at Savannah, > the Git introduction was pretty long to catch. After the initial > announcement, nothing happened, but some t

[Savannah-hackers-public] support for repository(ies) contact/description

2008-06-07 Thread Aleix Conchillo Flaqué
Hi, I've started adding support for editing repository contact/description this afternoon. Before I continue adding code, I would like to comment the details. I have created a new database table with the following structure: CREATE TABLE `repository` ( `repo_id` INT( 11 ) NOT NULL auto_increme

Re: [Savannah-hackers-public] support for repository(ies) contact/description

2008-06-09 Thread Aleix Conchillo Flaqué
On Sun, Jun 8, 2008 at 11:27 AM, Sylvain Beucler <[EMAIL PROTECTED]> wrote: > > My main concern is: will this fit all VCSes? Though, maybe we can just > add a separate joined table if a VCS requires additional fields . > > 'contact' is not used by 'bzr' afaics; maybe that field can be just > ignore

Re: [Savannah-hackers-public] Re: savannah svn migration

2008-06-09 Thread Aleix Conchillo Flaqué
May be this might help: http://savannah.gnu.org/maintenance/CvSToSvN On Mon, Jun 9, 2008 at 2:21 PM, Aymeric Moizard <[EMAIL PROTECTED]> wrote: > > Hello, > > I'd like to migrate my cvs to svn. I have enabled "svn" checkbox > in "selected features" of my project on savannah, but don't have > any

[Savannah-hackers-public] Hg UTF-8 support

2008-06-11 Thread Aleix Conchillo Flaqué
Hi, when you setup your Mercurial identify in 'hgrc' you can save it in UTF-8 (C-x RET f in Emacs). The web interface will now display UTF-8 characters properly. Aleix

[Savannah-hackers-public] Re: Accepted mercurial 1.0.1-1~bpo40+1 (source all i386)

2008-06-13 Thread Aleix Conchillo Flaqué
On Jun 13, 2008, at 9:28 AM, Sylvain Beucler wrote: Hi, A new version of hg was backported, and it apparently jumps several releases at once. Do you think it is OK to upgrade? I will try it first and see that everything keeps working. Aleix

[Savannah-hackers-public] Re: Accepted mercurial 1.0.1-1~bpo40+1 (source all i386)

2008-06-13 Thread Aleix Conchillo Flaqué
On Jun 13, 2008, at 9:28 AM, Sylvain Beucler wrote: Hi, A new version of hg was backported, and it apparently jumps several releases at once. Do you think it is OK to upgrade? I've tried it. We now can update to the mod_wsgi version. Also, "ptyhon-pygments" can be installed to allow the h

[Savannah-hackers-public] Re: Accepted mercurial 1.0.1-1~bpo40+1 (source all i386)

2008-06-13 Thread Aleix Conchillo Flaqué
On Fri, Jun 13, 2008 at 12:44 PM, Sylvain Beucler <[EMAIL PROTECTED]> wrote: > On Fri, Jun 13, 2008 at 10:10:11AM +0200, Aleix Conchillo Flaqué wrote: >> >> On Jun 13, 2008, at 9:28 AM, Sylvain Beucler wrote: >> >>> Hi, >>> >>> A new version

Re: [Savannah-hackers-public] Re: Accepted mercurial 1.0.1-1~bpo40+1 (source all i386)

2008-06-15 Thread Aleix Conchillo Flaqué
On Jun 14, 2008, at 11:42 PM, Sylvain Beucler wrote: On Fri, Jun 13, 2008 at 01:42:10PM +0200, Aleix Conchillo Flaqué wrote: On Fri, Jun 13, 2008 at 12:44 PM, Sylvain Beucler <[EMAIL PROTECTED]> wrote: On Fri, Jun 13, 2008 at 10:10:11AM +0200, Aleix Conchillo Flaqué wrote: On

Re: [Savannah-hackers-public] support for repository(ies) contact/description

2008-06-30 Thread Aleix Conchillo Flaqué
On Wed, Jun 25, 2008 at 7:13 PM, Sylvain Beucler <[EMAIL PROTECTED]> wrote: > Hey, > Sorry for the delay (I still have another message to answer). > Another thing I think of is: code linked repositories. > > For example, if a repository is a branch of another repository, it can > be optimized (se

Re: [Savannah-hackers-public] support for repository(ies) contact/description

2008-06-30 Thread Aleix Conchillo Flaqué
On Thu, Jun 12, 2008 at 8:22 PM, Sylvain Beucler <[EMAIL PROTECTED]> wrote: > Hi, > > I think I have some more suggestions about this. > Great. > One goal is to permit different kind of permission models. For > example: personal repositories, forks, etc. > > So the permissions need to be stored i

Re: [Savannah-hackers-public] support for repository(ies) contact/description

2008-06-30 Thread Aleix Conchillo Flaqué
On Mon, Jun 30, 2008 at 2:06 PM, Sylvain Beucler <[EMAIL PROTECTED]> wrote: > Hi, > > This isn't about branches, but rather about low-level optimization. > > I confused git.or.cz and repo.or.cz. A proper example is: > http://repo.or.cz/w/linux-2.6.git?a=forks > > In practice this means 2 repositori

Re: [Savannah-hackers-public] support for repository(ies) contact/description

2008-06-30 Thread Aleix Conchillo Flaqué
On Mon, Jun 30, 2008 at 3:23 PM, Aleix Conchillo Flaqué <[EMAIL PROTECTED]> wrote: > On Mon, Jun 30, 2008 at 2:06 PM, Sylvain Beucler <[EMAIL PROTECTED]> wrote: >> Hi, >> >> This isn't about branches, but rather about low-level optimization. >> >

[Savannah-hackers-public] mailing lists not working?

2008-07-25 Thread Aleix Conchillo Flaqué
Hi, I've just (about three hours ago) created a mailing list for one project (scew-users). It seems that the mailing list has been created but I can not access the administrative interface (Authorization failed) and if I subscribe to the mailing list I receive no confirmation email (and also Authr

Re: [Savannah-hackers-public] mailing lists not working?

2008-07-26 Thread Aleix Conchillo Flaqué
On Sat, Jul 26, 2008 at 12:39 AM, Karl Berry <[EMAIL PROTECTED]> wrote: >... (scew-users). It seems that the mailing list has been created >but I can not access the administrative interface (Authorization > > Did you get the email from the system telling you the password for the > list? >

Re: [Savannah-hackers-public] mailing lists not working?

2008-07-27 Thread Aleix Conchillo Flaqué
Hi again, more errors here. I'm trying to send a first e-mail (I have also tried to subscribe with other e-mail addresses I have) to the list. I always get the error below. I have also seen that the list archives page is not found: http://lists.nongnu.org/archive/html/scew-users/ Any help would

Re: [Savannah-hackers-public] mailing lists not working?

2008-07-27 Thread Aleix Conchillo Flaqué
On Sun, Jul 27, 2008 at 10:46 PM, Karl Berry <[EMAIL PROTECTED]> wrote: >http://lists.nongnu.org/archive/html/scew-users/ > > The archive won't exist until a message has been delivered. > (And it doesn't get updated dynamically, so it can be up to a day after > the first one.) > OK, sorry. I t

Re: [Savannah-hackers-public] mailing lists not working?

2008-07-29 Thread Aleix Conchillo Flaqué
On Sun, Jul 27, 2008 at 11:31 PM, Aleix Conchillo Flaqué <[EMAIL PROTECTED]> wrote: > > Oops, the same error (this time cached, see below). May be I need to > wait some time > Everything is working fine now. Thank you! Aleix

[Savannah-hackers-public] Re: hgweb going wild?

2008-09-20 Thread Aleix Conchillo Flaqué
On Sat, Sep 20, 2008 at 15:47, Sylvain Beucler <[EMAIL PROTECTED]> wrote: > Hi Aleix, > > I'd like to know if you've heard of issues with hgweb+wsgi. > Not really. I've been like in a idle state for a couple of months. And I think I still am :-?. > Savannah regularly gets 100% utilization (check

[Savannah-hackers-public] Re: hgweb going wild?

2008-09-30 Thread Aleix Conchillo Flaqué
Hi, I'm back. On Tue, Sep 30, 2008 at 19:17, Sylvain Beucler <[EMAIL PROTECTED]> wrote: > > The issue is still here. > > I moved banned search engines, switched hgweb to CGI mode, which > wasn't enough, and I added a RLimitCPU 60 in Apache, which wasn't so > efficient: > > So apparently in some co

[Savannah-hackers-public] Re: hgweb going wild?

2008-09-30 Thread Aleix Conchillo Flaqué
On Tue, Sep 30, 2008 at 20:08, Aleix Conchillo Flaqué <[EMAIL PROTECTED]> wrote: > > OK, I'll try to check mailing lists and IRC channels. > I have searched through the mailing lists without luck. In the IRC someone (mgeisler) has told me there was a known issue with the highl

Re: [Savannah-hackers-public] Re: hgweb going wild?

2008-10-02 Thread Aleix Conchillo Flaqué
On Thu, Oct 2, 2008 at 21:13, Sylvain Beucler <[EMAIL PROTECTED]> wrote: >> >> Is it possible to reenable it as a wsgi app? > > Sure, Done. > just keep an eye at: > http://savannah.gnu.org:8080/cacti/graph.php?local_graph_id=18&rra_id=all > > Which shows, as far as I can see, that disabling pytho

Re: [Savannah-hackers-public] Re: hgweb going wild?

2008-10-13 Thread Aleix Conchillo Flaqué
On Oct 12, 2008, at 4:26 PM, Sylvain Beucler wrote: I have searched through the mailing lists without luck. In the IRC someone (mgeisler) has told me there was a known issue with the highlight extension using too much CPU. I have uninstalled python-pygments and disabled the highlight extensi

Re: [Savannah-hackers-public] Re: hgweb going wild?

2008-10-13 Thread Aleix Conchillo Flaqué
On Mon, Oct 13, 2008 at 20:53, Sylvain Beucler <[EMAIL PROTECTED]> wrote: >> >> Great. I remember you said you had recompiled wsgi with debug support or >> something like this. Did you revert it to the original Debian package? > > Nope. Do you want to? > It will not hurt but may be it is much clea

Re: [Savannah-hackers-public] arch link broken in sv wiki

2008-10-14 Thread Aleix Conchillo Flaqué
On Tue, Oct 14, 2008 at 18:03, Karl Berry <[EMAIL PROTECTED]> wrote: > The arch link on > https://savannah.gnu.org/maintenance/HowToBecomeASavannahHacker > > namely > http://arch.savannah.gnu.org/archzoom/[EMAIL > PROTECTED]/infra--main--0--LATEST/approvals > > is broken. I find arch completely u

[Savannah-hackers-public] Mercurial 1.3.1 i386 package

2009-08-30 Thread Aleix Conchillo Flaqué
Hi, we'd like to upgrade Savannah's Mercurial package with 1.3.1 but it seems the backport package is unavailable for i386 architecture. I have found this thread: http://lists.backports.org/lurker-bpo/message/20090810.113631.ef1e35b3.en.html talking about the same problem, but I don't really kno

[Savannah-hackers-public] Re: Mercurial 1.3.1 i386 package

2009-08-31 Thread Aleix Conchillo Flaqué
Hi, On Mon, Aug 31, 2009 at 09:05, Gerfried Fuchs wrote: > >  It will be. The problem is that unfortunately the Dep-Wait was set > wrongly, as can be seen here: > > [snip] > >  Sorry for the inconvenience, and you can track

[Savannah-hackers-public] Re: [sr #107002] Web-Mercurial doesn't work for mingw-cross-env

2009-09-15 Thread Aleix Conchillo Flaqué
On Tue, Sep 15, 2009 at 15:52, Sylvain Beucler wrote: > Hi, > > We currently have several load issues that are hard to diagnose, so > please let it disabled until have a sane load again. > http://savannah.gnu.org:8080/munin/gnu.org/savannah.gnu.org-load.html > Done.

[Savannah-hackers-public] [task #9866] Description for project SGA in hgweb

2009-11-04 Thread Aleix Conchillo Flaqué
Follow-up Comment #1, task #9866 (project administration): Hi, this is currently not possible for users. But I have set it up for you. Cheers, Aleix ___ Reply to this item at: __

[Savannah-hackers-public] GNU Help Wanted cleanup

2009-11-26 Thread Aleix Conchillo Flaqué
Hi, yesterday I was looking for projects that need help and end up in the "Project Help Wanted" page. I saw there are entries from 2001. Are all the entries still valid? May be they should be cleaned up by asking the software maintainers if they still need the help, or simply by removing

[Savannah-hackers-public] [task #10302] Description file in git repo

2010-03-28 Thread Aleix Conchillo Flaqué
Follow-up Comment #1, task #10302 (project administration): Done. ___ Reply to this item at: ___ Message sent via/by Savannah http://savannah.gnu.org

[Savannah-hackers-public] Re: updating savannah bug status

2010-03-30 Thread Aleix Conchillo Flaqué
On Tue, Mar 30, 2010 at 22:07, Sylvain Beucler wrote: > > You're all set.  Since you already have root access there's no problem > with that. > Thanks.

Re: [Savannah-hackers-public] Re: question about Dina Project (Aleix?)

2010-05-16 Thread Aleix Conchillo Flaqué
On May 16, 2010, at 8:17 PM, Sylvain Beucler wrote: Hi, On Fri, May 14, 2010 at 10:11:10PM +, Karl Berry wrote: i have question about Dina and savannah , is it possible to have an other repository along side of dina main repository ? we need a repository for dina official applications. but

Re: [Savannah-hackers-public] Re: question about Dina Project (Aleix?)

2010-05-17 Thread Aleix Conchillo Flaqué
On Mon, May 17, 2010 at 08:30, Sameer Rahmani wrote: > Hash: SHA1 > > hi Aleix , i want to build another repo for Dina application , but not > ant this time , maybe some day later . for > separating Dina code and its application . because each application > should have its license. OK, then conta

[Savannah-hackers-public] leaving project admin

2011-03-22 Thread Aleix Conchillo Flaqué
Hi, I started my savannah trip by adding the Mercurial support to savannah. Since then I haven't done anything else which is worth mentioning. Now I am facing a new personal/professional project and I really don't have the time/dedication that savannah requires. I'll be glad if you could remove m

[Savannah-hackers-public] [task #15031] change guile-json license to GPLv3

2018-08-22 Thread Aleix Conchillo Flaqué
URL: Summary: change guile-json license to GPLv3 Project: Savannah Administration Submitted by: aleix Submitted on: Wed 22 Aug 2018 09:24:11 PM PDT Should Start On: Wed 22 Aug 2018 12:00:00 A

[Savannah-hackers-public] [task #15032] change guile-redis license to GPLv3

2018-08-22 Thread Aleix Conchillo Flaqué
URL: Summary: change guile-redis license to GPLv3 Project: Savannah Administration Submitted by: aleix Submitted on: Wed 22 Aug 2018 09:42:02 PM PDT Should Start On: Wed 22 Aug 2018 12:00:00

[Savannah-hackers-public] [task #15033] change guile-oauth license to GPLv3

2018-08-22 Thread Aleix Conchillo Flaqué
URL: Summary: change guile-oauth license to GPLv3 Project: Savannah Administration Submitted by: aleix Submitted on: Wed 22 Aug 2018 10:08:42 PM PDT Should Start On: Wed 22 Aug 2018 12:00:00

[Savannah-hackers-public] [task #15034] change guile-xmlrpc license to GPLv3

2018-08-22 Thread Aleix Conchillo Flaqué
URL: Summary: change guile-xmlrpc license to GPLv3 Project: Savannah Administration Submitted by: aleix Submitted on: Wed 22 Aug 2018 10:38:20 PM PDT Should Start On: Wed 22 Aug 2018 12:00:00