TODO: Decide if GH crs-tools, GH voc or this shall be the main repo https://github.com/voc/crs-scripts
  • Perl 95.9%
  • Shell 4.1%
Find a file
Alexander Votteler 7fe94acc60 fix UTF-8 jobfile problems in XML parsing
XML::Simple requires UTF-8 bytes; encode chars and pass scalar ref to avoid wide-char errors
2025-12-27 21:11:24 +01:00
bin add more to systemd unit file, remove some logic from crs_run 2023-07-22 13:08:55 +02:00
debian added new dependency needed by new Record.EndPadding logic 2025-11-29 15:06:47 +01:00
lib/CRS fix UTF-8 jobfile problems in XML parsing 2025-12-27 21:11:24 +01:00
scripts feat: add CRS_STATE to make state of F-scripts runtime configurable 2025-12-05 09:29:30 +01:00
ssl add new DFN root 2017-12-01 17:48:01 +01:00
.gitignore add gitignore 2017-12-15 01:08:18 +01:00
example-profile.sh reintroduce optional room filter in CRS scripts 2021-12-28 16:11:30 +01:00
example-recording-scheduler.service systemd: Restart=always 2023-07-22 13:08:55 +02:00
LICENSE Create LICENSE 2017-11-11 20:58:42 +01:00
README.md Update README.md 2017-11-11 20:57:12 +01:00
screenrc-relive add relive worker scripts 2023-12-28 17:43:39 +01:00
start create general start script for screen rc files 2019-06-19 16:59:46 +02:00
ticket-info.pl rename perl lib to be consistent with future packaged version, see issue #2 2017-12-01 20:28:14 +01:00

CRS Worker scripts

This repository contains a set of worker scripts that communicate with the https://github.com/crs-tools/tracker , which are used in production.

For other people this can serve as a starting point for developing or forking their own custom scripts.