[obs-commits] [openSUSE/open-build-service] bd489c: Remove systemV method calls from obsworker
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: bd489c7f16028f77c5783040b0f34569ea9a28c4 https://github.com/openSUSE/open-build-service/commit/bd489c7f16028f77c57830... Author: Eduardo Navarro <enavarro@suse.com> Date: 2020-02-19 (Wed, 19 Feb 2020) Changed paths: M dist/obsworker Log Message: ----------- Remove systemV method calls from obsworker This script is called from the systemd obsworker.service file. It doesn't need to call systemV methods. This is part of removing systemV from the codebase. Also substitute a couple of `rc_status` calls with `exit 1`, to make sure that an error in the previous step gets cached. Commit: 7017d406dbc7cbd16cd44e5319b856305ef0c341 https://github.com/openSUSE/open-build-service/commit/7017d406dbc7cbd16cd44e... Author: Eduardo Navarro <enavarro@suse.com> Date: 2020-02-19 (Wed, 19 Feb 2020) Changed paths: M dist/obsstoragesetup Log Message: ----------- Remove systemV method calls from obsstoragesetup This script is called from the systemd obsstoragesetup.service file. It doesn't need to call systemV methods. This is part of removing systemV from the codebase. Commit: 1710e5a61b3c83b8664a687ac5dffa01d2862545 https://github.com/openSUSE/open-build-service/commit/1710e5a61b3c83b8664a68... Author: Eduardo Navarro <enavarro@suse.com> Date: 2020-02-19 (Wed, 19 Feb 2020) Changed paths: M dist/obsscheduler Log Message: ----------- Remove systemV method calls from obsscheduler This script is called from the systemd obsscheduler.service file. It doesn't need to call systemV methods. This is part of removing systemV from the codebase. Commit: b5f93784a7f4bdf19785d2458618c6f02e6268f1 https://github.com/openSUSE/open-build-service/commit/b5f93784a7f4bdf19785d2... Author: Eduardo Navarro <enavarro@suse.com> Date: 2020-02-19 (Wed, 19 Feb 2020) Changed paths: M dist/obs-server.spec R dist/rc.status Log Message: ----------- Remove not needed rc.status file This file defined three methods used in systemV scripts that are not used any more, and no longer needed. Commit: 1c9bd1089a5e12b23ca0bbfccb836bd888aad89f https://github.com/openSUSE/open-build-service/commit/1c9bd1089a5e12b23ca0bb... Author: Eduardo Navarro <enavarro@suse.com> Date: 2020-02-19 (Wed, 19 Feb 2020) Changed paths: M dist/obs-server.spec Log Message: ----------- Remove not needed insserv-compat package As all the calls to systemV methods are removed, the insserv-compat package is no longer needed. Commit: e49022cce86b6b375e04a5bb3a367990e02d0433 https://github.com/openSUSE/open-build-service/commit/e49022cce86b6b375e04a5... Author: Frank Schreiner <schreiner@suse.de> Date: 2020-02-19 (Wed, 19 Feb 2020) Changed paths: M dist/obs-server.spec M dist/obsscheduler M dist/obsstoragesetup M dist/obsworker R dist/rc.status Log Message: ----------- Merge pull request #9078 from eduardoj/move_obsworker_to_systemd Get rid of systemV Compare: https://github.com/openSUSE/open-build-service/compare/4493da7d530b...e49022...
participants (1)
-
Frank Schreiner