Subversion Repositories SvarDOS

Rev

Rev 181 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 181 Rev 291
1
#!/bin/sh
1
#!/bin/sh
2
#
2
#
3
# SvarDOS build script
3
# SvarDOS build script
4
# http://svardos.osdn.io
4
# http://svardos.osdn.io
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
 
-
 
12
# sync packages (with sources) to the osdn storage server
-
 
13
rsync -a --progress --delete packages mateuszviste@storage.osdn.net:/storage/groups/s/sv/svardos/
-
 
14
 
-
 
15
# sync the website (with repositories and downloads)
10
# sync the website (with repositories and downloads)
16
rsync -rtDOvz --delete --progress website/ mateuszviste@shell.osdn.net:/home/groups/s/sv/svardos/htdocs/
11
rsync -rtOvz --delete --progress website/ mateuszviste@shell.osdn.net:/home/groups/s/sv/svardos/htdocs/
17
 
12