Skip to content

Commit

Permalink
Generated tar.gz by deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
leanfrancucci committed Jan 9, 2019
1 parent a701eb0 commit ad674db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/deploy/rkh-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,11 @@ case "$1" in
unzip -qo $4/tmp_rkh_rel.zip -d $4/tmp_rkh_rel/
echo "Copying doc (html) into "tmp_rkh_rel/"..."
cp -rf $4/html $4/tmp_rkh_rel/doc
echo "Preparing ""$outdir_prefix"$2""."$format file to release for..."
echo "Preparing ""$outdir_prefix"$2""."$format and "$outdir_prefix"$2"."tar.gz files to release for..."
[ ! -d $4/$outdir_prefix"$2" ] && mv $4/tmp_rkh_rel $4/$outdir_prefix"$2"
cd $4/$outdir_prefix"$2"
zip -qr ../$outfile .
tar czf ../$outdir_prefix"$2".tar.gz .
echo "Done"
exit 0
;;
Expand Down

0 comments on commit ad674db

Please sign in to comment.