Martin Jambor <mjam...@suse.cz> writes: > [...] I have inherited Martin Liška's buildbot script that checks > that all sorts of autotools generated files, mainly configure scripts, > were re-generated correctly when appropriate. [...]
The gccadmin account on sourceware already does some daily routine git commits ("Daily bump."). You could decide to delegate regeneration of the configury to the same service. It could run on a scheduled basis rather than the commit hook, if people are angsty about that. It would use designated master auto* tool versions. None of the developers would have to struggle keeping them matched: just commit the inputs. Or if they commit regenerated versions but with an oddball auto* version, the sourceware bot could fix that later. - FChE