Repository: incubator-crail
Updated Branches:
  refs/heads/master 1350403cd -> 9fb3cdef6


[Documentation] updating the copy step as JIRA-56 is partially fixed.

this updates JIRA-61
https://issues.apache.org/jira/projects/CRAIL/issues/CRAIL-61

Signed-off-by: Animesh Trivedi <atriv...@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/9fb3cdef
Tree: http://git-wip-us.apache.org/repos/asf/incubator-crail/tree/9fb3cdef
Diff: http://git-wip-us.apache.org/repos/asf/incubator-crail/diff/9fb3cdef

Branch: refs/heads/master
Commit: 9fb3cdef605dea1aa37b6e6404568d79c5284c02
Parents: 1350403
Author: Animesh Trivedi <atriv...@apache.org>
Authored: Thu Oct 25 14:51:42 2018 +0200
Committer: Animesh Trivedi <atriv...@apache.org>
Committed: Thu Oct 25 14:55:19 2018 +0200

----------------------------------------------------------------------
 doc/source/release.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-crail/blob/9fb3cdef/doc/source/release.rst
----------------------------------------------------------------------
diff --git a/doc/source/release.rst b/doc/source/release.rst
index ebca703..4c348c6 100644
--- a/doc/source/release.rst
+++ b/doc/source/release.rst
@@ -185,12 +185,12 @@ at 
``target/crail-parent-${RELEASE_VERSION}-incubating-src-release.tar.gz``.
 
    # copy files from the crail build location to the SVN staging directory 
(SSD)
    # binary file
-   cp assembly/target/crail-${RELEASE_VERSION}-incubating-bin.tar.gz 
${SSD}/apache-crail-${RELEASE_VERSION}-incubating-bin.tar.gz
+   cp assembly/target/apache-crail-${RELEASE_VERSION}-incubating-bin.tar.gz 
${SSD}/
    # source file
-   cp target/crail-parent-${RELEASE_VERSION}-incubating-src-release.tar.gz 
${SSD}/apache-crail-${RELEASE_VERSION}-incubating-src.tar.gz
+   cp target/apache-crail-${RELEASE_VERSION}-incubating-src.tar.gz ${SSD}/
    # copy signature files
-   cp assembly/target/crail-${RELEASE_VERSION}-incubating-bin.tar.gz.asc 
${SSD}/apache-crail-${RELEASE_VERSION}-incubating-bin.tar.gz.asc
-   cp target/crail-parent-${RELEASE_VERSION}-incubating-src-release.tar.gz.asc 
${SRD}/apache-crail-${RELEASE_VERSION}-incubating-src.tar.gz.asc
+   cp 
assembly/target/apache-crail-${RELEASE_VERSION}-incubating-bin.tar.gz.asc 
${SSD}/
+   cp target/apache-crail-${RELEASE_VERSION}-incubating-src.tar.gz.asc ${SRD}/
    # step in the SVN staging directory
    cd ${SSD}
 
@@ -202,7 +202,7 @@ at 
``target/crail-parent-${RELEASE_VERSION}-incubating-src-release.tar.gz``.
   sha512sum apache-crail-${RELEASE_VERSION}-incubating-src.tar.gz > 
apache-crail-${RELEASE_VERSION}-incubating-src.tar.gz.sha512
   sha512sum apache-crail-${RELEASE_VERSION}-incubating-bin.tar.gz > 
apache-crail-${RELEASE_VERSION}-incubating-bin.tar.gz.sha512
 
-**NOTE:** step 6 and 7 will be automated once the 
[JIRA-56](https://issues.apache.org/jira/projects/CRAIL/issues/CRAIL-56) is 
fixed.
+**NOTE:** step 7 will be automated once the 
[JIRA-56](https://issues.apache.org/jira/projects/CRAIL/issues/CRAIL-56) is 
fixed.
 
 
 8. Verify the checksums for source and binary files

Reply via email to