1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jenkins_ynh.git synced 2024-09-03 19:26:18 +02:00
jenkins_ynh/scripts
Cyrille SAVELIEF 88087a88ea
Fixes YunoHost-Apps/jenkins_ynh#108
**Problem.** After the .deb file is installed, dpkg tries to start the service on the default port 8080.

**Solution.** This fix ensure that ynh rollback won't be triggered by dpkg during installation of the .deb file. First, the `dpkg --install` error is silenced. Then `dpkg-query` is used to detect an improperly installed jenkins package. Next, after the port has been updated and the service restarted, `dpkg --configure -a` is executed to finish configuration of the partially installed jenkins package.
2023-06-27 20:44:55 +02:00
..
actions Apply example_ynh 2021-04-10 20:50:48 +02:00
_common.sh Upgrade to 2.332.3~ynh1 2022-05-22 14:58:59 +02:00
backup Upgrade to 2.332.3~ynh1 2022-05-22 14:58:59 +02:00
change_url Update change_url 2022-05-26 00:32:32 +02:00
config 2.319.1 2021-12-08 22:31:34 +01:00
install Fixes YunoHost-Apps/jenkins_ynh#108 2023-06-27 20:44:55 +02:00
remove Upgrade to 2.332.3~ynh1 2022-05-22 14:58:59 +02:00
restore Apply example_ynh 2022-06-24 03:31:22 +02:00
upgrade Apply example_ynh 2022-06-24 03:31:22 +02:00
ynh_send_readme_to_admin__2 Update ynh_send_readme_to_admin__2 2021-05-14 00:31:05 +02:00