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/03/05 07:36:25 UTC

[incubator-servicecomb-saga] branch SCB-346 updated (14f795e -> 7baa784)

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

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


 discard 14f795e  Added the alpha-server into binary release
     new 7baa784  SCB-346 Added the alpha-server into binary release

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (14f795e)
            \
             N -- N -- N   refs/heads/SCB-346 (7baa784)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:

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

[incubator-servicecomb-saga] 01/01: SCB-346 Added the alpha-server into binary release

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

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

commit 7baa7849de309d534342db7a7bd72d788991b5b9
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Mon Mar 5 15:34:34 2018 +0800

    SCB-346 Added the alpha-server into binary release
---
 saga-distribution/src/assembly/bin.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/saga-distribution/src/assembly/bin.xml b/saga-distribution/src/assembly/bin.xml
index 3eace53..ede5cf4 100644
--- a/saga-distribution/src/assembly/bin.xml
+++ b/saga-distribution/src/assembly/bin.xml
@@ -54,6 +54,15 @@
                 <include>LICENSE</include>
             </includes>
         </fileSet>
+        <!-- include alpha server exec into bin directory -->
+        <fileSet>
+            <directory>../alpha/alpha-server/target/saga/</directory>
+            <outputDirectory>saga-distribution-${project.version}</outputDirectory>
+            <includes>
+                <include>alpha-server-${project.version}-exec.jar</include>
+            </includes>
+            <fileMode>0755</fileMode>
+        </fileSet>
     </fileSets>
     <dependencySets>
         <dependencySet>

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