diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-06-06 16:58:47 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-06-06 16:58:47 +0000 |
commit | a4e3c35a193a717144df03eee729f8ba705099eb (patch) | |
tree | 36ee0db7499c8ed48b120581387b16023db65909 /tmpl/report.txt | |
download | mgaadvisories-a4e3c35a193a717144df03eee729f8ba705099eb.tar mgaadvisories-a4e3c35a193a717144df03eee729f8ba705099eb.tar.gz mgaadvisories-a4e3c35a193a717144df03eee729f8ba705099eb.tar.bz2 mgaadvisories-a4e3c35a193a717144df03eee729f8ba705099eb.tar.xz mgaadvisories-a4e3c35a193a717144df03eee729f8ba705099eb.zip |
First version
Diffstat (limited to 'tmpl/report.txt')
-rw-r--r-- | tmpl/report.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tmpl/report.txt b/tmpl/report.txt new file mode 100644 index 0000000..a1c629d --- /dev/null +++ b/tmpl/report.txt @@ -0,0 +1,9 @@ +[% IF advdb.error -%] +Error: [% advdb.error %] +[% ELSE %] +Advisories updates : +[% FOREACH report_log IN report_logs -%] +- [% report_log %] +[% END -%] +[% END -%] + |