Added hours and minutes to build timestamp

This commit is contained in:
Joseph Henry
2019-03-18 16:47:04 -07:00
parent 38545ebe27
commit 0099f94f79

View File

@@ -415,7 +415,7 @@ package_everything()
{ {
echo "Executing task: " ${FUNCNAME[ 0 ]} "(" $1 ")" echo "Executing task: " ${FUNCNAME[ 0 ]} "(" $1 ")"
LIBZT_VERSION=$(git describe) LIBZT_VERSION=$(git describe)
PROD_NAME=$LIBZT_VERSION-$(date '+%Y%m%d')-$1 PROD_NAME=$LIBZT_VERSION-$(date '+%Y%m%d_%H-%M')-$1
PROD_DIR=$(pwd)/products/$PROD_NAME/ PROD_DIR=$(pwd)/products/$PROD_NAME/
# Make products directory # Make products directory
LICENSE_DIR=$PROD_DIR/licenses LICENSE_DIR=$PROD_DIR/licenses