cdist update
This commit is contained in:
parent
52aa20a0ab
commit
c8b6c0cef0
5 changed files with 29 additions and 6 deletions
|
@ -604,7 +604,7 @@ in csh variants (csh, tcsh):</p></div>
|
|||
<div class="content">
|
||||
<pre><tt>eval `./bin/cdist-env`</tt></pre>
|
||||
</div></div>
|
||||
<div class="paragraph"><p>For bourne shell, the is also a shorter version:</p></div>
|
||||
<div class="paragraph"><p>For bourne shell, there is also a shorter version:</p></div>
|
||||
<div class="listingblock">
|
||||
<div class="content">
|
||||
<pre><tt>. ./bin/cdist-env</tt></pre>
|
||||
|
@ -628,7 +628,7 @@ granted under the terms of the GNU General Public License version 3 (GPLv3).</p>
|
|||
<div id="footnotes"><hr /></div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2011-03-23 09:29:30 CET
|
||||
Last updated 2011-03-24 15:56:45 CET
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -599,6 +599,23 @@ may be of great help as well.</p></div>
|
|||
</div>
|
||||
</div>
|
||||
<div class="sect1">
|
||||
<h2 id="_coding_conventions_core">CODING CONVENTIONS (CORE)</h2>
|
||||
<div class="sectionbody">
|
||||
<div class="ulist"><ul>
|
||||
<li>
|
||||
<p>
|
||||
All variables exported by cdist are prefixed with a double underscore (__)
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
All cdist-internal variables are prefixed with <em>_cdist</em> and are generally not exported.
|
||||
</p>
|
||||
</li>
|
||||
</ul></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect1">
|
||||
<h2 id="_how_to_submit_stuff_for_inclusion_into_upstream_cdist">HOW TO SUBMIT STUFF FOR INCLUSION INTO UPSTREAM CDIST</h2>
|
||||
<div class="sectionbody">
|
||||
<div class="paragraph"><p>If you did some cool changes to cdist, which you value as a benefit for
|
||||
|
@ -631,6 +648,12 @@ Code submissions must be in your master branch
|
|||
Exception: If you only want a comment on your code, but not an inclusion.
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
Do not add conf/manifest/init - This file should only be touched in your
|
||||
private branch!
|
||||
</p>
|
||||
</li>
|
||||
</ul></div>
|
||||
<div class="paragraph"><p>As soon as your work meets these requirements, you can contact me
|
||||
(IRC, Mailinglist, Phone, RFC 1149) and I’ll check your code before
|
||||
|
@ -669,7 +692,7 @@ granted under the terms of the GNU General Public License version 3 (GPLv3).</p>
|
|||
<div id="footnotes"><hr /></div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2011-03-24 15:35:17 CET
|
||||
Last updated 2011-03-24 15:58:35 CET
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -673,7 +673,7 @@ granted under the terms of the GNU General Public License version 3 (GPLv3).</p>
|
|||
<div id="footnotes"><hr /></div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2011-03-24 13:27:16 CET
|
||||
Last updated 2011-03-24 15:56:45 CET
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -641,7 +641,7 @@ granted under the terms of the GNU General Public License version 3 (GPLv3).</p>
|
|||
<div id="footnotes"><hr /></div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2011-03-24 13:31:57 CET
|
||||
Last updated 2011-03-24 15:56:45 CET
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -649,7 +649,7 @@ granted under the terms of the GNU General Public License version 3 (GPLv3).</p>
|
|||
<div id="footnotes"><hr /></div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2011-03-24 15:16:56 CET
|
||||
Last updated 2011-03-24 15:56:45 CET
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue