Rev 177 | Go to most recent revision | Blame | Last modification | View Log | RSS feed
#!/bin/sh
#
# SvarDOS build script
# http://svardos.osdn.io
# Copyright (C) 2016-2021 Mateusz Viste
#
# Synchronization of ISO files, website and repositories towards sourceforge.
#
set -e
# sync ISO files to osdn storage servers
rsync -a --progress iso mateuszviste@storage.osdn.net:/storage/groups/s/sv/svardos/
# sync packages (with sources)
rsync -a --progress --delete packages mateuszviste@storage.osdn.net:/storage/groups/s/sv/svardos/
# sync the website (with repositories)
rsync -rtDOvz --delete --progress website/ mateuszviste@shell.osdn.net:/home/groups/s/sv/svardos/htdocs/