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:
authorAndreas Baumann <mail@andreasbaumann.cc>2024-09-19 15:23:25 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2024-09-19 15:23:25 +0200
commitb98887e1a4f044e13ba15a09486f615672ba472a (patch)
treebbbf1a94b9150a48068988b7b72d41dc71a94d3b /templates/summary.m4
parentc8f372b24fef9c52e93c85f90df59ec2a1511b4a (diff)
can read package list from the AUR, also checking if missing pacakges have been dropped to the AUR
Diffstat (limited to 'templates/summary.m4')
-rw-r--r--templates/summary.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/summary.m4 b/templates/summary.m4
index af084cd..60035af 100644
--- a/templates/summary.m4
+++ b/templates/summary.m4
@@ -43,7 +43,7 @@ _TABLE_END()
_SECTION_HEADER(h2,_MISSING_STATE_FILE)
<p>Candidates to be transfered to the AUR and to adopt there..</p>
_TABLE_START()
-_TABLE_HEADER(repository,status)
+_TABLE_HEADER(repository,status in state repo,state in AUR)
m4_esyscmd(`../scripts/tsv2tablerow ../data/missing_state_file')
_TABLE_END()
_SECTION_HEADER(h2,_MOVING_PACKAGES_TO_AUR)