From 1c9400bfc4a64c8c3e0be4c9f62ca4dcab66e926 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Thu, 16 Jul 2026 11:42:28 +0200 Subject: [PATCH] feat: remainigs iocs dev/prod templates --- services/scrubbing/current/ioc/AGEBD-CPCL-SCRUBBING_main.subs | 4 ++-- services/taupct/current/ioc/AGEBD-CPCL-TAUPCT_main.subs | 4 ++-- services/timing/current/ioc/AGEBD-CPCL-TIMING_main.subs | 4 ++-- services/tunebump/current/ioc/AGEBD-CPCL-TUNEBUMP_main.subs | 4 ++-- services/tunefbx/current/ioc/AGEBD-CPCL-TUNEFBX_main.subs | 4 ++-- services/tunefby/current/ioc/AGEBD-CPCL-TUNEFBY_main.subs | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/services/scrubbing/current/ioc/AGEBD-CPCL-SCRUBBING_main.subs b/services/scrubbing/current/ioc/AGEBD-CPCL-SCRUBBING_main.subs index ec5596b..c5f2732 100644 --- a/services/scrubbing/current/ioc/AGEBD-CPCL-SCRUBBING_main.subs +++ b/services/scrubbing/current/ioc/AGEBD-CPCL-SCRUBBING_main.subs @@ -1,4 +1,4 @@ file SCRUBBING.template { pattern { DEVICE } - { AGEBD-SCRUBBING } -} \ No newline at end of file + { AGEBD-SCRUBBING{{ agebd_env }} } +} diff --git a/services/taupct/current/ioc/AGEBD-CPCL-TAUPCT_main.subs b/services/taupct/current/ioc/AGEBD-CPCL-TAUPCT_main.subs index f25a3bd..ab45b7c 100644 --- a/services/taupct/current/ioc/AGEBD-CPCL-TAUPCT_main.subs +++ b/services/taupct/current/ioc/AGEBD-CPCL-TAUPCT_main.subs @@ -1,4 +1,4 @@ file TAUPCT.template { pattern { DEVICE } - { AGEBD-TAUPCT } -} \ No newline at end of file + { AGEBD-TAUPCT{{ agebd_env }} } +} diff --git a/services/timing/current/ioc/AGEBD-CPCL-TIMING_main.subs b/services/timing/current/ioc/AGEBD-CPCL-TIMING_main.subs index d880674..1a840a4 100644 --- a/services/timing/current/ioc/AGEBD-CPCL-TIMING_main.subs +++ b/services/timing/current/ioc/AGEBD-CPCL-TIMING_main.subs @@ -1,4 +1,4 @@ file TIMING.template { pattern { DEVICE } - { AGEBD-TIMING } -} \ No newline at end of file + { AGEBD-TIMING{{ agebd_env }} } +} diff --git a/services/tunebump/current/ioc/AGEBD-CPCL-TUNEBUMP_main.subs b/services/tunebump/current/ioc/AGEBD-CPCL-TUNEBUMP_main.subs index 8e9d768..cf91d27 100644 --- a/services/tunebump/current/ioc/AGEBD-CPCL-TUNEBUMP_main.subs +++ b/services/tunebump/current/ioc/AGEBD-CPCL-TUNEBUMP_main.subs @@ -1,4 +1,4 @@ file TUNEBUMP.template { pattern { DEVICE } - { AGEBD-TUNEBUMP } -} \ No newline at end of file + { AGEBD-TUNEBUMP{{ agebd_env }} } +} diff --git a/services/tunefbx/current/ioc/AGEBD-CPCL-TUNEFBX_main.subs b/services/tunefbx/current/ioc/AGEBD-CPCL-TUNEFBX_main.subs index 3e0664b..eaabe8c 100644 --- a/services/tunefbx/current/ioc/AGEBD-CPCL-TUNEFBX_main.subs +++ b/services/tunefbx/current/ioc/AGEBD-CPCL-TUNEFBX_main.subs @@ -1,4 +1,4 @@ file TUNEFBX.template { pattern { DEVICE } - { AGEBD-TUNEFBX } -} \ No newline at end of file + { AGEBD-TUNEFBX{{ agebd_env }} } +} diff --git a/services/tunefby/current/ioc/AGEBD-CPCL-TUNEFBY_main.subs b/services/tunefby/current/ioc/AGEBD-CPCL-TUNEFBY_main.subs index 3d9cb1b..8e1d851 100644 --- a/services/tunefby/current/ioc/AGEBD-CPCL-TUNEFBY_main.subs +++ b/services/tunefby/current/ioc/AGEBD-CPCL-TUNEFBY_main.subs @@ -1,4 +1,4 @@ file TUNEFBY.template { pattern { DEVICE } - { AGEBD-TUNEFBY } -} \ No newline at end of file + { AGEBD-TUNEFBY{{ agebd_env }} } +}