signed-commit remote shell (see also https://github.com/dyne/scorsh)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.1 KiB
44 lines
1.1 KiB
#
|
|
# This is the typical worker configuration file. The file should be
|
|
# called "worker_config.cfg", and will be placed inside the worker
|
|
# directory. It defines the tags understood by the worker, with the
|
|
# corresponding list of commands
|
|
#
|
|
#
|
|
|
|
|
|
---
|
|
w_commands:
|
|
[
|
|
{
|
|
c_name: "LOG",
|
|
c_keyrings: ["allowed_users.asc"],
|
|
c_actions: [
|
|
{
|
|
a_url: "file:///home/katolaz/bin/scorsh_script_log.sh"
|
|
## a_hash: "12da324fb76s924acbce"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
c_name: "build",
|
|
c_keyrings: ["allowed_users.asc"],
|
|
c_actions: [
|
|
{
|
|
a_url: "file:///home/katolaz/bin/scorsh_script.sh",
|
|
a_hash: "c129d4a12998c44dfb9a9fd61ec3159bf29606e0f7280f28bbd98fc6f972fa27"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
c_name: "preview",
|
|
c_keyrings: ["allowed_users.asc"],
|
|
c_actions: [
|
|
{
|
|
a_url: "file:///home/katolaz/bin/scorsh_preview.sh"
|
|
}
|
|
]
|
|
}
|
|
|
|
]
|
|
... |