From: <abe...@us...> - 2013-02-01 15:19:56
|
Revision: 5940 http://astlinux.svn.sourceforge.net/astlinux/?rev=5940&view=rev Author: abelbeck Date: 2013-02-01 15:19:50 +0000 (Fri, 01 Feb 2013) Log Message: ----------- Change master-build and master-upload, no longer build via* boards or Asterisk 1.4 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 2013-01-31 16:24:32 UTC (rev 5939) +++ branches/1.0/scripts/master-build 2013-02-01 15:19:50 UTC (rev 5940) @@ -11,7 +11,7 @@ BOARDS_SMP="geni586 geni586-serial" -BOARDS_NO_SMP="net5501 alix via via-serial viac7 viac7-serial" +BOARDS_NO_SMP="net5501 alix" RUNFS_DIR="output/build/runfs" @@ -105,10 +105,10 @@ rm -f initrd.img # -# Build Asterisk 1.4, 1.8 and 11 versions of AstLinux +# Build Asterisk 1.8 and 11 versions of AstLinux # -for asterisk in ast14 ast18 ast11; do +for asterisk in ast18 ast11; do set_asterisk_version $asterisk Modified: branches/1.0/scripts/master-upload =================================================================== --- branches/1.0/scripts/master-upload 2013-01-31 16:24:32 UTC (rev 5939) +++ branches/1.0/scripts/master-upload 2013-02-01 15:19:50 UTC (rev 5940) @@ -125,10 +125,10 @@ fi # -# Upload Asterisk 1.4, 1.8 and 11 versions of AstLinux +# Upload Asterisk 1.8 and 11 versions of AstLinux # -for asterisk in ast14 ast18 ast11; do +for asterisk in 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. |