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

v0.6 backports 2020-07-22 #324

Merged
merged 4 commits into from
Jul 22, 2020
Merged

v0.6 backports 2020-07-22 #324

merged 4 commits into from
Jul 22, 2020

Conversation

rolinh and others added 4 commits July 22, 2020 10:35
Signed-off-by: Robin Hahling <robin.hahling@gw-computing.net>
Signed-off-by: Robin Hahling <robin.hahling@gw-computing.net>
Signed-off-by: Robin Hahling <robin.hahling@gw-computing.net>
Before this patch, `make release` would generate the release/ directory
(and files underneath) owned by root:root. This is caused by the fact
that the build happen as root inside the Docker container. As a result,
a following `make clean` from outside the container as an unprivileged
user would fail.

This patch fix the issue by chowning the release directory and files to
the user uid and gid whom invoked make originally (i.e. from outside the
container).

Signed-off-by: Alexandre Perrin <alex@kaworu.ch>
@rolinh rolinh added 🧰 kind/backport This PR backports changes to a release branch backport/0.6 This PR is a backport for Hubble v0.6. labels Jul 22, 2020
@michi-covalent michi-covalent merged commit 2b4f7a8 into v0.6 Jul 22, 2020
@michi-covalent michi-covalent deleted the pr/v0.6-backport-2020-07-22 branch July 22, 2020 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/0.6 This PR is a backport for Hubble v0.6. 🧰 kind/backport This PR backports changes to a release branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants