You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by as...@apache.org on 2018/03/02 05:46:29 UTC

[incubator-servicecomb-java-chassis] branch master updated: Update the Encryptions for Keys

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

asifdxtreme pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git


The following commit(s) were added to refs/heads/master by this push:
     new 59e0eec  Update the Encryptions for Keys
59e0eec is described below

commit 59e0eecc86612f88525b5446871a1245e5c9dc2e
Author: asifdxtreme <mo...@huawei.com>
AuthorDate: Fri Mar 2 13:45:09 2018 +0800

    Update the Encryptions for Keys
---
 gpg-sec.tar.enc   | Bin 10256 -> 10256 bytes
 scripts/travis.sh |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/gpg-sec.tar.enc b/gpg-sec.tar.enc
index aef76f6..c221d0f 100644
Binary files a/gpg-sec.tar.enc and b/gpg-sec.tar.enc differ
diff --git a/scripts/travis.sh b/scripts/travis.sh
index 7133eb6..90aaa03 100755
--- a/scripts/travis.sh
+++ b/scripts/travis.sh
@@ -43,7 +43,7 @@ if [ "$1" == "install" ]; then
 else
         if [ "$TAGGEDCOMMIT" ==   "true" ]; then
                 echo "Decrypting the key"
-		openssl aes-256-cbc -K $encrypted_acbbc88fb3ab_key -iv $encrypted_acbbc88fb3ab_iv -in gpg-sec.tar.enc -out gpg-sec.tar -d
+		openssl aes-256-cbc -K $encrypted_c02fb37685d7_key -iv $encrypted_c02fb37685d7_iv -in gpg-sec.tar.enc -out gpg-sec.tar -d
 		tar xvf gpg-sec.tar
 		echo "Deploying Staging Release"
 		mvn deploy -DskipTests -Prelease -Pdistribution -Ppassphrase --settings .travis.settings.xml

-- 
To stop receiving notification emails like this one, please contact
asifdxtreme@apache.org.