Gusto / it-cpe-opensource

Tools used by the CPE team at Gusto to manage our endpoints and software deployment systems.
Other
59 stars 29 forks source link

Fix AutoPkg runs #31

Closed williamtheaker closed 4 years ago

williamtheaker commented 4 years ago

The runner image changed slightly and broke the git commit part of auto_pkgtools.py.

w0de commented 4 years ago

The runner image changed slightly and broke the git commit part of auto_pkgtools.py.

Can you elaborate on the change and what this required of us? The substantive change I see is we now set git username/email values. Is this no longer set by the runner?

williamtheaker commented 4 years ago

Can you elaborate on the change and what this required of us? The substantive change I see is we now set git username/email values. Is this no longer set by the runner?

Correct. Previously the username/email was set to the name of the runner instance like this: runner <runner@Mac-1709.local>. There's no substantive change since I don't think anyone is looking very closely at authors for automated commits.