Subversion Repositories SvarDOS

Rev

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

Rev 180 Rev 181
Line 7... Line 7...
7
# Synchronization of ISO files, website and repositories towards sourceforge.
7
# Synchronization of ISO files, website and repositories towards sourceforge.
8
#
8
#
9
 
9
 
10
set -e
10
set -e
11
 
11
 
12
# sync ISO files to osdn storage servers
12
# sync packages (with sources) to the osdn storage server
13
rsync -a --progress iso mateuszviste@storage.osdn.net:/storage/groups/s/sv/svardos/
-
 
14
 
-
 
15
# sync packages (with sources)
-
 
16
rsync -a --progress --delete packages mateuszviste@storage.osdn.net:/storage/groups/s/sv/svardos/
13
rsync -a --progress --delete packages mateuszviste@storage.osdn.net:/storage/groups/s/sv/svardos/
17
 
14
 
18
# sync the website (with repositories)
15
# sync the website (with repositories and downloads)
19
rsync -rtDOvz --delete --progress website/ mateuszviste@shell.osdn.net:/home/groups/s/sv/svardos/htdocs/
16
rsync -rtDOvz --delete --progress website/ mateuszviste@shell.osdn.net:/home/groups/s/sv/svardos/htdocs/
20
 
-