]> git.donarmstrong.com Git - dak.git/commit
daklib/archive.py: don't fail in prepare() if the .dsc is invalid
authorAnsgar Burchardt <ansgar@debian.org>
Tue, 18 Dec 2012 15:37:36 +0000 (16:37 +0100)
committerAnsgar Burchardt <ansgar@debian.org>
Tue, 18 Dec 2012 15:41:29 +0000 (16:41 +0100)
commit0fd24759c7d4d1c5c0398fb0bc775ca0d77a9310
tree6cb559b578d9d38c6d4275c6601cabfb59296a1f
parent748315d6bcb51dac789edbdb271d1c298273bcd8
daklib/archive.py: don't fail in prepare() if the .dsc is invalid

We only need the .dsc here to try and grab any files not included in the
upload. If there is an error loading the .dsc, do not throw an exception here,
but do so later instead.
daklib/archive.py