apply submodule as Baobab branch 48/214748/1
authorwansu.yoo <wansu.yoo@samsung.com>
Thu, 26 Sep 2019 05:22:28 +0000 (14:22 +0900)
committerwansu.yoo <wansu.yoo@samsung.com>
Thu, 26 Sep 2019 05:24:56 +0000 (14:24 +0900)
-. package versioning as 1.0.0
-. enhance build script for submodule

Change-Id: I54d7002a872a87ed59ae9d8012c3c200ce9961aa
Signed-off-by: wansu.yoo <wansu.yoo@samsung.com>
.gitmodules
CMain/lib/liborchestration.a
build.sh
edge-home-orchestration-go
packaging/edge-orchestration.spec

index f26d41a..de90f78 100644 (file)
@@ -1,3 +1,4 @@
 [submodule "edge-home-orchestration-go"]
        path = edge-home-orchestration-go
        url = https://github.com/lf-edge/edge-home-orchestration-go.git
+       branch = Baobab
index 8257abf..6c96835 100644 (file)
Binary files a/CMain/lib/liborchestration.a and b/CMain/lib/liborchestration.a differ
index 69c7804..cfcdc58 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -57,7 +57,7 @@ function submodule_update() {
     echo "---------------------------------------------"
     echo " Submodule update to Latest version"
     echo "---------------------------------------------"
-    git submodule foreach git pull origin master
+    git submodule foreach -q --recursive 'branch="$(git config -f $BASE_DIR/.gitmodules submodule.$name.branch)"; git checkout $branch'
 }
 
 function submodule_build() {
index a7243de..258d34f 160000 (submodule)
@@ -1 +1 @@
-Subproject commit a7243de06d809dd7377d4bde7b4d7786f2150998
+Subproject commit 258d34f118ea058d8680321364d65dd207f743eb
index 3c57fdd..2b169c1 100644 (file)
@@ -1,5 +1,5 @@
 Name:       edge-orchestration
-Version:    0.0.1
+Version:    1.0.0
 Release:    0
 Group:      System/Edge Framework
 License:    Apache-2.0