Revision 95

Date:
2011/04/14 12:07:49
Author:
ahitrov
Revision Log:
New repository root for koi-8 core install
Files:

Legend:

 
Added
 
Removed
 
Modified
  • koi8/install/bin/install

     
    15 15 # defaults
    16 16 my $options = {
    17 17 svn_program => (`which svn` =~ /(.*)/)[0],
    18 core_repository => ($ENV{CORE_REPOSITORY} || 'http://developers.rambler.ru/svn/contenido/koi8/core'),
    18 core_repository => ($ENV{CORE_REPOSITORY} || 'http://contenido.rambler.ru/repos/Contenido/koi8/core'),
    19 19 server => (`hostname` =~ /(.*)/)[0],
    20 20 httpd_port => ($ENV{HTTPD_PORT} || 0),
    21 21 db_type => 'R',