Routino SVN Repository Browser

Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino

ViewVC logotype

Contents of /branches/destination-access/src/test/only-split.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1969 - (show annotations) (download) (as text)
Wed Mar 13 13:31:03 2019 UTC (6 years ago) by amb
File MIME type: text/x-sh
File size: 490 byte(s)
Merge from trunk.

1 #!/bin/sh
2
3 # Pruned or non-pruned - special case
4
5 if [ "$2" = "prune" ]; then
6
7 case $name in
8 prune-isolated) prune="--prune-none --prune-isolated=100";;
9 prune-short) prune="--prune-none --prune-short=5";;
10 prune-straight) prune="--prune-none --prune-straight=5";;
11 *) prune="";;
12 esac
13
14 pruned="-pruned"
15 else
16 prune="--prune-none"
17 pruned=""
18 fi
19
20 # Run planetsplitter
21
22 run_planetsplitter $prune
23
24 # Run filedumper
25
26 run_filedumper

Properties

Name Value
svn:executable *