Skip to content

hooks: skip any hook that has skip: true

Simon Chopin requested to merge schopin/dput-ng:autoskip into master

We do this piecemeal in a couple of hooks already, this generalizes the approach to all of them. It makes it straightforward to skip a hook if needed. For instance, to upload something to Ubuntu Focal that is now out-of-support:

dput -O supported-distribution.skip=true ubuntu $my.changes

Merge request reports

Loading