You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2019/12/11 13:52:49 UTC

[sling-org-apache-sling-committer-cli] branch master updated: SLING-8741 - Remove separate Jira credentials

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

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-committer-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new f73d6b1  SLING-8741 - Remove separate Jira credentials
f73d6b1 is described below

commit f73d6b1ecd1b69a280573560f23b949f02c59eb2
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Wed Dec 11 14:52:23 2019 +0100

    SLING-8741 - Remove separate Jira credentials
    
    * removed references to Jira credentials
---
 docker-env.sample                      | 3 ---
 src/main/resources/scripts/launcher.sh | 4 +---
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/docker-env.sample b/docker-env.sample
index 12e39be..7a2a892 100644
--- a/docker-env.sample
+++ b/docker-env.sample
@@ -12,6 +12,3 @@
 # ----------------------------------------------------------------------------------------
 ASF_USERNAME=changeme
 ASF_PASSWORD=changeme
-
-JIRA_USERNAME=changeme
-JIRA_PASSWORD=changeme
\ No newline at end of file
diff --git a/src/main/resources/scripts/launcher.sh b/src/main/resources/scripts/launcher.sh
index e5094b5..08f103f 100755
--- a/src/main/resources/scripts/launcher.sh
+++ b/src/main/resources/scripts/launcher.sh
@@ -31,6 +31,4 @@ exec /opt/jre/bin/java \
     -c /usr/share/sling-cli/artifacts \
     -D "$ARGS_PROP" \
     -V "asf.username=${ASF_USERNAME}" \
-    -V "asf.password=${ASF_PASSWORD}" \
-    -V "jira.username=${JIRA_USERNAME}" \
-    -V "jira.password=${JIRA_PASSWORD}"
\ No newline at end of file
+    -V "asf.password=${ASF_PASSWORD}"