autoport: replace AUTOPORT_CGI_SECONDARY with AUTOPORT_CGI_HOST in default configuration template

This commit is contained in:
Silvan Calarco 2012-08-16 11:58:40 +02:00
parent 79e63cd2a3
commit b37324962c

View File

@ -3,7 +3,7 @@
#
local_ftp=/var/ftp/pub/openmamba/
#AUTOPORT_ENABLE=1
#AUTOPORT_CGI_SECONDARY="http://192.168.1.200/cgi-bin/autoport"
#AUTOPORT_CGI_HOST=(http://localhost/cgi-bin/autodist http://arm-sdk/cgi-bin/autodist)
#AUTOPORT_ARCH[0]=x86_64
#AUTOPORT_DISABLE[0]=
@ -20,3 +20,4 @@ local_ftp=/var/ftp/pub/openmamba/
#AUTOPORT_CROSS[1]=
#AUTOPORT_NATIVE[1]=
#AUTOPORT_REPOSITORIES[1]="milestone2-makedist"
AUTOPORT_CGI_HOST=(http://localhost/cgi-bin/autodist http://192.168.0.100/cgi-bin/autodist)