Subversion Repositories SvarDOS

Rev

Rev 173 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
164 mv_fox 1
#!/bin/sh
2
#
176 mateuszvis 3
# SvarDOS build script
4
# http://svardos.osdn.io
5
# Copyright (C) 2016-2021 Mateusz Viste
164 mv_fox 6
#
7
# Synchronization of ISO files, website and repositories towards sourceforge.
8
#
9
 
10
# sync ISO files to sourceforge download servers
176 mateuszvis 11
#rsync -a --progress iso/* mateuszviste@storage.osdn.net:/storage/groups/s/sv/svardos/
173 mateuszvis 12
#if [ $? -ne 0 ] ; then exit 1 ; fi
164 mv_fox 13
 
14
# sync the website (with repositories)
176 mateuszvis 15
rsync -a --delete --progress website/ mateuszviste@shell.osdn.net/home/groups/s/sv/svardos/htdocs/
16