This is an automated email from the ASF dual-hosted git repository. bhaisaab pushed a commit to branch CLOUDSTACK-10012 in repository https://gitbox.apache.org/repos/asf/cloudstack.git
commit 5d744407c0297c5da821b07b6de0742927137740 Author: Rohit Yadav <[email protected]> AuthorDate: Tue Oct 17 15:43:16 2017 +0530 speed up debian pkg building Signed-off-by: Rohit Yadav <[email protected]> --- debian/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 87f96b8..d240972 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ override_dh_auto_configure: echo VERSION=${VERSION} >> replace.properties.tmp override_dh_auto_build: - mvn -T C1.5 clean package -Psystemvm,developer -Dsystemvm \ + mvn clean package -Psystemvm,developer -Dsystemvm \ -Dcs.replace.properties=replace.properties.tmp \ -Dmaven.repo.local=$(HOME)/.m2/repository \ ${ACS_BUILD_OPTS} @@ -152,5 +152,8 @@ override_dh_installinit: override_dh_systemd_enable: dh_systemd_enable -pcloudstack-management -pcloudstack-agent -pcloudstack-usage +override_dh_strip_nondeterminism: + # Disable dh_strip_nondeterminism to speed up the build + override_dh_installdocs: dh_installdocs -A tools/whisker/LICENSE tools/whisker/NOTICE INSTALL.md -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
