diff options
author | Dan Radez <dradez@redhat.com> | 2017-01-09 14:23:37 -0500 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2017-02-22 09:44:00 -0500 |
commit | e1a633529c06a63f9c710317f25e63b8bd574812 (patch) | |
tree | 45a1be116c6d637e506f2c476ad04d2df76a9d81 /build/Makefile | |
parent | 1cc0506020c9337dd5d47a7da5c69a5045b4f0fa (diff) |
Adding congress support back into Danube
opnfv-tht-pr: 97
opnfv-puppet-tripleo-pr: 10
Change-Id: Idfc109fc984f20b096a23d12864a027146a9c74c
Signed-off-by: Dan Radez <dradez@redhat.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 3a26b4cb..dc63bd3e 100644 --- a/build/Makefile +++ b/build/Makefile @@ -174,7 +174,7 @@ congress-clean: $(BUILD_DIR)/openstack-congress.tar.gz: @echo "Preparing the Congress RPM prerequisites" git clone $(CONGRESS_REPO) -b $(CONGRESS_BRANCH) $(BUILD_DIR)/openstack-congress-2016.2 - cd $(BUILD_DIR)/openstack-congress-2016.2 && curl -O https://radez.fedorapeople.org/openstack-congress.service + cp rpm_specs/openstack-congress-server.service $(BUILD_DIR)/openstack-congress-2016.2 tar czf $(BUILD_DIR)/openstack-congress.tar.gz -C $(BUILD_DIR) openstack-congress-2016.2 .PHONY: congress-rpm |