From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1O6Tod-0001oU-Mr for garchives@archives.gentoo.org; Mon, 26 Apr 2010 19:18:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5826E087D; Mon, 26 Apr 2010 19:17:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5DA5FE087D for ; Mon, 26 Apr 2010 19:17:57 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id D7124642B3 for ; Mon, 26 Apr 2010 19:17:56 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2104) id 85F8F2C04C; Mon, 26 Apr 2010 19:17:55 +0000 (UTC) From: "Joshua Saddler (nightmorph)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, nightmorph@gentoo.org Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/devrel/handbook: hb-introduction-new-devs.xml X-VCS-Repository: gentoo X-VCS-Files: hb-introduction-new-devs.xml X-VCS-Directories: xml/htdocs/proj/en/devrel/handbook X-VCS-Committer: nightmorph X-VCS-Committer-Name: Joshua Saddler Content-Type: text/plain; charset=utf8 Message-Id: <20100426191755.85F8F2C04C@corvid.gentoo.org> Date: Mon, 26 Apr 2010 19:17:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: d5393ab6-6f46-4e45-a75b-b863f73eac6a X-Archives-Hash: cdc0363d3f9103704fa3910de22f9913 nightmorph 10/04/26 19:17:55 Modified: hb-introduction-new-devs.xml Log: unlink dead keychain project, replace links to maintained keychain guid= e, fix GuideXML Revision Changes Path 1.15 xml/htdocs/proj/en/devrel/handbook/hb-introduction-n= ew-devs.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/dev= rel/handbook/hb-introduction-new-devs.xml?rev=3D1.15&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/dev= rel/handbook/hb-introduction-new-devs.xml?rev=3D1.15&content-type=3Dtext/= plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/dev= rel/handbook/hb-introduction-new-devs.xml?r1=3D1.14&r2=3D1.15 Index: hb-introduction-new-devs.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-intro= duction-new-devs.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- hb-introduction-new-devs.xml 19 Sep 2009 16:43:42 -0000 1.14 +++ hb-introduction-new-devs.xml 26 Apr 2010 19:17:54 -0000 1.15 @@ -4,11 +4,11 @@ =20 - + =20 -1.0.4 -2008-05-03 +1.1 +2010-04-26 =20
Using CVS @@ -65,7 +65,7 @@

=20
-# cvs -d username@cvs.gentoo.org:/var/cvsroot co gentoo-x86
+$ cvs -d username@cvs.gentoo.org:/var/cvsroot co gentoo-x86
 
=20

@@ -76,8 +76,8 @@

=20
-# cd gentoo-x86
-# cvs update
+$ cd gentoo-x86
+$ cvs update
 
=20

@@ -87,7 +87,7 @@

=20
-# svn co svn+ssh://username@cvs.gentoo.org/var/svnroot/portage
+$ svn co svn+ssh://username@cvs.gentoo.org/var/svnroot/portage
 
=20 @@ -131,27 +131,27 @@ =20
 (Replace CVSROOT with the location of your checked-out CVS tree=
.)
-# cd $CVSROOT/app-misc
+$ cd $CVSROOT/app-misc
 (Always update before working in part of the CVS tree!)
-# cvs update
-# mkdir foo
+$ cvs update
+$ mkdir foo
 (Here, we add the package directory foo to the CVS repository.)=

-# cvs add foo
-# cd foo
+$ cvs add foo
+$ cd foo
 (It's better to keep in-progress ebuilds in an overlay outside =
of your CVS tree.)
-# cp /path/to/foo-1.0.ebuild ./
+$ cp /path/to/foo-1.0.ebuild ./
 (Make sure PORTDIR_OVERLAY is set to the CVS directory when cre=
ating manifests.)
-# repoman manifest
-# ${EDITOR} metadata.xml
+$ repoman manifest
+$ ${EDITOR} metadata.xml
 You don't necessarily need a files directory any more
-# cvs add foo-1.0.ebuild metadata.xml files
+$ cvs add foo-1.0.ebuild metadata.xml files
 [Don't forget to create a ChangeLog - see the man page for echa=
ngelog.]
-# echangelog "New ebuild for foo. Ebuild written by me. Fixes bug #XXXXX=
X."
+$ echangelog "New ebuild for foo. Ebuild written by me. Fixes bug #XX=
XXXX."
 
=20

-See the Gentoo -Metadata section for more information on metadata.xml. +See the Gentoo Metadata secti= on for more +information on metadata.xml.

=20

@@ -160,9 +160,9 @@

=20
-# cd CVSROOT/app-misc/foo
-# cvs update
-# cvs remove -f foo-1.0.ebuild
+$ cd CVSROOT/app-misc/foo
+$ cvs update
+$ cvs remove -f foo-1.0.ebuild
 
=20

@@ -176,19 +176,20 @@ =20

-Always use repoman commit rather than cvs commit. Repoman = is a quality assurance (QA) -tool that performs basic checks and creates Manifests. If any part of re= poman's output is unclear, -please see man repoman. Additionally, you may tire of entering yo= ur key passphrase repeatedly; -keychain (http://www.gentoo.org/proj/en/keychain.xml) can hel= p you. +Always use repoman commit rather than cvs commit. Repoman = is a +quality assurance (QA) tool that performs basic checks and creates Manif= ests. If +any part of repoman's output is unclear, please see man repoman. +Additionally, you may tire of entering your key passphrase repeatedly; k= eychain +(http://www.gentoo.org/doc/en/keychain-guide.xml) can help yo= u.

=20
 [Make sure there are no root-owned files present prior to runni=
ng repoman!]
 ("scan" scans the current directory for QA issues. "full" is mo=
re complete.)
-# repoman scan
+$ repoman scan
 ("commit" does a scan, then commits, while also updating the Ma=
nifest. Make sure you
  add a verbose and useful CVS ChangeLog message...)
-# repoman commit
+$ repoman commit
 
=20 @@ -198,10 +199,11 @@ =20

-If you have noticable high ping times to the cvs server, you might want = to use the ssh master slave -setup where you only connect to the other ssh server once and let it do = the next commands over that -connection. This way you save the handshake overhead which may speed up = the whole checkout/commit -by factor 3. Just add the code snipped given below to your config +If you have noticable high ping times to the cvs server, you might want = to use +the ssh master slave setup where you only connect to the other ssh serve= r once +and let it do the next commands over that connection. This way you save = the +handshake overhead which may speed up the whole checkout/commit by facto= r 3. +Just add the code snippet given below to your config.

=20
@@ -211,12 +213,12 @@
 
=20

-After doing so, you can enable a backgrounded master connection by runni= ng +After doing so, you can enable a backgrounded master connection by runni= ng:

=20
 You can look the meaning of the parameters up in the manpage of=
 ssh
-$ ssh -M -N -f ${USER}@cvs.gentoo.org
+$ ssh -M -N -f ${USER}@cvs.gentoo.org
 
=20 @@ -250,8 +252,8 @@ =20

Developers have access to webhosting, http://dev.gentoo.org/~$YOURNAME. = Please -see the -Webspace Configuration Guide for details. +see the Webspace +Configuration Guide for details.

=20