From: Raphaël Hertzog Date: Tue, 27 Oct 2009 01:39:53 +0000 (+0100) Subject: Add support for multiple orig tarballs X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=inline;h=2495bbed9a0904fbe1a15976cad2974b305fb9ce;hp=2495bbed9a0904fbe1a15976cad2974b305fb9ce;p=dak.git Add support for multiple orig tarballs Structure of Upload.pkg is adapted to handle multiple upstream tarballs. This also means that the .dak format is modified. Since the .dak format has been modified, improve the object .dak parser funtion to be able to read both the new and the old format. When reading the old format, it auto-converts the data to the new structure. It uses python's type() introspection to know what format is used. This allows in-place upgrade even when old .dak are still stored in various queues. Several other adaptations are also required in other methods of Upload object, in process-accepted, in autobuild_queue(). Signed-off-by: Raphaël Hertzog ---