X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=blobdiff_plain;f=docs%2FREADME.assumptions;h=2c33055b2351fc276b472592c730c04e58777d27;hp=6f2f46f320c7cb13ba1befda0d8bd0892bbf31c8;hb=026bdb9580e6d18bf504d2f44d46890df5d89f1a;hpb=40a42fb07aae98d0425a51f2a963f50e27c29a71 diff --git a/docs/README.assumptions b/docs/README.assumptions index 6f2f46f3..2c33055b 100644 --- a/docs/README.assumptions +++ b/docs/README.assumptions @@ -1,9 +1,14 @@ Assumptions ----------- -[Incomplete, to be sure] +o Usernames do not contain ",". [dak import-users-from-passwd] +o Package names and versions 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...]