Code Review
/
onosfw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
a95e947
)
Created main() function with execution order
67/2767/1
author
Ashlee Young
<ashlee@onosfw.com>
Fri, 23 Oct 2015 17:39:24 +0000
(10:39 -0700)
committer
Ashlee Young
<ashlee@onosfw.com>
Fri, 23 Oct 2015 17:39:24 +0000
(10:39 -0700)
Change-Id: I05d06128ecf7d9693c8121691ebf51859d0800fb
Signed-off-by: Ashlee Young <ashlee@onosfw.com>
build.sh
patch
|
blob
|
history
diff --git
a/build.sh
b/build.sh
index
b4fc375
..
84387a9
100755
(executable)
--- a/
build.sh
+++ b/
build.sh
@@
-176,9
+176,15
@@
installMaven()
}
##### End Install Maven #####
+##### Execution order #####
+main()
+{
+ displayVersion
+ updateONOS
+ checkJAVA
+ installAnt
+ installMaven
+}
+##### End Execution order #####
-displayVersion
-updateONOS
-checkJAVA
-installAnt
-installMaven
+main # Launches the build process
\ No newline at end of file