From af3ffb6f8e93346cfc170d7989c457e5960d2a08 Mon Sep 17 00:00:00 2001 From: Georg Kunz Date: Sat, 31 Dec 2016 00:31:33 +0100 Subject: Including ODL shim server in RPM package This commit includes the ODL shim layer in the RPM packaging process and installs it as a system services through systemd. Moreover, this commit replaces the systemd scriptlets in the RPM spec file with temporary scripts until systemd is available on the OPNFV build servers. Change-Id: I92349f13d6c49a310279580d611e8500df4938f0 Signed-off-by: Georg Kunz --- build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/Makefile') diff --git a/build/Makefile b/build/Makefile index 0ba8be8..46e576f 100644 --- a/build/Makefile +++ b/build/Makefile @@ -22,7 +22,7 @@ clean-gluon: rm -rf noarch rm -f $(GLUON_TAR) rm -f openstack-proton-server.service - rm -f proton.conf + rm -f openstack-proton-shim-server.service rm -rf gluon-$(GLUON_VER) $(GLUON_TAR): -- cgit 1.2.3-korg