[obs-commits] [openSUSE/open-build-service] c1373f: Remove obsapidelayed SysV init script
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: c1373fc7206e355aea3ecf51b8ee9ab4ff8f9b8b https://github.com/openSUSE/open-build-service/commit/c1373fc7206e355aea3ecf... Author: Eduardo Navarro <enavarro@suse.com> Date: 2018-09-14 (Fri, 14 Sep 2018) Changed paths: M dist/Makefile M dist/obs-server.spec R dist/obsapidelayed Log Message: ----------- Remove obsapidelayed SysV init script It will be migrated to systemd units. Commit: 9b7b38ce96a35e82876ef235086d4d5f1ef2a83a https://github.com/openSUSE/open-build-service/commit/9b7b38ce96a35e82876ef2... Author: Eduardo Navarro <enavarro@suse.com> Date: 2018-10-02 (Tue, 02 Oct 2018) Changed paths: M dist/Makefile M dist/obs-server.spec A dist/systemd/obs-api-support.target A dist/systemd/obs-clockwork.service A dist/systemd/obs-delayedjob-queue-consistency_check.service A dist/systemd/obs-delayedjob-queue-default.service A dist/systemd/obs-delayedjob-queue-issuetracking.service A dist/systemd/obs-delayedjob-queue-mailers.service A dist/systemd/obs-delayedjob-queue-project_log_rotate.service A dist/systemd/obs-delayedjob-queue-quick@.service A dist/systemd/obs-delayedjob-queue-releasetracking.service A dist/systemd/obs-sphinx.service R dist/systemd/obsapidelayed.service Log Message: ----------- Add obs-api-support.target and services Move obsapidelayed to a systemd implementation. SysV init scripts are deprecated. Co-authored-by: Victor Pereira <vpereira@suse.com> Commit: a8da1401aef42c3d13c653beab176d2ff6f4ab1c https://github.com/openSUSE/open-build-service/commit/a8da1401aef42c3d13c653... Author: Eduardo Navarro <enavarro@suse.com> Date: 2018-10-02 (Tue, 02 Oct 2018) Changed paths: M dist/setup-appliance.sh Log Message: ----------- Adapt setup-appliance.sh for working with targets Introduce obs-api-support.target as a unit to be checked. Modify the setup-appliance.sh script accordingly to be able to check for both types of systemd units: services and targets. Commit: 0aa0ae819941a8aa32f24ce4eadba0bf583eaed8 https://github.com/openSUSE/open-build-service/commit/0aa0ae819941a8aa32f24c... Author: Eduardo Navarro <enavarro@suse.com> Date: 2018-10-02 (Tue, 02 Oct 2018) Changed paths: M dist/t/0060-check_required_services.ts Log Message: ----------- Adapt test for working with targets Introduce obs-api-support.target unit to be checked by the tests. Adapt the test to work with both systemd types of unit: services and targets. Commit: 8e185cffe2c82c3ca1ad1465f713faf9583bf6ec https://github.com/openSUSE/open-build-service/commit/8e185cffe2c82c3ca1ad14... Author: Eduardo Navarro <enavarro@suse.com> Date: 2018-10-02 (Tue, 02 Oct 2018) Changed paths: M dist/README.UPDATERS Log Message: ----------- Update documentation for obs-api-support.target obsapidelayed script got removed in favor of obs-api-support. Commit: 710cd0fe48bb4a63212dee17a3fcb8b2bcdf6cbe https://github.com/openSUSE/open-build-service/commit/710cd0fe48bb4a63212dee... Author: Eduardo Navarro <enavarro@suse.com> Date: 2018-10-02 (Tue, 02 Oct 2018) Changed paths: M dist/obs-server.spec Log Message: ----------- Stop API support scripts when upgrading from SysV ... and enable and start API support systemd scripts. This way API support scripts upgrade from SysV to systemd. Commit: 54342dd6840b787a63ec1d69865d865f953cc3f0 https://github.com/openSUSE/open-build-service/commit/54342dd6840b787a63ec1d... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2018-10-02 (Tue, 02 Oct 2018) Changed paths: M dist/Makefile M dist/README.UPDATERS M dist/obs-server.spec R dist/obsapidelayed M dist/setup-appliance.sh A dist/systemd/obs-api-support.target A dist/systemd/obs-clockwork.service A dist/systemd/obs-delayedjob-queue-consistency_check.service A dist/systemd/obs-delayedjob-queue-default.service A dist/systemd/obs-delayedjob-queue-issuetracking.service A dist/systemd/obs-delayedjob-queue-mailers.service A dist/systemd/obs-delayedjob-queue-project_log_rotate.service A dist/systemd/obs-delayedjob-queue-quick@.service A dist/systemd/obs-delayedjob-queue-releasetracking.service A dist/systemd/obs-sphinx.service R dist/systemd/obsapidelayed.service M dist/t/0060-check_required_services.ts Log Message: ----------- Merge pull request #5660 from eduardoj/systemd Switch obsapidelayed jobs script to systemd Compare: https://github.com/openSUSE/open-build-service/compare/c051c2ea14f4...54342d... **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.
participants (1)
-
Henne Vogelsang