From: Francesco M. <fr...@us...> - 2006-05-16 19:46:05
|
Update of /cvsroot/wxlua/website In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv6348 Modified Files: updatesite.sh Log Message: Index: updatesite.sh =================================================================== RCS file: /cvsroot/wxlua/website/updatesite.sh,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** updatesite.sh 16 May 2006 19:26:31 -0000 1.20 --- updatesite.sh 16 May 2006 19:45:59 -0000 1.21 *************** *** 2,14 **** # $Id$ ! export cvs -qROOT=:pserver:ano...@wx...s -q:/cvs -qroot/wxlua ! echo Checking out website to htdocs dir from cvs -q cd /home/groups/w/wx/wxlua cvs -q checkout -P -d htdocs website ! echo Checking out the docs dir to the htdocs/docs dir from cvs -q cd /home/groups/w/wx/wxlua/htdocs cvs -q checkout -P -d docs wxLua/docs ! echo Checking out the whole wxLua cvs -q repository to the htdocs/wxLua dir from cvs -q cd /home/groups/w/wx/wxlua/htdocs cvs -q checkout -P wxLua --- 2,14 ---- # $Id$ ! export CVSROOT=:pserver:ano...@wx...s -q:/cvsroot/wxlua ! echo Checking out website to htdocs dir from cvs cd /home/groups/w/wx/wxlua cvs -q checkout -P -d htdocs website ! echo Checking out the docs dir to the htdocs/docs dir from cvs cd /home/groups/w/wx/wxlua/htdocs cvs -q checkout -P -d docs wxLua/docs ! echo Checking out the whole wxLua cvs repository to the htdocs/wxLua dir from cvs cd /home/groups/w/wx/wxlua/htdocs cvs -q checkout -P wxLua *************** *** 32,38 **** cd /home/groups/w/wx/wxlua/htdocs/download tar \ ! --wildcards --exclude=*.o --exclude=*.d --exclude=*.obj --exclude=*.dll --exclude=*.exe --exclude=*.a --exclude=*.d --exclude=cvs -q \ --create wxLua/* | gzip -c > wxLua_Snapshot_`date +%F`.tar.gz ! echo Since we modified the cvs -q with add_crlf_to_dsp_dsw we should delete it rm -Rf wxLua echo Deleting tarballs created more than 1 week ago --- 32,38 ---- cd /home/groups/w/wx/wxlua/htdocs/download tar \ ! --wildcards --exclude=*.o --exclude=*.d --exclude=*.obj --exclude=*.dll --exclude=*.exe --exclude=*.a --exclude=*.d --exclude=cvs \ --create wxLua/* | gzip -c > wxLua_Snapshot_`date +%F`.tar.gz ! echo Since we modified the cvs with add_crlf_to_dsp_dsw we should delete it rm -Rf wxLua echo Deleting tarballs created more than 1 week ago *************** *** 42,45 **** echo Restoring permissions cd /home/groups/w/wx/wxlua/htdocs ! chmod -R ug+rw * cvs -q images docs screenshots wxLua download >/dev/null 2>&1 ! chmod -R a+x *.sh cvs -q images docs screenshots wxLua download >/dev/null 2>&1 --- 42,45 ---- echo Restoring permissions cd /home/groups/w/wx/wxlua/htdocs ! chmod -R ug+rw * cvs images docs screenshots wxLua download >/dev/null 2>&1 ! chmod -R a+x *.sh cvs images docs screenshots wxLua download >/dev/null 2>&1 |