You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by an...@apache.org on 2020/04/04 12:09:49 UTC

[cloudstack] branch master updated: Remove rolling-maintenance service from debian rules (#3984)

This is an automated email from the ASF dual-hosted git repository.

andrijapanic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/master by this push:
     new 0c4bd53  Remove rolling-maintenance service from debian rules (#3984)
0c4bd53 is described below

commit 0c4bd5346ca5c67aefdf9f78b8c8f5a18d323c28
Author: Nicolas Vazquez <ni...@gmail.com>
AuthorDate: Sat Apr 4 09:09:35 2020 -0300

    Remove rolling-maintenance service from debian rules (#3984)
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 9055ee1..408a255 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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