You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2019/11/27 15:18:31 UTC

[juneau] branch master updated: CLEANM2 flag in release script.

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

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new 15fd7ac  CLEANM2 flag in release script.
15fd7ac is described below

commit 15fd7ac0c8f4015b7c1e3b5937c49f18fbcf21c8
Author: JamesBognar <ja...@apache.org>
AuthorDate: Wed Nov 27 10:18:18 2019 -0500

    CLEANM2 flag in release script.
---
 juneau-release-env.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/juneau-release-env.sh b/juneau-release-env.sh
index 8b80b9d..9f7db06 100644
--- a/juneau-release-env.sh
+++ b/juneau-release-env.sh
@@ -20,6 +20,7 @@ export X_RELEASE=juneau-7.0.0-RC1
 export X_STAGING=~/tmp/dist-release-juneau
 export X_USERNAME=your apache username
 export X_EMAIL=you@apache.org
+export X_CLEANM2=Y
 
 echo ' '
 echo --- Settings ------------------------------------------------------------------
@@ -29,4 +30,5 @@ echo X_RELEASE = $X_RELEASE
 echo X_STAGING = $X_STAGING
 echo X_USERNAME = $X_USERNAME
 echo X_EMAIL = $X_EMAIL
+echo X_CLEANM2 = $X_CLEANM2
 echo -------------------------------------------------------------------------------