Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

snap: do use os.Environ() in 2.44 #8469

Merged
merged 1 commit into from Apr 9, 2020
Merged

Conversation

mvo5
Copy link
Contributor

@mvo5 mvo5 commented Apr 9, 2020

The new code in isStopping() is using osutil.OsEnvironment which
is not availalbe yet in snapd 2.44. This commit uses the "old"
way of doing the environment to fix building 2.44.

@mvo5 mvo5 added the ⚠ Critical High-priority stuff (e.g. to fix master) label Apr 9, 2020
@mvo5 mvo5 added this to the 2.44 milestone Apr 9, 2020
cmd/snap/cmd_run.go Outdated Show resolved Hide resolved
Copy link
Member

@anonymouse64 anonymouse64 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

small typo it seems

cmd/snap/cmd_run.go Outdated Show resolved Hide resolved
The new code in isStopping() is using osutil.OsEnvironment which
is not availalbe yet in snapd 2.44. This commit uses the "old"
way of doing the environment to fix building 2.44.
@mvo5 mvo5 changed the title snap: do not use os.Environ() in 2.44 snap: do use os.Environ() in 2.44 Apr 9, 2020
@mvo5 mvo5 merged commit c534efa into snapcore:release/2.44 Apr 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚠ Critical High-priority stuff (e.g. to fix master)
Projects
None yet
3 participants