Welcome to <%= @syncproxy_name %>!
This is <%= @syncproxy_name %>, a syncproxy run by and for the Debian Project to aid in mirroring
our software. Consult the
mirrors section of the Debian website for more information.
This syncproxy contains copies of the following archives.
<%=
lines = []
%w{debian debian-debug debian-ports debian-security}.each do |archive|
varname = ('has' + @mirror_basedir_prefix + archive).gsub(/[\/-]/,'_')
if has_variable?(varname) and (eval("@"+varname))
lines << "- #{archive} [trace directory]
"
end
end
lines.join("\n")
%>
Please contact the Debian mirrors team for rsync access if your
mirror should become a push primary mirror (see the documenation).
Debian mirrors team