Changeset 1620


Ignore:
Timestamp:
Sep 6, 2010, 11:26:43 PM (14 years ago)
Author:
ezyang
Message:
Undo scripts.mit.edu SVN change, add more docs about it.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fc13-dev/server/doc/install-howto.sh

    r1619 r1620  
    55[ -e /scripts-boot-count ] || echo 0 > /scripts-boot-count
    66
    7 source_server="old-faithful.mit.edu"
     7# This is actually just "pick an active scripts server"
     8source_server="cats-whiskers.mit.edu"
    89
    910boot=${1:$(cat /scripts-boot-count)}
     
    6364
    6465    cd /srv
    65     svn co svn://scripts.mit.edu/$branch repository
     66    # We must use an explicit source_server while setting up the Scripts
     67    # server, because once we load the Scripts /etc configuration,
     68    # scripts.mit.edu will start resolving to localhost and
     69    # updates/commits will stop working.  This will be switched to
     70    # scripts.mit.edu at the end of the install process.
     71    svn co svn://$source_server/$branch repository
    6672
    6773    sed -i 's/^(# *)*store-passwords.*/store-passwords = no/' /root/.subversion/config
     
    412418#     be an accepted vhost name
    413419#   - Look at the old test server and see what config changes are floating around
     420
     421# XXX: our SVN checkout should be updated to use scripts.mit.edu
     422# (repository and etc)
Note: See TracChangeset for help on using the changeset viewer.