diff options
author | Dan Radez <dradez@redhat.com> | 2017-01-25 10:14:50 -0500 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2017-02-13 16:55:21 -0500 |
commit | 66386e48403de6c04902ee01cf38c402be02c05e (patch) | |
tree | c4d58d0e6b20f872a12486f0f135bd07de865f54 /build/Makefile | |
parent | 6a2aaff3dbf80e91b873d15601c326d7eb194809 (diff) |
Adding tacker support back into Danube
opnfv-tht-pr: 98
opnfv-puppet-tripleo-pr: 11
Change-Id: I971bb2c94eb9500c81b25adf5019fd02f8e90053
Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'build/Makefile')
-rw-r--r-- | build/Makefile | 1 |
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 |