Update of /cvsroot/gaim/web/scripts
In directory usw-pr-cvs1:/tmp/cvs-serv26303
Added Files:
README updatesite.sh
Log Message:
Added a script for updating the gaim website. Use it after you commit any
changes.
(No, it can't be made automatic on commit, but I may setup a cron job to
auto-update every hour in case people forget, but learn to use the script :)
--- NEW FILE: README ---
These are scripts to aid in the maintenance of the website. More may be
added down the road.
updatesite.sh
- Updated the gaim website. If your local account's username is not
the same as your SourceForge username, you'll want to copy this and
change the SFUSER variable to match your SourceForge username.
I renamed this to gaimwebupdate and stuck it in ~/bin
--- NEW FILE: updatesite.sh ---
#!/bin/sh
SFUSER=$USER
/usr/bin/ssh $SF...@sh... 'cd /home/groups/g/ga/gaim && cvs -z3 update -Pd'
|