-
-
Notifications
You must be signed in to change notification settings - Fork 156
Fix Debian package permissions #601
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
Fix Debian package permissions #601
Conversation
This comment has been minimized.
This comment has been minimized.
8eca3d5 to
8511be2
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
|
Do you want to test this code? Here you have an automated build: |
|
AUTOMERGE: (FAIL)
|
|
|
Confirmed working on Ubuntu 22.04 - more details below. Interestingly the blackbox explorer has a similar bug but not quite as severe as configurator did. For configurator the main binary was non-executable for non-root users but blackbox explorer is executable. The only thing broken is the The fix works however - forcing correct permissions everywhere we need them. I reckon something changed in that gulp deployer in the past few months as the 3.6.0 release works ok but 3.7 nightlies are bust. |
howels
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Working correctly on Ubuntu 22.04.
|
@howels , i saw this this output earlier, maybe a source of the issue you mentioned. However alluding that |
|
Mac Builds works as expected |








Fixes file permissions for debian package. See also #3009