From 1f96f5b23d7aecbf911d5aeee5732b21e3bd950f Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 18 Aug 2026 14:11:23 -0500 Subject: [PATCH 1/2] JCF: DUNE-DAQ/daq-deliverables#216: rename ResourceSet -> ExcludableEntitySet --- python/trigger/tpreplay_application/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/trigger/tpreplay_application/README.md b/python/trigger/tpreplay_application/README.md index efe06e0c..1e5b2551 100644 --- a/python/trigger/tpreplay_application/README.md +++ b/python/trigger/tpreplay_application/README.md @@ -153,7 +153,7 @@ Few notes on what happens in this script: `TPReplayApplication` schema: ```xml - + From 206f657fa8b2537b14a538f8100062f9dca8d0fa Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 23 Aug 2026 11:09:15 -0500 Subject: [PATCH 2/2] JCF: DUNE-DAQ/daq-deliverables#216: change to reflect how disable has been replaced by exclude --- integtest/no_duplicate_ta_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integtest/no_duplicate_ta_test.py b/integtest/no_duplicate_ta_test.py index 9d03fddb..f0ea37a5 100644 --- a/integtest/no_duplicate_ta_test.py +++ b/integtest/no_duplicate_ta_test.py @@ -138,7 +138,7 @@ data_classes.list_element_addition( obj_class="Session", obj_id=conf_dict.config_session_name, - rel_name="disabled", + rel_name="excluded", additional_object_class="TPStreamWriterApplication", additional_object_id="tp-stream-writer", )