-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #658 from StackStorm/remove/el6
Remove EL6 and st2python
- Loading branch information
Showing
37 changed files
with
15 additions
and
2,911 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,6 @@ override_dh_gencontrol: | |
# Packaging recognizes only 1 {package_name} service file (http://manpages.ubuntu.com/manpages/xenial/man1/dh_installinit.1.html) | ||
# We have many, and so force it to install multiple service files | ||
override_dh_installinit: | ||
ifeq (true, $(IS_SYSTEMD)) | ||
dh_systemd_enable --name=st2actionrunner st2actionrunner.service | ||
install -p -m644 debian/[email protected] debian/st2/lib/systemd/system/[email protected] | ||
dh_systemd_enable --name=st2api st2api.service | ||
|
@@ -59,22 +58,6 @@ ifeq (true, $(IS_SYSTEMD)) | |
dh_systemd_enable --name=st2timersengine st2timersengine.service | ||
dh_systemd_enable --name=st2workflowengine st2workflowengine.service | ||
dh_systemd_enable --name=st2scheduler st2scheduler.service | ||
else | ||
# So far don't start services | ||
dh_installinit --no-start --name=st2actionrunner-worker | ||
dh_installinit --no-start --name=st2actionrunner | ||
dh_installinit --no-start --name=st2api | ||
dh_installinit --no-start --name=st2stream | ||
dh_installinit --no-start --name=st2auth | ||
dh_installinit --no-start --name=st2notifier | ||
dh_installinit --no-start --name=st2resultstracker | ||
dh_installinit --no-start --name=st2rulesengine | ||
dh_installinit --no-start --name=st2sensorcontainer | ||
dh_installinit --no-start --name=st2garbagecollector | ||
dh_installinit --no-start --name=st2timersengine | ||
dh_installinit --no-start --name=st2workflowengine | ||
dh_installinit --no-start --name=st2scheduler | ||
endif | ||
|
||
override_dh_installdeb: | ||
DESTDIR=debian/st2 $(MAKE) post_install | ||
|
Oops, something went wrong.