X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=TODO;h=d7c0811d4702a0e423521d8ced443a9eb71e7e16;hb=80a20d680983f872a04f5f34e9bb7bf1024cc4c3;hp=7081d22b80f183cced96b64ffd8300271ecc0693;hpb=9d629611dfd28699ff06eec2824dcb76fc0989a0;p=dak.git diff --git a/TODO b/TODO index 7081d22b..d7c0811d 100644 --- a/TODO +++ b/TODO @@ -3,6 +3,10 @@ To fix Urgent ------ + + 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 @@ -12,14 +16,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)