From: Heiko Z. <smi...@us...> - 2004-08-28 00:50:02
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2005 Modified Files: Tag: rel-1-2-patches update_src Log Message: added missing ircam mirror Index: update_src =================================================================== RCS file: /cvsroot/devil-linux/build/update_src,v retrieving revision 1.32.2.1 retrieving revision 1.32.2.2 diff -u -d -r1.32.2.1 -r1.32.2.2 --- update_src 1 Jun 2004 01:35:44 -0000 1.32.2.1 +++ update_src 28 Aug 2004 00:49:52 -0000 1.32.2.2 @@ -5,7 +5,7 @@ # then use the main server to just get the latest greatest stuff # -VERSION="1.2" +VERSION="1.3" # the array holding the menu items declare -a menu @@ -45,6 +45,10 @@ ftps[5]="http://www.devil-linux.us" ftpd[5]="/pub/devel/sources/$VERSION/" +menu[6]="Ircam Paris/France" +ftps[6]="http://mirrors.ircam.fr" +ftpd[6]="/pub/devil-linux/devel/sources/$VERSION/" + # the internal mirrors (mostly used by specific developers) menu[96]="generic internal mirror" @@ -61,7 +65,7 @@ menu[99]="BS @ work" ftps[99]="172.16.2.1" -ftpd[99]="/" +ftpd[99]="/devil/lfssystem/data/build/src/" maxindex=99 |