Cleanup spurrious warning, and bump epoch again to avoid another PR

which has set similar epoch
This commit is contained in:
Kris Moore
2021-03-12 13:21:27 -05:00
parent 6698beb57b
commit af8a8d8122
2 changed files with 4 additions and 1 deletions

View File

@@ -490,6 +490,9 @@ checkout_sources() {
if [ ! -d "$SOURCES" ] ; then
mkdir -p ${SOURCES}
fi
if [ ! -d "$LOG_DIR" ] ; then
mkdir -p ${LOG_DIR}
fi
GITREMOTE=$(git remote get-url origin)
GITSHA=$(git rev-parse --short HEAD)