From 242c66e37760c17d5cac28d473b3d862a1e73379 Mon Sep 17 00:00:00 2001 From: Charadon Date: Sat, 8 Oct 2022 14:57:52 -0400 Subject: dscip: Added COMMIT_DATE variable. This tells the date that CURRENT_COMMIT was made. Format of date is determined by DSCIP_DATE_FORMAT in config.sh --- config.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config.sh') diff --git a/config.sh b/config.sh index 1968a92..81eb7f5 100755 --- a/config.sh +++ b/config.sh @@ -31,4 +31,6 @@ export DSCIP_DISREGARD_COMMIT_CHECK="false" # If the script should just rebuild export DSCIP_OUTPUT_TO="$WORKING_DIRECTORY/output.txt" # Output to file, default is output.txt # Automatically update DSCIP? export DSCIP_AUTO_UPDATE="false" - +# Set up format for the COMMIT_DATE variable. By default, it's %Y%m%d (YEARMONTHDAY | 20220812) +# See strftime(3) for more information. +export DSCIP_DATE_FORMAT="%Y%m%d" -- cgit 1.4.1-2-gfad0