Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Commit

Permalink
[Documentation] updating the copy step as JIRA-56 is partially fixed.
Browse files Browse the repository at this point in the history
this updates JIRA-61
https://issues.apache.org/jira/projects/CRAIL/issues/CRAIL-61

Signed-off-by: Animesh Trivedi <atrivedi@apache.org>
  • Loading branch information
animeshtrivedi committed Oct 25, 2018
1 parent 1350403 commit 9fb3cde
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/source/release.rst
Expand Up @@ -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}
Expand All @@ -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
Expand Down

0 comments on commit 9fb3cde

Please sign in to comment.