autoconf-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Adding git autoconf repository


From: Jim Meyering
Subject: Re: Adding git autoconf repository
Date: Thu, 20 Sep 2007 08:34:57 +0200

Eric Blake <address@hidden> wrote:

> According to Sylvain Beucler on 9/19/2007 1:03 PM:
>>> Sylvain set it up for me/coreutils, so I don't have any experience.
>>> It may be documented.  I'll check that in a couple hours if Sylvain
>>> doesn't get to it first.
>>
>> Hi,
>>
>> For the Git repository itself, you now can create it by checking "Git"
>> in the Savane web interface, in Admin -> Select Features.
>
> Thanks, that worked; there was about a 30 minute delay between checking
> the box on the savannah admin page until the repository was actually
> initialized and ready for check-ins.
>
> However, the new repository (http://git.sv.gnu.org/gitweb/?p=autoconf.git)
> is not linked from git.sv.gnu.org/gitweb, and it still says
> "description  Unnamed repository; edit this file to name it for gitweb." as
> well as being owned by root.
>
> How do I edit the autoconf.git/description file to put in a useful
> description?  I'm thinking:
> Autoconf      GNU Autoconf source repository

That should probably be automated.
I'll let Sylvain reply.

> And should we change the owner to me, since I did the initial import?

For group projects, I've seen two policies:

    primary-maintainer name
    mailing list email address

> Also, how do we set up the post-commit hook to send mail to
> address@hidden any time a commit is made?  And is the cvsserver
> automatically set up for this repository, or do we have to do another step
> to turn that on?

Well, with git, it's a slightly different model.  The hook runs at
"pre-push" time, so if you commit a series of 5 change sets it's only when
you push them to the "official" repository that git's so-called "update"
hook can generate what you're used to thinking of as commit message.

So, yes, it can be done.
However, I won't have time to look at this right away.
Maybe Sylvain will?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]