]> git.decadent.org.uk Git - dak.git/commit
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)
commitc9398d303256dfedc13975b79b6b691048cfcc05
tree9a7b9715f4882156c464f424ad0e83c157fd93e0
parent738b13e52cf9784f58ef732c970e5fb3ac983e09
generate-packages-sources

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>
dak/generate_packages_sources.py
daklib/dbconn.py