Skip to content
Snippets Groups Projects

bsauto: update holiday schedule for 2021

Merged Ben Morrice requested to merge holidays2021 into master
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -2,10 +2,10 @@
# ------
# $HOLIDAYS and $YEAR should be updated at some point between the annual closure and the new year
# $HOLIDAYS format is MMDD (remember to remove the leading 0 if the MONTH is 1-9)
# $HOLIDAYS format is MDD (remember to remove the leading 0 if the MONTH is 1-9)
# ref https://home.cern/official-holidays
HOLIDAYS="101 410 413 501 521 601 910 1224 1225 1231"
YEAR=2020
HOLIDAYS="101 402 405 513 514 524 909 1224 1227 1231"
YEAR=2021
# ------
DATE=`date --date="today" +%Y%m%d`
Loading