Skip to content

Commit

Permalink
Fixes for issues found during 14.4.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbagwell committed Feb 22, 2015
1 parent 45b161d commit d41836d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion NEWS
Expand Up @@ -8,4 +8,4 @@ Highlights for this maintenance release include:
o Many other bug fixes.

For an extensive list of changes, see the ChangeLog at
http://sourceforge.net/p/sox/code/ci/sox-14.4.2/tree/ChangeLog
https://sourceforge.net/p/sox/code/ci/45b161d73ec087a8e003747b1aed07cd33589bca/tree/ChangeLog
14 changes: 7 additions & 7 deletions release.sh
Expand Up @@ -59,7 +59,7 @@ webpath="sourceforge.net/projects/sox/files"
rcpath=""
email_list="sox-users@lists.sourceforge.net,sox-devel@lists.sourceforge.net"
hostname="shell.sourceforge.net"
release_path="/home/frs/project/s/so/sox"
release_path="/home/frs/project/sox"
release_force="no"
web_path="/home/project-web/sox/htdocs"

Expand Down Expand Up @@ -178,19 +178,19 @@ build()
! make -s distcheck && echo "distcheck failed" && exit 1
! make -s dist-bzip2 && echo "dist-bzip2 failed" && exit 1

echo "Creating Windows packages..."
make -s distclean
rm -f $win_zip
rm -f $win_exe
./mingwbuild

if [ $update_web = "yes" ]; then
echo "Creating HTML documentation for web site..."
! make -s html && echo "html failed" && exit 1

echo "Creating PDF documentation for web site..."
! make -s pdf && echo "pdf failed" && exit 1
fi

echo "Creating Windows packages..."
make -s distclean
rm -f $win_zip
rm -f $win_exe
./mingwbuild
}

MD5SUM=`which md5sum || which gmd5sum`
Expand Down

0 comments on commit d41836d

Please sign in to comment.