public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/portage/doc: testing.xml
@ 2008-07-16 22:21 Zac Medico (zmedico)
  0 siblings, 0 replies; 8+ messages in thread
From: Zac Medico (zmedico) @ 2008-07-16 22:21 UTC (permalink / raw
  To: gentoo-commits

zmedico     08/07/16 22:21:54

  Modified:             testing.xml
  Log:
  Add "Creating snapshots from Portage SVN repositories" chapter.

Revision  Changes    Path
1.3                  xml/htdocs/proj/en/portage/doc/testing.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml?r1=1.2&r2=1.3

Index: testing.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- testing.xml	14 Jun 2007 02:26:07 -0000	1.2
+++ testing.xml	16 Jul 2008 22:21:54 -0000	1.3
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml,v 1.2 2007/06/14 02:26:07 genone Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml,v 1.3 2008/07/16 22:21:54 zmedico Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/proj/en/portage/doc/testing.xml">
@@ -53,6 +53,22 @@
 </chapter>
 
 <chapter>
+	<title>Creating snapshots from Portage SVN repositories</title>
+	<section>
+		<body>
+			<pre caption="creating a snapshot from portage trunk">
+				svn co svn://anonsvn.gentoo.org/portage/main/trunk
+				major_version=2.2
+				prev_release=rc1
+				latest_rev=$(svn info trunk | grep '^Last Changed Rev:' | grep -o '[0-9]*$')
+				snapshot_version=${major_version}_${prev_release}_p${latest_rev}
+				trunk/mkrelease.sh --anon ${snapshot_version}
+			</pre>
+		</body>
+	</section>
+</chapter>
+
+<chapter>
 <title>Testing multiple Portage versions</title>
 <section>
 <body>



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/portage/doc: testing.xml
@ 2008-07-16 23:15 Zac Medico (zmedico)
  0 siblings, 0 replies; 8+ messages in thread
From: Zac Medico (zmedico) @ 2008-07-16 23:15 UTC (permalink / raw
  To: gentoo-commits

zmedico     08/07/16 23:15:31

  Modified:             testing.xml
  Log:
  Fix indentation from previous commit.

Revision  Changes    Path
1.4                  xml/htdocs/proj/en/portage/doc/testing.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml?r1=1.3&r2=1.4

Index: testing.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- testing.xml	16 Jul 2008 22:21:54 -0000	1.3
+++ testing.xml	16 Jul 2008 23:15:30 -0000	1.4
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml,v 1.3 2008/07/16 22:21:54 zmedico Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml,v 1.4 2008/07/16 23:15:30 zmedico Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/proj/en/portage/doc/testing.xml">
@@ -53,19 +53,19 @@
 </chapter>
 
 <chapter>
-	<title>Creating snapshots from Portage SVN repositories</title>
-	<section>
-		<body>
-			<pre caption="creating a snapshot from portage trunk">
-				svn co svn://anonsvn.gentoo.org/portage/main/trunk
-				major_version=2.2
-				prev_release=rc1
-				latest_rev=$(svn info trunk | grep '^Last Changed Rev:' | grep -o '[0-9]*$')
-				snapshot_version=${major_version}_${prev_release}_p${latest_rev}
-				trunk/mkrelease.sh --anon ${snapshot_version}
-			</pre>
-		</body>
-	</section>
+<title>Creating snapshots from Portage SVN repositories</title>
+<section>
+<body>
+<pre caption="creating a snapshot from portage trunk">
+svn co svn://anonsvn.gentoo.org/portage/main/trunk
+major_version=2.2
+prev_release=rc1
+latest_rev=$(svn info trunk | grep '^Last Changed Rev:' | grep -o '[0-9]*$')
+snapshot_version=${major_version}_${prev_release}_p${latest_rev}
+trunk/mkrelease.sh --anon ${snapshot_version}
+</pre>
+</body>
+</section>
 </chapter>
 
 <chapter>



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/portage/doc: testing.xml
@ 2009-02-18 21:18 Zac Medico (zmedico)
  0 siblings, 0 replies; 8+ messages in thread
From: Zac Medico (zmedico) @ 2009-02-18 21:18 UTC (permalink / raw
  To: gentoo-commits

zmedico     09/02/18 21:18:51

  Modified:             testing.xml
  Log:
  branchs/2.1.6 is the new stable branch

Revision  Changes    Path
1.5                  xml/htdocs/proj/en/portage/doc/testing.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml?r1=1.4&r2=1.5

Index: testing.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- testing.xml	16 Jul 2008 23:15:30 -0000	1.4
+++ testing.xml	18 Feb 2009 21:18:51 -0000	1.5
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml,v 1.4 2008/07/16 23:15:30 zmedico Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml,v 1.5 2009/02/18 21:18:51 zmedico Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/proj/en/portage/doc/testing.xml">
@@ -43,7 +43,8 @@
 <li>branches/2.1-experimental: the former development line, now abandoned (don't use it unless you want to backport stuff)</li>
 <li>branches/prefix: experimental branch with support for prefix installs</li>
 <li>branches/2.0.54: old stable maintenance branch, nothing happens here anymore</li>
-<li>branches/2.1.2: current stable maintenance branch</li>
+<li>branches/2.1.2: old stable maintenance branch, nothing happens here anymore</li>
+<li>branches/2.1.6: current stable maintenance branch</li>
 </ul>
 
 <note>The old CVS repository still exists, but is not updated anymore or used in any other way.</note>






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/portage/doc: testing.xml
@ 2010-03-24  7:57 Zac Medico (zmedico)
  0 siblings, 0 replies; 8+ messages in thread
From: Zac Medico (zmedico) @ 2010-03-24  7:57 UTC (permalink / raw
  To: gentoo-commits

zmedico     10/03/24 07:57:04

  Modified:             testing.xml
  Log:
  Update for svn -> git migration.

Revision  Changes    Path
1.6                  xml/htdocs/proj/en/portage/doc/testing.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml?r1=1.5&r2=1.6

Index: testing.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- testing.xml	18 Feb 2009 21:18:51 -0000	1.5
+++ testing.xml	24 Mar 2010 07:57:04 -0000	1.6
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml,v 1.5 2009/02/18 21:18:51 zmedico Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml,v 1.6 2010/03/24 07:57:04 zmedico Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/proj/en/portage/doc/testing.xml">
@@ -24,46 +24,47 @@
 <date>2007-06-14</date>
 
 <chapter>
-<title>Access to Portage SVN repositories</title>
+<title>Access to Portage GIT repositories</title>
 <section>
 <body>
-<p>The Portage sourcecode is maintained within a SVN repository on the Gentoo SVN server. 
-This server is only accessible for Gentoo developers, for anonymous access see <uri>http://anonsvn.gentoo.org/</uri>.
-If you are a dev: The main repository is located at <uri>svn+ssh://cvs.gentoo.org/var/svnroot/portage/main</uri>,
+<p>The Portage sourcecode is maintained within a GIT repository on the
+<uri link="http://git.overlays.gentoo.org/">git.overlays.gentoo.org</uri>. 
+If you are a dev: The main repository is located at
+<uri>git+ssh://git@git.overlays.gentoo.org/proj/portage.git</uri>,
 please note that it is subject to strict access controls, only people listed
 in the developers section on the portage project page are able to commit to it.</p>
-<note>It is assumed you know how to work with Subversion.</note>
-<note>The repository can be viewed over <uri link="http://sources.gentoo.org/viewcvs.py/portage/main/">viewcvs</uri></note>
+<note>It is assumed you know how to work with GIT.</note>
+<note>The repository can be viewed over
+<uri link="http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=summary">GitWeb</uri>
+</note>
 <p>
 The repository currently contains the following branches (incomplete list):
 </p>
 
 <ul>
-<li>trunk: the current main development line</li>
-<li>branches/2.1-experimental: the former development line, now abandoned (don't use it unless you want to backport stuff)</li>
-<li>branches/prefix: experimental branch with support for prefix installs</li>
-<li>branches/2.0.54: old stable maintenance branch, nothing happens here anymore</li>
-<li>branches/2.1.2: old stable maintenance branch, nothing happens here anymore</li>
-<li>branches/2.1.6: current stable maintenance branch</li>
+<li>master: the current main development line</li>
+<li>prefix: experimental branch with support for prefix installs</li>
+<li>2.1.7: current stable maintenance branch</li>
 </ul>
 
-<note>The old CVS repository still exists, but is not updated anymore or used in any other way.</note>
+<note>The old SVN repository still exists, but is not updated anymore or used in any other way.</note>
 
 </body>
 </section>
 </chapter>
 
 <chapter>
-<title>Creating snapshots from Portage SVN repositories</title>
+<title>Creating snapshots from Portage GIT repositories</title>
 <section>
 <body>
-<pre caption="creating a snapshot from portage trunk">
-svn co svn://anonsvn.gentoo.org/portage/main/trunk
+<pre caption="creating a snapshot from portage master branch">
+git clone git://git.overlays.gentoo.org/proj/portage.git
 major_version=2.2
-prev_release=rc1
-latest_rev=$(svn info trunk | grep '^Last Changed Rev:' | grep -o '[0-9]*$')
+prev_release=rc67
+latest_rev=$(date -u +%Y%m%d%H%M%S)
 snapshot_version=${major_version}_${prev_release}_p${latest_rev}
-trunk/mkrelease.sh --anon ${snapshot_version}
+cd portage
+./mkrelease.sh ${snapshot_version}
 </pre>
 </body>
 </section>
@@ -77,21 +78,21 @@
 <p>There are various reasons why you'd want to have multiple versions of portage 
 available at the same time without having to install them as system default.
 Examples would be to check which versions are affected by a specific bug, to
-test new features before deploying a new version or have a svn checkout available
+test new features before deploying a new version or have a GIT checkout available
 for testing while keeping a stable release for normal operation.</p>
 <p>As of Portage-2.1.2 one can have and use an arbitrary number of Portage 
 installations parallel to each other by adjusting the two environment variables
 <e>PATH</e> and <e>PYTHONPATH</e>. For example if you have a checkout of the
-trunk branch at <path>/checkouts/portage/trunk</path> you'd set them like this:</p>
-<pre caption="settings to use portage trunk">
-export PYTHONPATH="/checkouts/portage/trunk/pym:${PYTHONPATH}"
-export PATH="/checkouts/portage/trunk/bin:${PATH}"
+master branch at <path>/checkouts/portage</path> you'd set them like this:</p>
+<pre caption="settings to use portage master branch">
+export PYTHONPATH="/checkouts/portage/pym:${PYTHONPATH}"
+export PATH="/checkouts/portage/bin:${PATH}"
 </pre>
 <p>With those settings calling tools like <c>emerge</c>, <c>repoman</c> or 
 <c>ebuild</c> will pickup the correct locations to import libraries. External 
 tools like gentoolkit or porthole may or may not respect those settings though.
 Setting <e>PATH</e> isn't even necessary if you always call the commands by their full 
-name (e.g. <c>/checkouts/portage/trunk/bin/emerge</c> instead of <c>emerge</c>).</p>
+name (e.g. <c>/checkouts/portage/bin/emerge</c> instead of <c>emerge</c>).</p>
 </body>
 </section>
 </chapter>






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/portage/doc: testing.xml
@ 2010-03-25  1:47 Zac Medico (zmedico)
  0 siblings, 0 replies; 8+ messages in thread
From: Zac Medico (zmedico) @ 2010-03-25  1:47 UTC (permalink / raw
  To: gentoo-commits

zmedico     10/03/25 01:47:25

  Modified:             testing.xml
  Log:
  Fix grammer.

Revision  Changes    Path
1.7                  xml/htdocs/proj/en/portage/doc/testing.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml?r1=1.6&r2=1.7

Index: testing.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- testing.xml	24 Mar 2010 07:57:04 -0000	1.6
+++ testing.xml	25 Mar 2010 01:47:25 -0000	1.7
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml,v 1.6 2010/03/24 07:57:04 zmedico Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml,v 1.7 2010/03/25 01:47:25 zmedico Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/proj/en/portage/doc/testing.xml">
@@ -27,7 +27,7 @@
 <title>Access to Portage GIT repositories</title>
 <section>
 <body>
-<p>The Portage sourcecode is maintained within a GIT repository on the
+<p>The Portage sourcecode is maintained within a GIT repository on
 <uri link="http://git.overlays.gentoo.org/">git.overlays.gentoo.org</uri>. 
 If you are a dev: The main repository is located at
 <uri>git+ssh://git@git.overlays.gentoo.org/proj/portage.git</uri>,






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/portage/doc: testing.xml
@ 2010-03-25  3:53 Zac Medico (zmedico)
  0 siblings, 0 replies; 8+ messages in thread
From: Zac Medico (zmedico) @ 2010-03-25  3:53 UTC (permalink / raw
  To: gentoo-commits

zmedico     10/03/25 03:53:58

  Modified:             testing.xml
  Log:
  Update snapshot instructions to use git-describe like the portage-9999 ebuild does.

Revision  Changes    Path
1.8                  xml/htdocs/proj/en/portage/doc/testing.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml?r1=1.7&r2=1.8

Index: testing.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- testing.xml	25 Mar 2010 01:47:25 -0000	1.7
+++ testing.xml	25 Mar 2010 03:53:58 -0000	1.8
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml,v 1.7 2010/03/25 01:47:25 zmedico Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml,v 1.8 2010/03/25 03:53:58 zmedico Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/proj/en/portage/doc/testing.xml">
@@ -59,12 +59,9 @@
 <body>
 <pre caption="creating a snapshot from portage master branch">
 git clone git://git.overlays.gentoo.org/proj/portage.git
-major_version=2.2
-prev_release=rc67
-latest_rev=$(date -u +%Y%m%d%H%M%S)
-snapshot_version=${major_version}_${prev_release}_p${latest_rev}
+snapshot_version=$(git describe --tags | sed -e 's|-\([0-9]\+\)-.\+$|_p\1|')
 cd portage
-./mkrelease.sh ${snapshot_version}
+./mkrelease.sh ${snapshot_version#v}
 </pre>
 </body>
 </section>






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/portage/doc: testing.xml
@ 2012-09-17 19:33 Zac Medico (zmedico)
  0 siblings, 0 replies; 8+ messages in thread
From: Zac Medico (zmedico) @ 2012-09-17 19:33 UTC (permalink / raw
  To: gentoo-commits

zmedico     12/09/17 19:33:23

  Modified:             testing.xml
  Log:
  Improve PYTHONPATH docs.

Revision  Changes    Path
1.9                  xml/htdocs/proj/en/portage/doc/testing.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml?r1=1.8&r2=1.9

Index: testing.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- testing.xml	25 Mar 2010 03:53:58 -0000	1.8
+++ testing.xml	17 Sep 2012 19:33:23 -0000	1.9
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml,v 1.8 2010/03/25 03:53:58 zmedico Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml,v 1.9 2012/09/17 19:33:23 zmedico Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/proj/en/portage/doc/testing.xml">
@@ -82,7 +82,7 @@
 <e>PATH</e> and <e>PYTHONPATH</e>. For example if you have a checkout of the
 master branch at <path>/checkouts/portage</path> you'd set them like this:</p>
 <pre caption="settings to use portage master branch">
-export PYTHONPATH="/checkouts/portage/pym:${PYTHONPATH}"
+export PYTHONPATH="/checkouts/portage/pym:${PYTHONPATH:+:}${PYTHONPATH}"
 export PATH="/checkouts/portage/bin:${PATH}"
 </pre>
 <p>With those settings calling tools like <c>emerge</c>, <c>repoman</c> or 





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/portage/doc: testing.xml
@ 2012-09-17 20:32 Zac Medico (zmedico)
  0 siblings, 0 replies; 8+ messages in thread
From: Zac Medico (zmedico) @ 2012-09-17 20:32 UTC (permalink / raw
  To: gentoo-commits

zmedico     12/09/17 20:32:09

  Modified:             testing.xml
  Log:
  Remove extra colon from PYTHONPATH.

Revision  Changes    Path
1.10                 xml/htdocs/proj/en/portage/doc/testing.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml?r1=1.9&r2=1.10

Index: testing.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- testing.xml	17 Sep 2012 19:33:23 -0000	1.9
+++ testing.xml	17 Sep 2012 20:32:09 -0000	1.10
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml,v 1.9 2012/09/17 19:33:23 zmedico Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml,v 1.10 2012/09/17 20:32:09 zmedico Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/proj/en/portage/doc/testing.xml">
@@ -82,7 +82,7 @@
 <e>PATH</e> and <e>PYTHONPATH</e>. For example if you have a checkout of the
 master branch at <path>/checkouts/portage</path> you'd set them like this:</p>
 <pre caption="settings to use portage master branch">
-export PYTHONPATH="/checkouts/portage/pym:${PYTHONPATH:+:}${PYTHONPATH}"
+export PYTHONPATH="/checkouts/portage/pym${PYTHONPATH:+:}${PYTHONPATH}"
 export PATH="/checkouts/portage/bin:${PATH}"
 </pre>
 <p>With those settings calling tools like <c>emerge</c>, <c>repoman</c> or 





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-09-17 20:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-18 21:18 [gentoo-commits] gentoo commit in xml/htdocs/proj/en/portage/doc: testing.xml Zac Medico (zmedico)
  -- strict thread matches above, loose matches on Subject: below --
2012-09-17 20:32 Zac Medico (zmedico)
2012-09-17 19:33 Zac Medico (zmedico)
2010-03-25  3:53 Zac Medico (zmedico)
2010-03-25  1:47 Zac Medico (zmedico)
2010-03-24  7:57 Zac Medico (zmedico)
2008-07-16 23:15 Zac Medico (zmedico)
2008-07-16 22:21 Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox