From: <abe...@us...> - 2012-12-17 17:58:03
|
Revision: 5817 http://astlinux.svn.sourceforge.net/astlinux/?rev=5817&view=rev Author: abelbeck Date: 2012-12-17 17:57:57 +0000 (Mon, 17 Dec 2012) Log Message: ----------- Darrick's master-build and master-upload scripts now support Asterisk 1.4, 1.8 and 11 Modified Paths: -------------- branches/1.0/scripts/master-build branches/1.0/scripts/master-upload Modified: branches/1.0/scripts/master-build =================================================================== --- branches/1.0/scripts/master-build 2012-12-17 17:52:36 UTC (rev 5816) +++ branches/1.0/scripts/master-build 2012-12-17 17:57:57 UTC (rev 5817) @@ -105,10 +105,10 @@ rm -f initrd.img # -# Build Asterisk 1.4, 1.8 versions of AstLinux +# Build Asterisk 1.4, 1.8 and 11 versions of AstLinux # -for asterisk in ast14 ast18; do +for asterisk in ast14 ast18 ast11; do set_asterisk_version $asterisk Modified: branches/1.0/scripts/master-upload =================================================================== --- branches/1.0/scripts/master-upload 2012-12-17 17:52:36 UTC (rev 5816) +++ branches/1.0/scripts/master-upload 2012-12-17 17:57:57 UTC (rev 5817) @@ -125,10 +125,10 @@ fi # -# Uplaod Asterisk 1.4, 1.8 versions of AstLinux +# Uplaod Asterisk 1.4, 1.8 and 11 versions of AstLinux # -for asterisk in ast14 ast18; do +for asterisk in ast14 ast18 ast11; do set_asterisk_version $asterisk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |