Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2024-09-12 07:53:18 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2024-09-12 07:53:18 +0200
commitc6b8602075156e9997d0504fc861f11cd60ab613 (patch)
tree5ae82af4b74bf8f8d8feca4a9f57ef9010814655 /doc
initial revision, checking out states and repos
Diffstat (limited to 'doc')
-rw-r--r--doc/LINKS4
-rw-r--r--doc/TODOS10
2 files changed, 14 insertions, 0 deletions
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
+