[oe-commits] org.oe.documentation usermanual SRC_URI: Add details on the new SVNDIR variable, add details on

lenehan commit openembedded-commits at lists.openembedded.org
Sat Sep 9 03:12:45 UTC 2006


usermanual SRC_URI: Add details on the new SVNDIR variable, add details on
the CVSDIR variable, which was missed previously, and rename GIT_DIR to its
real name of GITDIR.

Author: lenehan at openembedded.org
Branch: org.openembedded.documentation
Revision: 3f681d3e9be4dd41e93c7f21073605556efc3748
ViewMTN: http://monotone.openembedded.org/revision.psp?id=3f681d3e9be4dd41e93c7f21073605556efc3748
Files:
1
usermanual/reference/var_src_uri.xml
Diffs:

#
# mt diff -re49f3539929602ea80e545f168e045116c000378 -r3f681d3e9be4dd41e93c7f21073605556efc3748
#
# 
# 
# patch "usermanual/reference/var_src_uri.xml"
#  from [af5f400ee843c174305a38f187f577d8842108a6]
#    to [bf5a1407413eef0f344f1d6c55bd73558583acd3]
# 
============================================================
--- usermanual/reference/var_src_uri.xml	af5f400ee843c174305a38f187f577d8842108a6
+++ usermanual/reference/var_src_uri.xml	bf5a1407413eef0f344f1d6c55bd73558583acd3
@@ -334,6 +334,15 @@
         </varlistentry>
 
         <varlistentry>
+          <term>CVSDIR</term>
+
+          <listitem>
+            <para>The directory in which the cvs checkouts will be performed.
+            The default is <command>${DL_DIR}/cvs</command>.</para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry>
           <term>DL_DIR</term>
 
           <listitem>
@@ -401,6 +410,15 @@
 
     <para>Related variables:<variablelist>
         <varlistentry>
+          <term>SVNDIR</term>
+
+          <listitem>
+            <para>The directory in which the svn checkouts will be performed..
+            The default is <command>${DL_DIR}/svn</command>.</para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry>
           <term>DL_DIR</term>
 
           <listitem>
@@ -447,10 +465,11 @@
 
     <para><variablelist>
         <varlistentry>
-          <term>GIT_DIR</term>
+          <term>GITDIR</term>
 
           <listitem>
-            <para>The directory where git clones will be stored.</para>
+            <para>The directory in which the git checkouts will be performed.
+            The default is <command>${DL_DIR}/git</command>.</para>
           </listitem>
         </varlistentry>
 






More information about the Openembedded-commits mailing list