You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spot.apache.org by na...@apache.org on 2017/09/26 22:41:36 UTC

[33/50] [abbrv] incubator-spot git commit: format updates in the document

format updates in the document


Project: http://git-wip-us.apache.org/repos/asf/incubator-spot/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spot/commit/0251e337
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spot/tree/0251e337
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spot/diff/0251e337

Branch: refs/heads/SPOT-181_ODM
Commit: 0251e3371a7288cf5fd386e49354ed681e201d17
Parents: 6daa596
Author: Raymundo Panduro <ra...@intel.com>
Authored: Thu Aug 10 11:51:36 2017 -0500
Committer: natedogs911 <na...@gmail.com>
Committed: Thu Sep 21 10:31:37 2017 -0700

----------------------------------------------------------------------
 dev/release/README.md | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spot/blob/0251e337/dev/release/README.md
----------------------------------------------------------------------
diff --git a/dev/release/README.md b/dev/release/README.md
index 8e69d0c..e1db537 100644
--- a/dev/release/README.md
+++ b/dev/release/README.md
@@ -174,21 +174,21 @@ Example:
 
 ## **Validate the Build**
 
-* Download the tarball.
+Download the tarball.
 
      http://spot.apache.org/download
 
-* Decompress the tarball. Instruction:
+Decompress the tarball. Instruction:
     
     tar -zxvf apache-spot-1.0-incubating.tar.gz
-    
-* Change directory. Instruction:
+
+Change directory. Instruction:
     
     cd apache-spot-1.0-incubator
 
-* Apache Spot (incubating) is composed of more than one module or sub-projects. Since some of them are Python or Javascript code, they don’t need compilation.
+Apache Spot (incubating) is composed of more than one module or sub-projects. Since some of them are Python or Javascript code, they don’t need compilation.
 
-* For more instructions about how to install each module please read below instructions.
+For more instructions about how to install each module please read below instructions.
 
     **You should see the content of the folder:**
 
@@ -211,18 +211,18 @@ Example:
     Decompressed tarball content should be the same with the content located in:
     https://github.com/apache/incubator-spot/tree/v1.0-incubating
 
-* To install the properly component please follow this guide:
+To install the properly component please follow this guide:
 
     http://spot.apache.org/doc/#installation
 
-* Spot-ingest, Spot-setup, Spot UI and Spot-OA have specific requirements to install manually.
+Spot-ingest, Spot-setup, Spot UI and Spot-OA have specific requirements to install manually.
     
     http://spot.apache.org/doc/#configuration
     http://spot.apache.org/doc/#ingest
     http://spot.apache.org/doc/#oa
     http://spot.apache.org/doc/#ui
 
-* Spot-ML is the only component to build the binary files using sbt assembly commands. Please follows these instructions.
+Spot-ML is the only component to build the binary files using sbt assembly commands. Please follows these instructions.
     
     http://spot.apache.org/doc/#ml