Changeset 1620 for branches/fc13-dev/server
- Timestamp:
- Sep 6, 2010, 11:26:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc13-dev/server/doc/install-howto.sh
r1619 r1620 5 5 [ -e /scripts-boot-count ] || echo 0 > /scripts-boot-count 6 6 7 source_server="old-faithful.mit.edu" 7 # This is actually just "pick an active scripts server" 8 source_server="cats-whiskers.mit.edu" 8 9 9 10 boot=${1:$(cat /scripts-boot-count)} … … 63 64 64 65 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 66 72 67 73 sed -i 's/^(# *)*store-passwords.*/store-passwords = no/' /root/.subversion/config … … 412 418 # be an accepted vhost name 413 419 # - 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.