Install SeisComP and scanloc ARM64 nightly packages

This commit is contained in:
Enrico Ellguth
2025-10-29 12:34:04 +00:00
parent 2ff097f9d1
commit 165b829fb7
606 changed files with 24438 additions and 16358 deletions

18
etc/init/scsmdump.py Normal file
View File

@ -0,0 +1,18 @@
import seiscomp.kernel
class Module(seiscomp.kernel.Module):
def __init__(self, env):
seiscomp.kernel.Module.__init__(self, env, env.moduleName(__file__))
def updateConfigProxy(self):
return "trunk"
def updateConfig(self):
# By default the "trunk" module must be configured to write the
# bindings into the database
return 0
def supportsAliases(self):
# The default handler does not support aliases
return True