]> git.decadent.org.uk Git - dak.git/blobdiff - docs/README.assumptions
Convert away from silly names
[dak.git] / docs / README.assumptions
index 6f2f46f320c7cb13ba1befda0d8bd0892bbf31c8..b036c3d7b9a3ac69dede3d70cb8f3200a811a7dd 100644 (file)
@@ -1,9 +1,14 @@
 Assumptions
 -----------
 
-[Incomplete, to be sure]
+o Usernames do not contain ",". [dak import-users-from-passwd]
+o Package names do not contain "~" [dak cruft-report]
+o Suites are case-independent in conf files, but forced lower case in use. [dak make-suite-file-list]
+o Components are case-sensitive. [dak make-suite-file-list]
+o There's always source of some sort
 
-Usernames do not contain ",". [julia]
-Password files do not contain ":" except as a field separator. [julia]
-Version numbers do not contain "~" [logging, charisma]
+o If you have a large archive, you have a lot of memory and don't mind
+  it being used. [dak make-suite-file-list[, dak import-archive]]
+
+[Very incomplete...]