Subversion Repositories SvarDOS

Rev

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

Rev 849 Rev 852
Line 3... Line 3...
3
# SvarDOS build script
3
# SvarDOS build script
4
# http://svardos.org
4
# http://svardos.org
5
# Copyright (C) 2016-2022 Mateusz Viste
5
# Copyright (C) 2016-2022 Mateusz Viste
6
#
6
#
7
# This script builds floppy and CD images. It should be executed each time that
7
# This script builds floppy and CD images. It should be executed each time that
8
# a CORE package has been modified or the build script changed. Before running
8
# a CORE package has been modified or the build script changed. This is usually
9
# it looks for the presence of a /tmp/svardos_repo_changed.flag and stops if
-
 
10
# no such flag exists. This flag is expected to be created by an svn
-
 
11
# post-commit hook when an important svn change is detected.
9
# done by the cron.sh script, itself called by a cron job.
12
#
10
#
13
# usage: ./build.sh outputdir [noclean] > logfile
11
# usage: ./build.sh outputdir [noclean] > logfile
14
#
12
#
15
 
13
 
16
### parameters block starts here ############################################
14
### parameters block starts here ############################################