From 687b1a86201c848c978106efd35474d77dd06913 Mon Sep 17 00:00:00 2001 From: Tim Theisen Date: Tue, 30 Jul 2024 22:01:16 -0500 Subject: [PATCH] HTCONDOR-2262: Use simple case-like logic --- docs/v23/configuration/job-router-overview.md | 2 +- docs/v23/configuration/writing-job-routes.md | 2 +- docs/v6/configuration/job-router-overview.md | 2 +- docs/v6/configuration/writing-job-routes.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/v23/configuration/job-router-overview.md b/docs/v23/configuration/job-router-overview.md index 41926fbd..37de8388 100644 --- a/docs/v23/configuration/job-router-overview.md +++ b/docs/v23/configuration/job-router-overview.md @@ -83,7 +83,7 @@ The [ClassAd transform](#classad-transforms) syntax provides many benefits inclu - Statements being evaluated in [the order they are written](writing-job-routes.md#editing-attributes) - Use of variables that are not included in the resultant job ad -- Use of simple case statements +- Use simple case-like logic Additionally, it is now easier to include job transformations that should be evaluated before or after your routes by including transforms in the lists of `JOB_ROUTER_PRE_ROUTE_TRANSFORM_NAMES` and `JOB_ROUTER_POST_ROUTE_TRANSFORM_NAMES`, diff --git a/docs/v23/configuration/writing-job-routes.md b/docs/v23/configuration/writing-job-routes.md index ae490dd7..900f8b06 100644 --- a/docs/v23/configuration/writing-job-routes.md +++ b/docs/v23/configuration/writing-job-routes.md @@ -45,7 +45,7 @@ The [ClassAd transform](job-router-overview.md#classad-transforms) syntax provid - Statements being evaluated in [the order they are written](#editing-attributes) - Use of variables that are not included in the resultant job ad -- Use of simple case statements +- Use simple case-like logic Additionally, it is now easier to include job transformations that should be evaluated before or after your routes by including transforms in the lists of `JOB_ROUTER_PRE_ROUTE_TRANSFORM_NAMES` and `JOB_ROUTER_POST_ROUTE_TRANSFORM_NAMES`, diff --git a/docs/v6/configuration/job-router-overview.md b/docs/v6/configuration/job-router-overview.md index 172c230f..88a1de17 100644 --- a/docs/v6/configuration/job-router-overview.md +++ b/docs/v6/configuration/job-router-overview.md @@ -83,7 +83,7 @@ The [ClassAd transform](#classad-transforms) syntax provides many benefits inclu - Statements being evaluated in [the order they are written](writing-job-routes.md#editing-attributes) - Use of variables that are not included in the resultant job ad -- Use of simple case statements +- Use simple case-like logic Additionally, it is now easier to include job transformations that should be evaluated before or after your routes by including transforms in the lists of `JOB_ROUTER_PRE_ROUTE_TRANSFORM_NAMES` and `JOB_ROUTER_POST_ROUTE_TRANSFORM_NAMES`, diff --git a/docs/v6/configuration/writing-job-routes.md b/docs/v6/configuration/writing-job-routes.md index c2957fd9..6e8bd9c8 100644 --- a/docs/v6/configuration/writing-job-routes.md +++ b/docs/v6/configuration/writing-job-routes.md @@ -45,7 +45,7 @@ The [ClassAd transform](job-router-overview.md#classad-transforms) syntax provid - Statements being evaluated in [the order they are written](#editing-attributes) - Use of variables that are not included in the resultant job ad -- Use of simple case statements +- Use simple case-like logic Additionally, it is now easier to include job transformations that should be evaluated before or after your routes by including transforms in the lists of `JOB_ROUTER_PRE_ROUTE_TRANSFORM_NAMES` and `JOB_ROUTER_POST_ROUTE_TRANSFORM_NAMES`,