You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
William Deegan edited this page Jun 15, 2015
·
3 revisions
Update the scons.org Web Site
Apply changes to web site
Commit the changes you prepared above:
$ svn commit -m"Changes to publish the SCons $VERSION release"
Now you have to go update the site:
$ ssh -l scons manam.pair.com
$ cd public_html
$ cp -al production new # hard-link the whole tree; fast.
$ (cd new && svn up) # should be fast here too
$ rm -rf previous
$ mv production previous && mv new production
$ exit
Now point your browser to the SCons home page. If anything is amiss, fix it, commit the necessary changes, and update the site.