mirror of https://github.com/apache/cloudstack.git
Remove rolling-maintenance service from debian rules (#3984)
This commit is contained in:
parent
d52f3f4a6b
commit
0c4bd5346c
|
|
@ -141,7 +141,7 @@ override_dh_auto_install:
|
|||
cp -r test/integration/* $(DESTDIR)/usr/share/$(PACKAGE)-integration-tests/
|
||||
|
||||
override_dh_systemd_enable:
|
||||
dh_systemd_enable -pcloudstack-management -pcloudstack-agent -pcloudstack-usage -pcloudstack-rolling-maintenance@
|
||||
dh_systemd_enable -pcloudstack-management -pcloudstack-agent -pcloudstack-usage
|
||||
|
||||
override_dh_strip_nondeterminism:
|
||||
# Disable dh_strip_nondeterminism to speed up the build
|
||||
|
|
|
|||
Loading…
Reference in New Issue