Skip to content

Files

Latest commit

63eed6d · Dec 25, 2024

History

History

scripts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 21, 2022
Jul 31, 2023
Jul 31, 2023
Mar 5, 2024
May 21, 2022
Dec 25, 2024
Dec 29, 2021
May 2, 2022
Oct 28, 2018
Nov 5, 2018
Nov 9, 2018
Dec 29, 2018

scripts

Scripts to run batch jobs on the entries. These actions are potentially destructives and they must be audit-able. A rollback can be put in place in case of need, so make sure to:

  • log decisions and actions
  • commit the script before the application of the batch job
  • commit the "effects" of a script in a separate commit, having a message starting with batch and putting the output of the script log in the additional git commit "-m" field.
DO NOT CHANGE THE NUMBER OF THE SCRIPT AT THE START OF THE FILENAMES

This number is used to reference the job (result) in "batch" commit messages. Don't change it.