Bug#932459: git-debpush: support forcing individual checks

2019-07-20 Thread Sean Whitton
Hello, On Fri 19 Jul 2019 at 08:11PM +01, Ian Jackson wrote: > Thanks. Looks pretty good. My review comments: New version of third patch attached and a 'git-debpush-force-check-v2' branch pushed to . >> +for c in "${force[@]}"; do >> +if [ "$c" = "

Bug#932459: git-debpush: support forcing individual checks

2019-07-19 Thread Ian Jackson
Thanks. Looks pretty good. My review comments: > +for c in "${force[@]}"; do > +if [ "$c" = "$check" ]; then > +check_is_forced=true > +break > +fi > +done It is possible, including here I think, to do something like this: case " ${force[*]} "

Bug#932459: git-debpush: support forcing individual checks

2019-07-19 Thread Sean Whitton
Package: git-debpush Version: 9.3 Tags: patch Hello, Please find attached patches to make git-debpush support forcing individual checks. Also available in branch 'git-debpush-force-check-v1' of repo . The tagupl, tagupl-baredebian and tagupl-native checks pass u