[installation] Change to nightly

This commit is contained in:
2025-10-30 12:04:59 +01:00
parent 2ff097f9d1
commit a31bc45cce
1441 changed files with 60368 additions and 56360 deletions

View File

@ -19,14 +19,14 @@
empty list (=""): all agencies are allowed
</description>
</parameter>
<parameter name="authors" type="list:string" default="">
<description>
List of authors to consider picks and origins. The author
is extracted from the pick or the preferred origin of the event
and compared with the configured authors.
empty list (=""): all authors are allowed
</description>
</parameter>
<parameter name="authors" type="list:string" default="">
<description>
List of authors to consider picks and origins. The author
is extracted from the pick or the preferred origin of the event
and compared with the configured authors.
empty list (=""): all authors are allowed
</description>
</parameter>
<group name="poi">
<parameter name="message" type="string">
<description>
@ -56,28 +56,28 @@
</parameter>
</group>
<group name="scripts">
<parameter name="pick" type="string">
<parameter name="pick" type="file" options="execute">
<description>
The script to be called when a pick
arrives. Network-, station code, pick publicID are passed
as parameters $1, $2, $3.
</description>
</parameter>
<parameter name="amplitude" type="string">
<parameter name="amplitude" type="file" options="execute">
<description>
The script to be called when an amplitude
arrives. Network-, station code, amplitude and amplitude
public ID are passed as parameters $1, $2, $3, $4.
</description>
</parameter>
<parameter name="alert" type="string">
<parameter name="alert" type="file" options="execute">
<description>
The script to be called when a preliminary
origin arrives. Latitude and longitude are passed as
parameters $1 and $2.
</description>
</parameter>
<parameter name="event" type="string">
<parameter name="event" type="file" options="execute">
<description>
The script to be called when an event has been
declared. The message string, a flag (1=new event,