Skip to content
Snippets Groups Projects
  1. Aug 28, 2024
  2. Aug 21, 2024
  3. Aug 20, 2024
  4. Aug 15, 2024
  5. Aug 14, 2024
  6. Aug 02, 2024
  7. Jul 30, 2024
  8. Jul 26, 2024
  9. Jul 25, 2024
  10. May 22, 2024
  11. Jun 30, 2023
  12. Dec 03, 2022
  13. Dec 02, 2022
  14. Aug 29, 2022
    • John-Paul Robinson's avatar
      Update policy action to yes to trigger proper script calling · d7c9d7e3
      John-Paul Robinson authored
      The external script will be called with TEST parameter if the
      policy is executed in test or prepare mode.
      It will only get the LIST files to concat the ouput when the policy
      is fully executed.
      d7c9d7e3
    • John-Paul Robinson's avatar
      Create a base implementation of parsable files · 741ae650
      John-Paul Robinson authored
      The policy file has both a LIST generation rule and a EXTERNAL LIST
      consumer rule.  It uses the ESCAPE term to URL encode the ouput
      generated by the LIST.
      The external target script simply concats LIST files sent to it.
      The mmapplypolicy command adds an additonal variable JOBID to
      allow that to be passed as an OPT to the external script.
      This let's us distinguish the ouput of one job from the next.
      741ae650
Loading