index : checker | |
Archlinux32 consistency checker | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2024-09-12 07:53:18 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2024-09-12 07:53:18 +0200 |
commit | c6b8602075156e9997d0504fc861f11cd60ab613 (patch) | |
tree | 5ae82af4b74bf8f8d8feca4a9f57ef9010814655 /doc |
-rw-r--r-- | doc/LINKS | 4 | ||||
-rw-r--r-- | doc/TODOS | 10 |
diff --git a/doc/LINKS b/doc/LINKS new file mode 100644 index 0000000..f09fa6e --- /dev/null +++ b/doc/LINKS @@ -0,0 +1,4 @@ +- Archlinux + - devtools +- HTML with m4 + - https://www.linuxjournal.com/article/2393 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 + |