[asterisk-commits] mjordan: branch 12 r399376 - in /branches/12: ./ build_tools/prep_tarball
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Sep 18 12:23:23 CDT 2013
Author: mjordan
Date: Wed Sep 18 12:23:21 2013
New Revision: 399376
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=399376
Log:
Update prep_tarball with new documentation files on the Asterisk wiki
This will now pull both a command reference for the version being prepared,
as well as an Admin Guide that applies to all versions of Asterisk.
(issue ASTERISK-22439)
Reported by: Olle Johansson
........
Merged revisions 399351 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........
Merged revisions 399373 from http://svn.asterisk.org/svn/asterisk/branches/11
Modified:
branches/12/ (props changed)
branches/12/build_tools/prep_tarball
Propchange: branches/12/
------------------------------------------------------------------------------
Binary property 'branch-11-merged' - no diff available.
Modified: branches/12/build_tools/prep_tarball
URL: http://svnview.digium.com/svn/asterisk/branches/12/build_tools/prep_tarball?view=diff&rev=399376&r1=399375&r2=399376
==============================================================================
--- branches/12/build_tools/prep_tarball (original)
+++ branches/12/build_tools/prep_tarball Wed Sep 18 12:23:21 2013
@@ -19,11 +19,11 @@
cd doc
echo "Downloading the PDF and HTML documentation from the Asterisk wiki (this will take a minute) ..."
-wget https://wiki.asterisk.org/wiki/download/attachments/19005471/Asterisk-Admin-Guide-$branch.pdf
+wget https://wiki.asterisk.org/wiki/download/attachments/19005471/Asterisk-$branch-Reference.pdf
+wget https://wiki.asterisk.org/wiki/download/attachments/19005471/Asterisk-Admin-Guide.pdf
wget https://wiki.asterisk.org/wiki/download/attachments/19005471/Asterisk-Admin-Guide-$branch.html.zip
echo "Extracting HTML Admin Guide"
unzip Asterisk-Admin-Guide-$branch.html.zip
mv AST/ Asterisk-Admin-Guide/
-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 asterisk-commits
mailing list