diff options
author | Valerie R Young <spectranaut@riseup.net> | 2016-07-29 15:54:00 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-07-29 16:01:56 -0400 |
commit | 8cdd0f8eecb4086cac324d8cf44ccac3d4b39190 (patch) | |
tree | 36c5b233ff6e785731d91dff9f479d59de84b4ea /mustache-templates/reproducible | |
parent | 27bc54e6adc58208ce030336ebcbdaa51d4ac721 (diff) | |
download | jenkins.debian.net-8cdd0f8eecb4086cac324d8cf44ccac3d4b39190.tar.xz |
reproducible debian: add README to mustache directory
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'mustache-templates/reproducible')
-rw-r--r-- | mustache-templates/reproducible/README | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/mustache-templates/reproducible/README b/mustache-templates/reproducible/README deleted file mode 100644 index fb314895..00000000 --- a/mustache-templates/reproducible/README +++ /dev/null @@ -1,12 +0,0 @@ -mustache is documented in PLEASE FIXME valerie! :) - -{{#foo}} - -> if foo is defined - -{{^foo}} - -> if foo is not defined - -{{#foo}}{{^bar}} - -> if foo is defined and bar is not defined - - |