On Tue, 24 Nov 2020 19:03:43 -0000, GitLab Bridge on behalf of bcrocker wrote:
-dist-clean: dist-clean-sources dist-clean-configs dist-clean-rpmdirs +dist-clean-scripts:
- @if [ -f dist-dump-variables.sh ]; then rm dist-dump-variables.sh; fi
This does the same thing and is usually used:
rm -f dist-dump-variables.sh
The rest of the patch set looks good to me. I'm not sure what the latest version of the patches is, though, it seems the gitlab<->email gateway is not really working as it should.
Jiri