Comment 3 for bug 1940104

Revision history for this message
Athos Ribeiro (athos-ribeiro) wrote :

Thanks, Lucas! LGTM

At first I thought this change could be forwarded upstream if instead of verifying the AUTOPKGTEST_TMP env variable we verified the env variables were not defined before overriding them.

Then I realized that the functions used to do so are indeed running in a somewhat contained scope: https://github.com/puppetlabs/r10k/blob/main/lib/r10k/util/exec_env.rb#L27. It seems that the autopkgtest infrastructure will (thankfully) not allow overrides to the proxy settings.