Subversion Repositories SvarDOS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
164 mv_fox 1
#!/bin/sh
2
#
3
# Svarog386 build script
4
# http://svarog386.sourceforge.net
5
# Copyright (C) 2016-2018 Mateusz Viste
6
#
7
# Synchronization of ISO files, website and repositories towards sourceforge.
8
#
9
 
10
# sync ISO files to sourceforge download servers
11
rsync -a --progress iso/* mv_fox@frs.sourceforge.net:/home/frs/project/svarog386/
12
if [ $? -ne 0 ] ; then exit 1 ; fi
13
 
14
# sync the website (with repositories)
15
rsync -a --progress website/* mv_fox@web.sourceforge.net:/home/project-web/svarog386/htdocs/