You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/02/23 06:35:56 UTC

[incubator-servicecomb-saga] branch master updated (5e37786 -> 44763ae)

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

ningjiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git.


    from 5e37786  SCB-344 add document for how to use mysql as alpha's backend database (#137)
     new 8e38fbc  Added the NOTICE, DISCLAIMER, LICENSE file into docker image
     new 44763ae  Removed the encription data from the travis.yml

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                               |  4 ----
 docker-build-config/assembly/assembly.xml | 10 ++++++++++
 2 files changed, 10 insertions(+), 4 deletions(-)

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

[incubator-servicecomb-saga] 01/02: Added the NOTICE, DISCLAIMER, LICENSE file into docker image

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8e38fbcccbb0d2638ed65fc94335baa7f694e4b4
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Wed Feb 14 15:17:00 2018 +0800

    Added the NOTICE, DISCLAIMER, LICENSE file into docker image
---
 docker-build-config/assembly/assembly.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/docker-build-config/assembly/assembly.xml b/docker-build-config/assembly/assembly.xml
index 13eda39..1929e0b 100644
--- a/docker-build-config/assembly/assembly.xml
+++ b/docker-build-config/assembly/assembly.xml
@@ -28,5 +28,15 @@
       <fileMode>0644</fileMode>
       <directoryMode>0755</directoryMode>
     </fileSet>
+    <!-- Added the project LICENSE and NOTICE files into docker image-->
+    <fileSet>
+      <directory>${root.basedir}</directory>
+      <outputDirectory>saga</outputDirectory>
+      <includes>
+        <include>NOTICE</include>
+        <include>LICENSE</include>
+        <include>DISCLAIMER</include>
+      </includes>
+    </fileSet>
   </fileSets>
 </assembly>

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

[incubator-servicecomb-saga] 02/02: Removed the encription data from the travis.yml

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 44763ae7d4930d68d12212d3164b4f50036bc076
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Fri Feb 23 14:35:06 2018 +0800

    Removed the encription data from the travis.yml
---
 .travis.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 87847e4..aadcabc 100755
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,3 @@ script:
 - mvn clean verify -f acceptance-tests -Pdemo -Pdocker -Ddocker.useColor=false -Ddocker.showLogs
 after_success:
 - if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then mvn deploy -DskipTests --settings .travis.settings.xml; fi
-env:
-  global:
-  - secure: ATr3sieeGmvFw1CMvNio1WnPlXIxHF86pl4k/YiP0hVAUArd13d4fTM5bnYHl470hv7HzmKNUUHGDvQKQggM0V3tTb3Dox8U4vE/GXHIE59AxLlaurzT1N/7BLM8uOJYE8vyg0g7qL5BOKr562JSeZSk0po5Zbi0pcRQ1ZifFE/PXHYpBeU7vHOh9eKtS/I0y+5VDYeJnZO/QuUNj/crn7SsZIRClhbOVh85b5ZJmlqvvwjcllv9Bc3oBm+4irCKCk2FvOZ6T6GoO5gZuCrBkC5U9fTWdBjvUON5oEJM+IHFzYaDuJkrRncu496v4RB69/25k5Q4a3MKYJhyFPcLJaHUzO4ZmdTIp3QDwueJGbBdzsf9NZPT5QHviftKgEKEMzLuaztA4zgM3vvFWq+aMwChKC1wFwOBPu5zrAFzm2hVXItb66OD0Zhv7bmsDLILVz0ShZEn/TxYCQVfPdO99xrg2VBdfAlA [...]
-  - secure: tEQhw7SajY3t9aQJXHEgFQIMrdyx7vrNcQvAOtBdGisYBwgS94mQacxHOnl9upU3fTHTtfSvKm5MhwVXuOeIeyjWv35gJTTctfn4bJ17ZWytvU9nnYDGrmyYWnn9KvcXTErtQkhT7UmqX8kxyGED+EM8KvHGyLaxEhYznQOU6KHd1uS42424MkcN9IAI2OwF8mdXV2464E9h48IknI5IsQ8Cnjo4NZvOoyUN9bj9pVqm8CqSxLANL6DbyKxLf4wwjjP8ahJ4KpoBaN3pM9kP05fb7pzq286NauXY/4OYK4ezasC0Q53P7KuNU4yhurNARwUMOCMvg4RBtGH18slqTbelyPBgJd3B6uVBfR+5Eeo5s54d3j+Vwi+dh8YXPFTo2f46WA7hw/K9JHJO/t66DCAbHvjllj7PMEUCzxqgxCnkUNCSJtPalNnQ2kOjXIEJE86zjLENP9VgHwljCHlPFumiDtzJ4Ycx [...]

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