Skip to content

process-upload: catch InvalidChangesException

Emilio Pozuelo Monfort requested to merge pochu/dak:invalid-changes into master

Creating a Changes object doesn't parse it immediately, so we were not catching InvalidChangesException here. Force the parsing so we can detect invalid changes and stop processing them, otherwise process-upload explodes and no further changes are processed after the broken one.

Merge request reports

Loading