Subversion Repositories SvarDOS

Rev

Rev 164 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 164 Rev 166
Line 10... Line 10...
10
# sync ISO files to sourceforge download servers
10
# sync ISO files to sourceforge download servers
11
rsync -a --progress iso/* mv_fox@frs.sourceforge.net:/home/frs/project/svarog386/
11
rsync -a --progress iso/* mv_fox@frs.sourceforge.net:/home/frs/project/svarog386/
12
if [ $? -ne 0 ] ; then exit 1 ; fi
12
if [ $? -ne 0 ] ; then exit 1 ; fi
13
 
13
 
14
# sync the website (with repositories)
14
# sync the website (with repositories)
15
rsync -a --progress website/* mv_fox@web.sourceforge.net:/home/project-web/svarog386/htdocs/
15
rsync -a --delete --progress website/ mv_fox@web.sourceforge.net:/home/project-web/svarog386/htdocs