You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2019/12/20 16:19:52 UTC

[brooklyn-dist] 04/10: add rpm and deb build flags

This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-dist.git

commit 033633ed734aa0ffad2b0480cb6bb88d86cc33e1
Author: Geoff Macartney <ge...@gmail.com>
AuthorDate: Tue Dec 17 23:57:05 2019 +0000

    add rpm and deb build flags
---
 release/make-release-artifacts.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/release/make-release-artifacts.sh b/release/make-release-artifacts.sh
index 9e472ca..7676651 100755
--- a/release/make-release-artifacts.sh
+++ b/release/make-release-artifacts.sh
@@ -200,9 +200,9 @@ mkdir -p ${bin_staging_dir}
 
 # Perform the build
 if [ -z "${dry_run}" ]; then
-    ( cd ${src_staging_dir} && mvn deploy -Papache-release )
+    ( cd ${src_staging_dir} && mvn deploy -Drpm -Ddeb -Papache-release )
 else
-    ( cd ${src_staging_dir} && mvn install -Papache-release )
+    ( cd ${src_staging_dir} && mvn install -Drpm -Ddeb -Papache-release )
 fi
 
 # Re-pack the archive with the correct names