diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-07-28 14:13:56 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-07-28 14:13:56 -0400 |
commit | b3238df8e33c0afd53906c6069f69b37b1a9a923 (patch) | |
tree | 0e6aff70dfe0cabef7048ac2e05e28dbfea30cfd /mustache-templates/reproducible | |
parent | a2a59adfd7ac9047c39f563802edf8ba0cb68b82 (diff) | |
download | jenkins.debian.net-b3238df8e33c0afd53906c6069f69b37b1a9a923.tar.xz |
reproducible: minor nitpickings about Val's last commits
Diffstat (limited to 'mustache-templates/reproducible')
-rw-r--r-- | mustache-templates/reproducible/README | 12 | ||||
-rw-r--r-- | mustache-templates/reproducible/package_navigation.mustache | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/mustache-templates/reproducible/README b/mustache-templates/reproducible/README new file mode 100644 index 00000000..fb314895 --- /dev/null +++ b/mustache-templates/reproducible/README @@ -0,0 +1,12 @@ +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 + + diff --git a/mustache-templates/reproducible/package_navigation.mustache b/mustache-templates/reproducible/package_navigation.mustache index e90d2612..26c0228c 100644 --- a/mustache-templates/reproducible/package_navigation.mustache +++ b/mustache-templates/reproducible/package_navigation.mustache @@ -6,7 +6,7 @@ </a> </h4> {{#notes_uri}} - <li><a href="{{notes_uri}}" title="Additional commentary on this packages unreproduciblity" target="main">notes</a></li> + <li><a href="{{notes_uri}}" title="Additional comments on this packages unreproduciblity" target="main">notes</a></li> {{/notes_uri}} {{^notes_uri}} {{^reproducible}} |