Skip to content

Default Git commit author and committer to the user triggering the CI

Andrej Shadura requested to merge use-name-everywhere into master

For consistency, we want Git to use the name of the triggering user everywhere. Unless we do that, it will use .git/config in some places, EMAIL and "root" in other places, while debian/changelog consistently uses the user’s name and email anyway.

If we decide we want the automatically scheduled jobs to have something vague like "Apertis CI", we can override EMAIL and NAME in the schedule definition.

Merge request reports