index : checker | |
Archlinux32 consistency checker | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | doc/TODOS | 10 |
diff --git a/doc/TODOS b/doc/TODOS new file mode 100644 index 0000000..3f9f630 --- /dev/null +++ b/doc/TODOS @@ -0,0 +1,10 @@ +- check if gitrevision is part of the packages_dir checkout, if not, and only then, + do a git pull. +- consistency checks + - check for more than one pkgname over multiple repos/archs, use vercmp + to find the newer version + - provide a report and a code snippet for arch32 builder to ignore all + but the newest version + - check for gitrevision from state to appear in packages for every package + - check for all tags if they appear in the packages for every package + |