public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-doc-cvs] cvs commit: hb-portage-configuration.xml
@ 2006-11-03 22:35 Josh Saddler
  0 siblings, 0 replies; 6+ messages in thread
From: Josh Saddler @ 2006-11-03 22:35 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    06/11/03 22:35:43

  Modified:             hb-portage-configuration.xml
  Log:
  oops, typo, missing '

Revision  Changes    Path
1.13                 xml/htdocs/doc/en/handbook/hb-portage-configuration.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml?r1=1.12&r2=1.13

Index: hb-portage-configuration.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- hb-portage-configuration.xml	3 Nov 2006 22:03:06 -0000	1.12
+++ hb-portage-configuration.xml	3 Nov 2006 22:35:43 -0000	1.13
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml,v 1.12 2006/11/03 22:03:06 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml,v 1.13 2006/11/03 22:35:43 nightmorph Exp $ -->
 
 <sections>
 
@@ -242,7 +242,7 @@
       </li>
       <li>--times: Preserves file modification times</li>
       <li>
-	--exclude='/distfiles --exclude='/local' --exclude='/packages': These
+	--exclude='/distfiles' --exclude='/local' --exclude='/packages': These
 	settings tell Portage to not tamper with the locations of downloaded
 	package files (which is specified in DISTDIR), any local Portage
 	overlay (specified in PORTDIR_OVERLAY), and any user-compiled binary



-- 
gentoo-doc-cvs@gentoo.org mailing list



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

* [gentoo-doc-cvs] cvs commit: hb-portage-configuration.xml
@ 2007-02-15 11:51 Josh Saddler
  0 siblings, 0 replies; 6+ messages in thread
From: Josh Saddler @ 2007-02-15 11:51 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    07/02/15 11:51:01

  Modified:             hb-portage-configuration.xml
  Log:
  grr, stupid new stable portage (2.1.2-r9) has some stupid new default behavior, necessitating the removal of the examples in portage_rsync_opts. otherwise, just going with what's in there will screw a user's system when syncing -- old files aren't deleted, etc.

Revision  Changes    Path
1.14                 xml/htdocs/doc/en/handbook/hb-portage-configuration.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml?r1=1.13&r2=1.14

Index: hb-portage-configuration.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- hb-portage-configuration.xml	3 Nov 2006 22:35:43 -0000	1.13
+++ hb-portage-configuration.xml	15 Feb 2007 11:51:01 -0000	1.14
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml,v 1.13 2006/11/03 22:35:43 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml,v 1.14 2007/02/15 11:51:01 nightmorph Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 configuration file or as environment variable.
 </abstract>
 
-<version>1.5</version>
-<date>2006-11-03</date>
+<version>1.6</version>
+<date>2007-02-15</date>
 
 <section>
 <title>Portage Configuration</title>
@@ -235,26 +235,6 @@
     <e>exactly</e> what you're doing. Note that certain absolutely required
     options will always be used even if PORTAGE_RSYNC_OPTS is empty.
   </li>
-    <li>
-    <ul>
-      <li>
-        --recursive: Thoroughly checks all category and package directories
-      </li>
-      <li>--times: Preserves file modification times</li>
-      <li>
-	--exclude='/distfiles' --exclude='/local' --exclude='/packages': These
-	settings tell Portage to not tamper with the locations of downloaded
-	package files (which is specified in DISTDIR), any local Portage
-	overlay (specified in PORTDIR_OVERLAY), and any user-compiled binary
-	packages. Note that any of these options can be overriden with
-	--exclude='!', should you wish Portage to modify them.
-      </li>
-      <li>--compress: Compresses the data transmitted during sync</li>
-      <li>
-	--whole-file: Sends data as whole files, rather than block transfers
-      </li>
-    </ul>
-    </li>
   <li>
     PORTAGE_RSYNC_EXTRA_OPTS can be used to set additional options when
     syncing. Each option should be space separated.



-- 
gentoo-doc-cvs@gentoo.org mailing list



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

* [gentoo-doc-cvs] cvs commit: hb-portage-configuration.xml
@ 2007-11-19  7:51 Joshua Saddler
  0 siblings, 0 replies; 6+ messages in thread
From: Joshua Saddler @ 2007-11-19  7:51 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    07/11/19 07:51:15

  Modified:             hb-portage-configuration.xml
  Log:
  fix config file information, bug 199527

Revision  Changes    Path
1.16                 xml/htdocs/doc/en/handbook/hb-portage-configuration.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml?r1=1.15&r2=1.16

Index: hb-portage-configuration.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- hb-portage-configuration.xml	25 Mar 2007 08:10:51 -0000	1.15
+++ hb-portage-configuration.xml	19 Nov 2007 07:51:15 -0000	1.16
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml,v 1.15 2007/03/25 08:10:51 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml,v 1.16 2007/11/19 07:51:15 nightmorph Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 configuration file or as environment variable.
 </abstract>
 
-<version>1.7</version>
-<date>2007-03-25</date>
+<version>1.8</version>
+<date>2007-11-18</date>
 
 <section>
 <title>Portage Configuration</title>
@@ -118,11 +118,11 @@
 
 <p>
 More information about Portage's Configuration File Protection is available
-through <c>emerge</c>:
+in the CONFIGURATION FILES section of the <c>emerge</c> manpage:
 </p>
 
 <pre caption="More information about Configuration File Protection">
-$ <i>emerge --help config</i>
+$ <i>man emerge</i>
 </pre>
 
 </body>



-- 
gentoo-doc-cvs@gentoo.org mailing list



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

