You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bu...@apache.org on 2015/09/21 11:49:52 UTC

svn commit: r966189 - in /websites/staging/directory/trunk/content: ./ api/developer-guide.html

Author: buildbot
Date: Mon Sep 21 09:49:49 2015
New Revision: 966189

Log:
Staging update by buildbot for directory

Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/api/developer-guide.html

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Sep 21 09:49:49 2015
@@ -1 +1 @@
-1704244
+1704245

Modified: websites/staging/directory/trunk/content/api/developer-guide.html
==============================================================================
--- websites/staging/directory/trunk/content/api/developer-guide.html (original)
+++ websites/staging/directory/trunk/content/api/developer-guide.html Mon Sep 21 09:49:49 2015
@@ -166,7 +166,7 @@
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <h1 id="developer-guide">Developer Guide<a class="headerlink" href="#developer-guide" title="Permanent link">&para;</a></h1>
-<p>This guide is intened tio be read by those who participate into the development of the LDAP API. Users of the API are expected to read the <a href="user-guide.html">User guide</a>.</p>
+<p>This guide is intened to be read by those who participate into the development of the LDAP API. Users of the API are expected to read the <a href="user-guide.html">User guide</a>.</p>
 <h2 id="getting-the-source-building-the-trunks">Getting the source, Building the trunks<a class="headerlink" href="#getting-the-source-building-the-trunks" title="Permanent link">&para;</a></h2>
 <p>To get the source, build the <em>trunks/shared</em> and get along with Maven.</p>
 <h2 id="versioning-scheme">Versioning Scheme<a class="headerlink" href="#versioning-scheme" title="Permanent link">&para;</a></h2>
@@ -505,12 +505,13 @@ $ <span class="n">scp</span> <span class
 <p>If the vote succeeds LDAP API project can be released.</p>
 <p>Go to <a href="https://repository.apache.org/index.html#stagingRepositories">https://repository.apache.org/index.html#stagingRepositories</a> and release the staging repository so all artifacts are published to Maven central.</p>
 <p>Move the distribution packages (sources and binaries) to the dist SVN repository: https://dist.apache.org/repos/dist/release/directory/api/dist/$(version)</p>
-<p>The best solution would be to checkout the directory in people.apache.org, to copy the packages in the right place, and to check in the changes :</p>
+<p>The best solution would be to checkout the directory in people.apache.org, to copy the packages in the right place, and to check in the changes (we assume you have a dist-all/api directory in your home directory. if not, create it) :</p>
 <div class="codehilite"><pre>$ <span class="n">ssh</span> <span class="n">people</span><span class="p">.</span><span class="n">apache</span><span class="p">.</span><span class="n">org</span>
-# <span class="n">svn</span> <span class="n">co</span> <span class="n">https</span><span class="p">:</span><span class="o">//</span><span class="n">dist</span><span class="p">.</span><span class="n">apache</span><span class="p">.</span><span class="n">org</span><span class="o">/</span><span class="n">repos</span><span class="o">/</span><span class="n">dist</span><span class="o">/</span><span class="n">release</span><span class="o">/</span><span class="n">directory</span><span class="o">/</span><span class="n">api</span><span class="o">/</span><span class="n">dist</span><span class="o">/</span> <span class="n">api</span><span class="o">-</span><span class="n">dist</span>
-# <span class="n">cd</span> <span class="n">api</span><span class="o">-</span><span class="n">dist</span>
+# <span class="n">cd</span> <span class="n">dist</span><span class="o">-</span><span class="n">all</span><span class="o">/</span><span class="n">api</span>
+# <span class="n">svn</span> <span class="n">co</span> <span class="n">https</span><span class="p">:</span><span class="o">//</span><span class="n">dist</span><span class="p">.</span><span class="n">apache</span><span class="p">.</span><span class="n">org</span><span class="o">/</span><span class="n">repos</span><span class="o">/</span><span class="n">dist</span><span class="o">/</span><span class="n">release</span><span class="o">/</span><span class="n">directory</span><span class="o">/</span><span class="n">api</span><span class="o">/</span><span class="n">dist</span><span class="o">/</span> <span class="n">dist</span>
+# <span class="n">cd</span> <span class="n">dist</span>
 # <span class="n">mkdir</span> <span class="o">&lt;</span><span class="n">version</span><span class="o">&gt;</span>
-# <span class="n">cp</span> <span class="p">.</span><span class="o">./</span><span class="n">public_html</span><span class="o">/</span><span class="n">ldap</span><span class="o">-</span><span class="n">api</span><span class="o">-&lt;</span><span class="n">version</span><span class="o">&gt;/*</span> <span class="o">&lt;</span><span class="n">version</span><span class="o">&gt;</span>
+# <span class="n">cp</span> <span class="o">~/</span><span class="n">public_html</span><span class="o">/</span><span class="n">ldap</span><span class="o">-</span><span class="n">api</span><span class="o">-&lt;</span><span class="n">version</span><span class="o">&gt;/*</span> <span class="o">&lt;</span><span class="n">version</span><span class="o">&gt;</span>
 # <span class="n">svn</span> <span class="n">add</span> <span class="o">&lt;</span><span class="n">version</span><span class="o">&gt;</span>
 # <span class="n">svn</span> <span class="n">ci</span> <span class="o">&lt;</span><span class="n">version</span><span class="o">&gt;</span>
 <span class="p">...</span>
@@ -601,7 +602,7 @@ $ <span class="n">vi</span> <span class=
 <ul>
 <li>/lib/path.pm : update the $version_api variable with the new version.</li>
 <li>/content/index.mdtext : same here, update the <!-- LDAP API project --> section, which contains the version.</li>
-<li>/content/api/news.mdtext : add the news on top of thise page</li>
+<li>/content/api/news.mdtext : add the news on top of this page</li>
 <li>/content/api/download-old-versions.mdtext : add a new line on top of the array, which refers to the latest version before the new one</li>
 </ul>
 <p>Commit the changes, and publish the web site, you are done !</p>