summaryrefslogtreecommitdiffstats
path: root/build/Makefile
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-02-16 15:59:41 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-02-16 15:59:41 +0000
commit0658df1604d3f5a7042478104778ba7e9d233a3e (patch)
tree9a1c66104163337bfd9959984308e7e695d76609 /build/Makefile
parentf7d9228f84649ace479e34e81b17248593fdad95 (diff)
parent66386e48403de6c04902ee01cf38c402be02c05e (diff)
Merge "Adding tacker support back into Danube"
Diffstat (limited to 'build/Makefile')
-rw-r--r--build/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/Makefile b/build/Makefile
index 7b392d21..fb0d0c32 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -133,6 +133,7 @@ python-pep8-check:
$(BUILD_DIR)/openstack-tacker.tar.gz:
@echo "Preparing the Tacker RPM prerequisites"
git clone $(TACKER_REPO) -b $(TACKER_BRANCH) $(BUILD_DIR)/openstack-tacker-2016.2
+ cp rpm_specs/openstack-tacker-server.service $(BUILD_DIR)/openstack-tacker-2016.2
tar czf $(BUILD_DIR)/openstack-tacker.tar.gz -C $(BUILD_DIR) openstack-tacker-2016.2
.PHONY: tacker-rpm