X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=TODO;h=927c44abd5dbba8a2c73d43040e7dc64cf7602b7;hb=288ceb69f46d61999156d583a7d99436078c6b29;hp=7081d22b80f183cced96b64ffd8300271ecc0693;hpb=9d629611dfd28699ff06eec2824dcb76fc0989a0;p=dak.git diff --git a/TODO b/TODO index 7081d22b..927c44ab 100644 --- a/TODO +++ b/TODO @@ -4,6 +4,12 @@ To fix Urgent ------ + o katie should distingusih between can not read does not exist and perm denied. + + o heidi should use transactions + + o heidi should read from stdin, then process + o katie needs a stable_reject() which a) removes the package from p-u, b) doesn't remove the file from the pool, and c) (optionally, I guess) uses a template mail. @@ -12,14 +18,21 @@ Urgent files from p-u when removing stuff superseded by newer versions. o experimental needs to auto clean (relative to unstable) + [' + SELECT s.source, s.version AS experimental, s2.version AS unstable + FROM src_associations sa, source s, source s2, src_associations sa2 + WHERE sa.suite = 1 AND sa2.suite = 5 AND sa.source = s.id + AND sa2.source = s2.id AND s.source = s2.source + AND versioncmp(s.version, s2.version) < 0; + '] + [ but, needs to hook into melanie ... ] + [ and, err, fix the gay hardcoding of suites in rene ... ] o jenna doesn't handle arch: any -> arch: all transitions [aj worked around; need to revisit] o direport misreports things as section 'devel' - o Fix rhona to obey StayOfExecution - o rewrite shania to a) be sane, b) clean REJECT properly (i.e. ignore the fact that stuff is in a valid .changes file and just clean the mofo)