public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
From: Sebastien Bourdeauducq <sebastien@milkymist.org>
To: LpSolit@netscape.net
Cc: Ian Lance Taylor <ian@airs.com>,
	overseers@gcc.gnu.org,  green@moxielogic.com
Subject: Re: Bug database write permissions
Date: Tue, 01 Feb 2011 19:50:00 -0000	[thread overview]
Message-ID: <1296588993.15319.41.camel@localhost.localdomain> (raw)
In-Reply-To: <4D485E0E.3030706@netscape.net>

On Tue, 2011-02-01 at 20:25 +0100, Frédéric Buclin wrote:
> >> Did you use the Bugzilla web interface to create this user account?
> > 
> > No, I didn't.
> 
> Ah, this would explain why. If you don't use Bugzilla official methods
> to create a user account, you should expect problems like this. How did
> you create your account, then?

I just submitted the form at
http://sourceware.org/cgi-bin/pdw/ps_form.cgi (as specified on
http://gcc.gnu.org/svnwrite.html) and got back an email with GCC
Bugzilla credentials that were supposed to have write permissions into
the bug database (copied below).

S.

===
From: 	root@sourceware.org
To: 	lekernel@sourceware.org
Cc: 	green@moxielogic.com
Subject: 	Welcome to gcc.gnu.org
Date: 	30 Jan 2011 18:06:06 -0000 (01/30/2011 07:06:06 PM)

Your account is now active, the login name is lekernel@gcc.gnu.org.
Mail sent to that address is forwarded to sebastien@milkymist.org.
This forwarding is a convenience so that people who reply directly to
SVN
commit mail notes will not get a bounce--publicize it at your own risk.
If your involvement with the project ends at some point, the mail
address
will become invalid and I will laugh evilly as people try in vain to
reach you.

You have been assigned edit rights to the gcc Bugzilla bug reporting
database.  Your password is lekernelpass. Please change it as soon as
possible.

You should now have write access to the gcc repository with
SSH+SVN.  Here are lots of details about how to do things.

You don't have general shell access, just SVN remote access.  Just about
everything can be done via SVN.  If there is some special requirement
that you have where you need shell access, talk to your project's lead
and have them talk to overseers@gcc.gnu.org.  In special cases,
we can be flexible on this requirement.

If at some point you wish to update your ssh key, you can do so with
the following command:

    % ssh gcc.gnu.org appendkey < publickeyfile

This will append 'publickeyfile' (usually ~/.ssh/id_dsa.pub or
~/.ssh/id_rsa.pub) to your existing allowed ssh keys. If you have
entirely lost your old ssh key, then grovel to overseers@gcc.gnu.org
and someone may take pity on you. If you suspect your key has been
compromised, let the overseers know as soon as possible.

SVN  SVN is used for revision control.  If you are not familiar with
SVN,
     you have some reading to do.

     http://subversion.tigris.org/ is the central source for all
     things SVN.  http://svnbook.red-bean.com/ has some useful general
     documentation on SVN. http://gcc.gnu.org/svnwrite.html says more
     about GCC's SVN access.

     To avoid the nuisance of having to supply your passphrase for each
     operation, you may want to use ssh-agent(1) followed by ssh-add(1)
     and entering your passphrase once for all.  Either start your
     session as a child of ssh-agent or run it as a demon and set the
     values of the environment variables SSH_AUTHENTICATION_SOCKET and
     SSH_AGENT_PID in each relevant process to what ssh-agent prints
     when it starts.  To avoid messages about (lack of) X11 forwarding,
     put in your $HOME/.ssh/config and entry like:

        Host gcc.gnu.org
        ForwardX11 no 

SVN COMMIT MESSAGES
     You can get e-mail notifications for when things are checked in to
     your group's repository.  There are two notification mailing lists,
     one for the web pages for your project and one for the project
     source files.  To subscribe to your source-file-notification list,
     send a message to

         gcc-cvs-subscribe@gcc.gnu.org

     To get on a digest of the above list (get one note a day), send a 
     note to 

         gcc-cvs-digest-subscribe@gcc.gnu.org

     The body/Subject are ignored in these messages.  The From: address
     is the one you a requesting to subscribe.  To request an arbitrary
     address be subscribed, say foo@bar.com, send a note like this:

         gcc-cvs-subscribe-foo=bar.com@gcc.gnu.org

     If your project has a web page, then there is a second mailing
     list for notifications about changes to them.  The addresses are
     just like the above ones except they include "-webpages" after the
     project name.  For instance,

         gcc-cvs-wwwdocs-subscribe@gcc.gnu.org


     If this is all a little confusing, just use the all-doing 
     auto-subscriber at <http://gcc.gnu.org/ml/>.

CVSWEB You can browse changes that are being made to the SVN repository
by
     going to

        http://gcc.gnu.org/viewcvs/

HTTP All of the web pages on http://gcc.gnu.org are
     also under CVS.  You can create a home page (if one doesn't already
     exist) for gcc by putting files in the htdocs/ directory of
     the wwwdocs CVS module.  They will appear instantly (within three
     or four seconds, anyway) at http://gcc.gnu.org

If anything is unanswered, please ask your project mailing list.

  reply	other threads:[~2011-02-01 19:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20110130180606.26118.qmail@sourceware.org>
2011-02-01 13:38 ` Sebastien Bourdeauducq
2011-02-01 14:23   ` Ian Lance Taylor
2011-02-01 18:00     ` Frédéric Buclin
2011-02-01 19:11       ` Sebastien Bourdeauducq
2011-02-01 19:25         ` Frédéric Buclin
2011-02-01 19:50           ` Sebastien Bourdeauducq [this message]
2011-02-01 20:14             ` Frédéric Buclin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1296588993.15319.41.camel@localhost.localdomain \
    --to=sebastien@milkymist.org \
    --cc=LpSolit@netscape.net \
    --cc=green@moxielogic.com \
    --cc=ian@airs.com \
    --cc=overseers@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).