Skip to content

Commit

Permalink
* Add comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerome authored and jerome committed Jun 8, 2015
1 parent 53a4120 commit beb70bb
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions sdc/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,21 +163,11 @@ if [ "$g__buildpackage" = "1" ]; then

fi

# send the prod. package to apache
# send prod tarball to apache
if [ "$deployprod" = "1" ]; then

if [ "$g__transfer" = "1" ]; then

# obsolete
#
# gen doc
#cd $sdt_src/doc
#pandoc -s USER_GUIDE -o user_guide.html
#pandoc -s UPGRADE_GUIDE -o upgrade_guide.html
#pandoc -s ADMIN_GUIDE -o admin_guide.html
#cd -

# send tarball
FILES="$sdt_src/dist/$sdt_archive_prod"
scp $FILES $webhost
fi
Expand All @@ -188,7 +178,7 @@ if [ "$deployprod" = "1" ]; then
fi
fi

# send the dev. package to apache
# send dev tarball to apache
if [ "$deploydev" = "1" ]; then
if [ "$g__transfer" = "1" ]; then
upload $sdt_src/dist/$sdt_archive_dev
Expand Down

0 comments on commit beb70bb

Please sign in to comment.