* [gentoo-doc-cvs] cvs commit: hb-portage-configuration.xml
@ 2007-11-19  7:51 Joshua Saddler
  0 siblings, 0 replies; 6+ messages in thread
From: Joshua Saddler @ 2007-11-19  7:51 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    07/11/19 07:51:15

  Modified:             hb-portage-configuration.xml
  Log:
  fix config file information, bug 199527

Revision  Changes    Path
1.16                 xml/htdocs/doc/en/handbook/draft/hb-portage-configuration.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-portage-configuration.xml?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-portage-configuration.xml?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-portage-configuration.xml?r1=1.15&r2=1.16

Index: hb-portage-configuration.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-portage-configuration.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- hb-portage-configuration.xml	2 Nov 2007 23:26:02 -0000	1.15
+++ hb-portage-configuration.xml	19 Nov 2007 07:51:15 -0000	1.16
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-portage-configuration.xml,v 1.15 2007/11/02 23:26:02 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-portage-configuration.xml,v 1.16 2007/11/19 07:51:15 nightmorph Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 configuration file or as environment variable.
 </abstract>
 
-<version>1.7</version>
-<date>2007-03-25</date>
+<version>1.8</version>
+<date>2007-11-18</date>
 
 <section>
 <title>Portage Configuration</title>
@@ -118,11 +118,11 @@
 
 <p>
 More information about Portage's Configuration File Protection is available
-through <c>emerge</c>:
+in the CONFIGURATION FILES section of the <c>emerge</c> manpage:
 </p>
 
 <pre caption="More information about Configuration File Protection">
-$ <i>emerge --help config</i>
+$ <i>man emerge</i>
 </pre>
 
 </body>



-- 
gentoo-doc-cvs@gentoo.org mailing list



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

* [gentoo-doc-cvs] cvs commit: hb-portage-configuration.xml
@ 2008-02-28  8:25 Joshua Saddler
  0 siblings, 0 replies; 6+ messages in thread
From: Joshua Saddler @ 2008-02-28  8:25 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    08/02/28 08:25:26

  Modified:             hb-portage-configuration.xml
  Log:
  fixed proxy env variables, bug 211697

Revision  Changes    Path
1.17                 xml/htdocs/doc/en/handbook/hb-portage-configuration.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml?r1=1.16&r2=1.17

Index: hb-portage-configuration.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- hb-portage-configuration.xml	19 Nov 2007 07:51:15 -0000	1.16
+++ hb-portage-configuration.xml	28 Feb 2008 08:25:26 -0000	1.17
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml,v 1.16 2007/11/19 07:51:15 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-configuration.xml,v 1.17 2008/02/28 08:25:26 nightmorph Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 configuration file or as environment variable.
 </abstract>
 
-<version>1.8</version>
-<date>2007-11-18</date>
+<version>1.9</version>
+<date>2008-02-28</date>
 
 <section>
 <title>Portage Configuration</title>
@@ -187,7 +187,7 @@
 
 <p>
 If your environment requires you to use a proxy server, you can use the
-HTTP_PROXY, FTP_PROXY and RSYNC_PROXY variables to declare a proxy server. 
+http_proxy, ftp_proxy and RSYNC_PROXY variables to declare a proxy server. 
 </p>
 
 </body>



-- 
gentoo-doc-cvs@lists.gentoo.org mailing list



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

* [gentoo-doc-cvs] cvs commit: hb-portage-configuration.xml
@ 2008-02-28  8:25 Joshua Saddler
  0 siblings, 0 replies; 6+ messages in thread
From: Joshua Saddler @ 2008-02-28  8:25 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    08/02/28 08:25:27

  Modified:             hb-portage-configuration.xml
  Log:
  fixed proxy env variables, bug 211697

Revision  Changes    Path
1.17                 xml/htdocs/doc/en/handbook/draft/hb-portage-configuration.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-portage-configuration.xml?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-portage-configuration.xml?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-portage-configuration.xml?r1=1.16&r2=1.17

Index: hb-portage-configuration.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-portage-configuration.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- hb-portage-configuration.xml	19 Nov 2007 07:51:15 -0000	1.16
+++ hb-portage-configuration.xml	28 Feb 2008 08:25:27 -0000	1.17
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-portage-configuration.xml,v 1.16 2007/11/19 07:51:15 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-portage-configuration.xml,v 1.17 2008/02/28 08:25:27 nightmorph Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 configuration file or as environment variable.
 </abstract>
 
-<version>1.8</version>
-<date>2007-11-18</date>
+<version>1.9</version>
+<date>2008-02-28</date>
 
 <section>
 <title>Portage Configuration</title>
@@ -187,7 +187,7 @@
 
 <p>
 If your environment requires you to use a proxy server, you can use the
-HTTP_PROXY, FTP_PROXY and RSYNC_PROXY variables to declare a proxy server. 
+http_proxy, ftp_proxy and RSYNC_PROXY variables to declare a proxy server. 
 </p>
 
 </body>



-- 
gentoo-doc-cvs@lists.gentoo.org mailing list



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

end of thread, other threads:[~2008-02-28  8:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-15 11:51 [gentoo-doc-cvs] cvs commit: hb-portage-configuration.xml Josh Saddler
  -- strict thread matches above, loose matches on Subject: below --
2008-02-28  8:25 Joshua Saddler
2008-02-28  8:25 Joshua Saddler
2007-11-19  7:51 Joshua Saddler
2007-11-19  7:51 Joshua Saddler
2006-11-03 22:35 Josh Saddler

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