Subversion Repositories SvarDOS

Rev

Rev 177 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 177 Rev 180
Line 5... Line 5...
5
# Copyright (C) 2016-2021 Mateusz Viste
5
# Copyright (C) 2016-2021 Mateusz Viste
6
#
6
#
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
-
 
11
 
10
# sync ISO files to sourceforge download servers
12
# sync ISO files to osdn storage servers
11
#rsync -a --progress iso/* mateuszviste@storage.osdn.net:/storage/groups/s/sv/svardos/
13
rsync -a --progress iso mateuszviste@storage.osdn.net:/storage/groups/s/sv/svardos/
-
 
14
 
12
#if [ $? -ne 0 ] ; then exit 1 ; fi
15
# sync packages (with sources)
-
 
16
rsync -a --progress --delete packages mateuszviste@storage.osdn.net:/storage/groups/s/sv/svardos/
13
 
17
 
14
# sync the website (with repositories)
18
# sync the website (with repositories)
15
rsync -rtDOvz --delete --progress website/ mateuszviste@shell.osdn.net:/home/groups/s/sv/svardos/htdocs/
19
rsync -rtDOvz --delete --progress website/ mateuszviste@shell.osdn.net:/home/groups/s/sv/svardos/htdocs/
16
 
20