Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/templates/summary.m4
diff options
context:
space:
mode:
Diffstat (limited to 'templates/summary.m4')
-rw-r--r--templates/summary.m419
1 files changed, 18 insertions, 1 deletions
diff --git a/templates/summary.m4 b/templates/summary.m4
index 8eb2845..0f32a97 100644
--- a/templates/summary.m4
+++ b/templates/summary.m4
@@ -6,11 +6,14 @@ _HEADER(`Archlinux32 Consistency Checker',`anb-stats')
m4_define(`_STATISTICS',`Statistics')
m4_define(`_DUPLICATES_STATE_REPO',`Duplicate States in State Repo')
-
+m4_define(`_MISSING_STATE_FILE',`Missing state file')
+m4_define(`_MISSING_PACKAGE_REPO',`Missing git repo')
<h1>Table of Contents</h1>
<ul>
<li>_LINK_TO_LABEL(_STATISTICS)</li>
<li>_LINK_TO_LABEL(_DUPLICATES_STATE_REPO)</li>
+ <li>_LINK_TO_LABEL(_MISSING_STATE_FILE)</li>
+ <li>_LINK_TO_LABEL(_MISSING_PACKAGE_REPO)</li>
</ul>
_SECTION_HEADER(h2,_STATISTICS)
@@ -27,5 +30,19 @@ _TABLE_HEADER(repository,package,version,tag,git)
m4_esyscmd(`../scripts/tsv2tablerow ../data/duplicates')
_TABLE_END()
+_SECTION_HEADER(h2,_MISSING_STATE_FILE)
+<p>Candidates to be transfered to the AUR and to adopt there..</p>
+<p><i>TODO: add description here how to do that..</i>/<p>
+_TABLE_START()
+_TABLE_HEADER(repository,status)
+m4_esyscmd(`../scripts/tsv2tablerow ../data/missing_state_file')
+_TABLE_END()
+
+_SECTION_HEADER(h2,_MISSING_PACKAGE_REPO)
+_TABLE_START()
+_TABLE_HEADER(repository,status)
+m4_esyscmd(`../scripts/tsv2tablerow ../data/missing_package_repo')
+_TABLE_END()
+
_FOOTER()