]> git.decadent.org.uk Git - dak.git/commitdiff
generate-packages-sources
authorJoerg Jaspert <joerg@debian.org>
Tue, 6 Jul 2010 23:57:45 +0000 (01:57 +0200)
committerJoerg Jaspert <joerg@debian.org>
Tue, 6 Jul 2010 23:57:45 +0000 (01:57 +0200)
some more changes:
 - chdir before we call the generate function
 - dont include architecture all
 - use commands.getstatusoutput
    this breaks the try, finally: block. using os.system() it works nicely,
    but the output is a hell. using commands.getstatusoutput the finally:
    is called to early, removing the config for apt-ftparchive, breaking it.
    ugh, bad.
 - the whole mess with the config inside dbconn.py needs to go, as well
   as the special cases for the tree configs. should be an aptconf class,
   but thats a task for when this fully works

Signed-off-by: Joerg Jaspert <joerg@debian.org>

No differences found