linux-headers-$(uname -r) packages are not avaialble on RPi since they use their own package raspberrypi-kernel-headers
Last upgrade set root as owner of $final_path, preventing the service from starting.
Solution
Add a test to determine if we need this dedicated package.
chown all the things
PR Status
[x] Code finished and ready to be reviewed/tested
[x] The fix/enhancement were manually tested (if applicable)
Automatic tests
Automatic tests can be triggered on https://ci-apps-dev.yunohost.org/after creating the PR, by commenting "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!". (N.B. : for this to work you need to be a member of the Yunohost-Apps organization)
Closes #26 Closes #25 Closes #24
Problem
linux-headers-$(uname -r)
packages are not avaialble on RPi since they use their own packageraspberrypi-kernel-headers
root
as owner of$final_path
, preventing the service from starting.Solution
chown
all the thingsPR Status
Automatic tests
Automatic tests can be triggered on https://ci-apps-dev.yunohost.org/ after creating the PR, by commenting "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!". (N.B. : for this to work you need to be a member of the Yunohost-Apps organization)