From c8b6c0cef0d3884bcba114d1f0c40c572abe8315 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 24 Mar 2011 16:03:34 +0100 Subject: [PATCH] cdist update --- software/cdist/man/cdist-env.html | 4 ++-- software/cdist/man/cdist-hacker.html | 25 ++++++++++++++++++++- software/cdist/man/cdist-manifest.html | 2 +- software/cdist/man/cdist-type__apt_ppa.html | 2 +- software/cdist/man/cdist.html | 2 +- 5 files changed, 29 insertions(+), 6 deletions(-) diff --git a/software/cdist/man/cdist-env.html b/software/cdist/man/cdist-env.html index f4d1cbfa..539baa59 100644 --- a/software/cdist/man/cdist-env.html +++ b/software/cdist/man/cdist-env.html @@ -604,7 +604,7 @@ in csh variants (csh, tcsh):

eval `./bin/cdist-env`
-

For bourne shell, the is also a shorter version:

+

For bourne shell, there is also a shorter version:

. ./bin/cdist-env
@@ -628,7 +628,7 @@ granted under the terms of the GNU General Public License version 3 (GPLv3).


diff --git a/software/cdist/man/cdist-hacker.html b/software/cdist/man/cdist-hacker.html index 04ae55a8..a71f7b0d 100644 --- a/software/cdist/man/cdist-hacker.html +++ b/software/cdist/man/cdist-hacker.html @@ -599,6 +599,23 @@ may be of great help as well.

+

CODING CONVENTIONS (CORE)

+
+
    +
  • +

    +All variables exported by cdist are prefixed with a double underscore (__) +

    +
  • +
  • +

    +All cdist-internal variables are prefixed with _cdist and are generally not exported. +

    +
  • +
+
+
+

HOW TO SUBMIT STUFF FOR INCLUSION INTO UPSTREAM CDIST

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.

+
  • +

    +Do not add conf/manifest/init - This file should only be touched in your + private branch! +

    +
  • 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).


    diff --git a/software/cdist/man/cdist-manifest.html b/software/cdist/man/cdist-manifest.html index b1580121..c877f316 100644 --- a/software/cdist/man/cdist-manifest.html +++ b/software/cdist/man/cdist-manifest.html @@ -673,7 +673,7 @@ granted under the terms of the GNU General Public License version 3 (GPLv3).


    diff --git a/software/cdist/man/cdist-type__apt_ppa.html b/software/cdist/man/cdist-type__apt_ppa.html index d391ed42..69307780 100644 --- a/software/cdist/man/cdist-type__apt_ppa.html +++ b/software/cdist/man/cdist-type__apt_ppa.html @@ -641,7 +641,7 @@ granted under the terms of the GNU General Public License version 3 (GPLv3).


    diff --git a/software/cdist/man/cdist.html b/software/cdist/man/cdist.html index 3afcb3a5..067a4e27 100644 --- a/software/cdist/man/cdist.html +++ b/software/cdist/man/cdist.html @@ -649,7 +649,7 @@ granted under the terms of the GNU General Public License version 3 (GPLv3).