Actions
Bug #26895
openRemove two useless “chown root” that prevents building the agent without being root
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
In rudder-packages/rudder-agent/SOURCES/Makefile.in
there are the following lines :
# bug in fusion installer that doesn't set the right owner to some files chown root fusion/opt/rudder/share/fusioninventory chown root fusion/opt/rudder/share/fusioninventory/html
These lines force to build the agent as “root” and causes the build to fail if done as a normal user.
They have proven useless (building as a normal user works without them and the resulting files have the correct ownership at installation).
Thus I propose their removal.
Updated by Michel BOUISSOU 17 days ago
- Status changed from In progress to Pending technical review
- Assignee changed from Michel BOUISSOU to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder-packages/pull/2989
Updated by Michel BOUISSOU 16 days ago
- Project changed from 51 to Rudder
- Category deleted (
Build) - Target version changed from master to 9.0.0~alpha1
Updated by Michel BOUISSOU 16 days ago
- Pull Request changed from https://github.com/Normation/rudder-packages/pull/2989 to https://github.com/Normation/rudder-packages/pull/2990
Updated by Michel BOUISSOU 16 days ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-packages|df72fab0851a00222de7510002439685dc083be6.
Updated by Anonymous 16 days ago
Applied in changeset rudder-packages|9461b42a4b371ade35af8e81b579882cfcb195a4.
Actions