You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@crail.apache.org by pe...@apache.org on 2018/10/23 14:58:43 UTC

incubator-crail git commit: [Documentation] clarify where to find tarball

Repository: incubator-crail
Updated Branches:
  refs/heads/master 81735e949 -> 1a65e21c5


[Documentation] clarify where to find tarball

Clarify build instructions where to find tarball after a
successful build.

https://jira.apache.org/jira/browse/CRAIL-67

Signed-off-by: Jonas Pfefferle <pe...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-crail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-crail/commit/1a65e21c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-crail/tree/1a65e21c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-crail/diff/1a65e21c

Branch: refs/heads/master
Commit: 1a65e21c52d0e2bbf8604faf5daa224e160e6544
Parents: 81735e9
Author: Jonas Pfefferle <pe...@apache.org>
Authored: Tue Oct 23 16:43:46 2018 +0200
Committer: Jonas Pfefferle <pe...@apache.org>
Committed: Tue Oct 23 16:43:46 2018 +0200

----------------------------------------------------------------------
 doc/source/source.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-crail/blob/1a65e21c/doc/source/source.rst
----------------------------------------------------------------------
diff --git a/doc/source/source.rst b/doc/source/source.rst
index 661d71c..ef4a720 100644
--- a/doc/source/source.rst
+++ b/doc/source/source.rst
@@ -19,6 +19,6 @@ To build Crail from source using `Apache Maven <http://maven.apache.org>`_ execu
    (b) Clone from Github: :code:`git clone https://github.com/apache/incubator-crail` or
    (c) Download and unpack the latest source release from `here <http://crail.apache.org/download>`_
 2. Run: :code:`mvn -DskipTests install`
-3. Copy tarball to the cluster and unpack it using :code:`tar xvfz crail-XX-bin.tar.gz`
+3. Copy tarball from :code:`assembly/target` to the cluster and unpack it using :code:`tar xvfz crail-X.Y-incubating-bin.tar.gz`
 
 **Note:** *later, when deploying Crail, make sure libdisni.so is part of your LD_LIBRARY_PATH. The easiest way to make it work is to copy libdisni.so into crail-1.0/lib*