devops-csmake / csmake-providers

Providerrs (inputs/outputs) for csmake
GNU General Public License v3.0
0 stars 1 forks source link

Allow shellout to do sudo and maintain user environment #11

Closed autumn-cpt closed 6 years ago

autumn-cpt commented 6 years ago

When using shellout in CsmakeServiceProvider, you may or may not want to preserve the current user's environment (e.g. in the case of kerberos, we have environment variables we need to modify). Provide a way to do this with an extra keyword parameter to shellout

autumnpat commented 6 years ago

Resolved by #12