diff options
author | Georg Kunz <georg.kunz@ericsson.com> | 2016-12-31 00:31:33 +0100 |
---|---|---|
committer | Georg Kunz <georg.kunz@ericsson.com> | 2017-01-09 16:37:17 +0100 |
commit | af3ffb6f8e93346cfc170d7989c457e5960d2a08 (patch) | |
tree | b5ef1d5dc02d69ea8f00897f2bc34e3417262a30 /build/Makefile | |
parent | 28850f28aaa80cc71563f4c4698af70da6334f03 (diff) |
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 <georg.kunz@ericsson.com>
Diffstat (limited to 'build/Makefile')
-rw-r--r-- | build/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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): |