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/08 09:34:43 UTC

[incubator-servicecomb-service-center] branch master updated: Update Release scripts

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-service-center.git


The following commit(s) were added to refs/heads/master by this push:
     new 4ef7475  Update Release scripts
4ef7475 is described below

commit 4ef7475a6771fd66ff5d0f835e64f7b02ba6196a
Author: Mohammad Asif Siddiqui <mo...@huawei.com>
AuthorDate: Thu Mar 8 15:04:42 2018 +0530

    Update Release scripts
---
 scripts/release/make_release.sh | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/scripts/release/make_release.sh b/scripts/release/make_release.sh
index 7cfcf1e..6c778f7 100755
--- a/scripts/release/make_release.sh
+++ b/scripts/release/make_release.sh
@@ -64,14 +64,6 @@ prepare_conf() {
     sed -i 's/manager_cluster = \"127.0.0.1:2379\"/# manager_cluster = \"127.0.0.1:2379\"/g' tmp/conf/app.conf
     #sed -i s@"manager_cluster.*=.*$"@"manager_name = \"sr-0\"\nmanager_addr = \"http://127.0.0.1:2380\"\nmanager_cluster = \"sr-0=http://127.0.0.1:2380\""@g tmp/conf/app.conf
     sed -i 's/registry_plugin = etcd/registry_plugin = embeded_etcd/g' tmp/conf/app.conf
-
-    ## Prepare conf for frontend
-    set +e
-    rm -rf front-tmp
-
-    set -e
-    mkdir front-tmp
-    cp -r frontend/conf front-tmp/
 }
 
 # Build Linux Release

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