[svn-commits] lmadsen: trunk r343790 - in /trunk: ./ build_tools/prep_tarball
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Nov 8 07:23:31 CST 2011
Author: lmadsen
Date: Tue Nov 8 07:23:27 2011
New Revision: 343790
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=343790
Log:
Fix boo-boo in prep_tarball script.
A hardcoded a branch number was in the prep_tarball which could not work. Changed
it to the variable.
........
Merged revisions 343789 from http://svn.asterisk.org/svn/asterisk/branches/10
Modified:
trunk/ (props changed)
trunk/build_tools/prep_tarball
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-10-merged' - no diff available.
Modified: trunk/build_tools/prep_tarball
URL: http://svnview.digium.com/svn/asterisk/trunk/build_tools/prep_tarball?view=diff&rev=343790&r1=343789&r2=343790
==============================================================================
--- trunk/build_tools/prep_tarball (original)
+++ trunk/build_tools/prep_tarball Tue Nov 8 07:23:27 2011
@@ -24,6 +24,6 @@
echo "Extracting HTML Admin Guide"
unzip Asterisk-Admin-Guide-$branch.html.zip
mv AST/ Asterisk-Admin-Guide/
-mv Asterisk-Admin-Guide-1.8.pdf Asterisk-Admin-Guide.pdf
+mv Asterisk-Admin-Guide-$branch.pdf Asterisk-Admin-Guide.pdf
rm -f Asterisk-Admin-Guide-$branch.html.zip
echo "Documentation downloaded. Goodbye!"
More information about the svn-commits
mailing list