mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-14 14:04:45 +00:00
Update the CONTRIBUTING file
I have just added information for how to checkout the web site source code. * CONTRIBUTING: How to check out the web pages. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
5892c45e0e
commit
9dbd3bb90a
16
CONTRIBUTING
16
CONTRIBUTING
@ -12,7 +12,23 @@ Please supply patches using git format-patch or using git send-email.
|
||||
|
||||
Bugs are to be filled in bugzilla at http://sourceware.org/bugzilla.
|
||||
|
||||
The source code of the website of libabigail is stored in CVS (sigh,
|
||||
yeah, that is so old school). You can check out that web source code
|
||||
by doing:
|
||||
|
||||
CVS_RSH=ssh cvs -z9 -d :ext:user@sourceware.org:/cvs/libabigail/ co htdocs
|
||||
|
||||
where 'user' is your username on the sourceware system.
|
||||
Alternatively, you can check out the the web source code anonymously,
|
||||
if you don't have any user account on the sourceware system by doing:
|
||||
|
||||
export CVSROOT=:pserver:anoncvs@cygwin.com:/cvs/libabigail
|
||||
cvs login
|
||||
(the CVS anonymous password to use is "anoncvs")
|
||||
cvs checkout htdocs
|
||||
|
||||
Sign your work
|
||||
==============
|
||||
|
||||
To facilitate tracking of who did what, we've adopted a "sign-off"
|
||||
procedure for patches based on the procedure used by the Linux kernel
|
||||
|
Loading…
Reference in New Issue
Block a user