Skip to content

Commit

Permalink
Merge "Fix invalid changelog entries and Makefile"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Jul 17, 2015
2 parents 534f893 + 6706dc6 commit 9d2e77a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 16 deletions.
2 changes: 1 addition & 1 deletion debian/ceilometer-plugin-contrail/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ ceilometer-plugin-contrail (VERSION) SERIES; urgency=low

* Initial release.

-- Megh Bhatt <meghb@juniper.net> Fri Feb 20 17:21:32 PST 2015
-- Megh Bhatt <meghb@juniper.net> Fri, 20 Feb 2015 17:21:32 -0800
2 changes: 1 addition & 1 deletion debian/contrail-heat/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ contrail-heat (VERSION) SERIES; urgency=low

* Initial release.

-- Praneet Bachheti <praneetb@juniper.net> Fri, 8 Oct 2014
-- Praneet Bachheti <praneetb@juniper.net> Fri, 8 Oct 2014 00:00:00 -0000
31 changes: 17 additions & 14 deletions packages.make
Original file line number Diff line number Diff line change
Expand Up @@ -32,27 +32,30 @@ ifeq ($(SERIES),trusty)
CONTRAIL_VROUTER_DPDK := contrail-vrouter-dpdk
endif

source-all: source-package-contrail \
source-package-contrail-web-core \
source-package-contrail-web-controller

all: package-contrail \
package-ifmap-server \
package-ifmap-python-client \
$(CONTRAIL_VROUTER_DPDK)
source-all: source-package-contrail-web-core \
source-package-contrail-web-controller \
source-package-contrail \
source-package-ifmap-server \
source-package-neutron-plugin-contrail \
source-package-ceilometer-plugin-contrail \
source-package-contrail-heat

all: package-ifmap-server \
package-contrail-webui-bundle \
package-contrail-web-core \
package-contrail-web-controller \
package-contrail \
package-neutron-plugin-contrail \
package-ceilometer-plugin-contrail \
package-contrail-heat \
$(CONTRAIL_VROUTER_DPDK)

package-ifmap-server: clean-ifmap-server debian-ifmap-server
$(eval PACKAGE := $(patsubst package-%,%,$@))
@echo "Building package $(PACKAGE)"
(cd build/packages/$(PACKAGE); fakeroot debian/rules get-orig-source)
(cd build/packages/$(PACKAGE); dpkg-buildpackage -uc -us -b -rfakeroot)

package-ifmap-python-client: clean-ifmap-python-client debian-ifmap-python-client
$(eval PACKAGE := $(patsubst package-%,%,$@))
@echo "Building package $(PACKAGE)"
(cd build/packages/$(PACKAGE); fakeroot debian/rules get-orig-source)
(cd build/packages/$(PACKAGE); dpkg-buildpackage -uc -us -b -rfakeroot)

package-contrail-webui-bundle: clean-contrail-webui-bundle debian-contrail-webui-bundle
$(eval PACKAGE := $(patsubst package-%,%,$@))
@echo "Building package $(PACKAGE)"
Expand Down

0 comments on commit 9d2e77a

Please sign in to comment.