-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathProcessPanel.Spec.xml
101 lines (93 loc) · 2.71 KB
/
ProcessPanel.Spec.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<processing>
<!-- Must be first! -->
<job name="Setting up the environment">
<os family="unix"/>
<os family="mac"/>
<executefile name="$INSTALL_PATH/bin/setup.sh"/>
</job>
<job name="Setting the Updater up">
<os family="unix"/>
<os family="mac"/>
<executefile name="$INSTALL_PATH/bin/install_updater.sh"/>
</job>
<job name="Setting Opennet up">
<os family="unix"/>
<os family="mac"/>
<executefile name="$INSTALL_PATH/bin/install_opennet.sh"/>
</job>
<job name="Setting JSTUN up">
<os family="unix"/>
<os family="mac"/>
<executefile name="$INSTALL_PATH/bin/install_stun.sh"/>
</job>
<job name="Setting UPnP up">
<os family="unix"/>
<os family="mac"/>
<executefile name="$INSTALL_PATH/bin/install_upnp.sh"/>
</job>
<job name="Setting Librarian up">
<os family="unix"/>
<os family="mac"/>
<executefile name="$INSTALL_PATH/bin/install_librarian.sh"/>
</job>
<job name="Setting KeyUtils up">
<os family="unix"/>
<os family="mac"/>
<executefile name="$INSTALL_PATH/bin/install_keyutils.sh"/>
</job>
<job name="Setting ThawIndexBrowser up">
<os family="unix"/>
<os family="mac"/>
<executefile name="$INSTALL_PATH/bin/install_thawindexbrowser.sh"/>
</job>
<job name="Setting Sharesite up">
<os family="unix"/>
<os family="mac"/>
<executefile name="$INSTALL_PATH/bin/install_sharesite.sh"/>
</job>
<!-- no plugin below that line! -->
<job name="Setting plugins up">
<os family="unix"/>
<os family="mac"/>
<executefile name="$INSTALL_PATH/bin/install_plugins.sh"/>
</job>
<job name="Downloading freenet-stable-latest">
<os family="unix"/>
<os family="mac"/>
<executefile name="$INSTALL_PATH/bin/install_freenet-stable-latest.sh"/>
</job>
<job name="Downloading freenet-ext">
<os family="unix"/>
<os family="mac"/>
<executefile name="$INSTALL_PATH/bin/install_freenet-ext.sh"/>
</job>
<job name="Downloading bcprov">
<os family="unix"/>
<os family="mac"/>
<executefile name="$INSTALL_PATH/bin/install_bcprov.sh"/>
</job>
<job name="Detecting port availability">
<os family="unix"/>
<os family="mac"/>
<executefile name="$INSTALL_PATH/bin/detect_port_availability.sh"/>
</job>
<job name="Setting up auto-start">
<os family="unix"/>
<executefile name="$INSTALL_PATH/bin/install_autostart.sh"/>
</job>
<job name="Starting the node up">
<os family="unix"/>
<os family="mac"/>
<executefile name="$INSTALL_PATH/bin/1run.sh"/>
</job>
<job name="Mac tray startup">
<os family="mac"/>
<executefile name="$INSTALL_PATH/startTray.sh"/>
</job>
<!-- Do I have to mention that nothing ought to be below ? -->
<job name="Cleaning up">
<os family="unix"/>
<os family="mac"/>
<executefile name="$INSTALL_PATH/bin/cleanup.sh"/>
</job>
</processing>