Skip to content

Commit

Permalink
close #33 because no incident after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
BradleyA committed Sep 15, 2018
1 parent abf3492 commit cbf2b20
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions check-markit
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
# check-markit 3.78.228 2018-09-14_19:53:26_CDT https://github.com/BradleyA/markit uadmin six-rpi3b.cptx86.com 3.77
# close #33 because no incident after testing
# check-markit 3.77.227 2018-09-14_19:48:36_CDT https://github.com/BradleyA/markit uadmin six-rpi3b.cptx86.com 3.76-1-g1d02c48
# think the incident #33 is because .git was on the end of repository on github
# check-markit 3.76.225 2018-09-10_13:56:21_CDT https://github.com/BradleyA/markit uadmin six-rpi3b.cptx86.com 3.75
Expand All @@ -8,7 +10,7 @@
# check-markit 3.72.221 2018-09-04_20:35:54_CDT https://github.com/BradleyA/markit uadmin six-rpi3b.cptx86.com 3.71
# change grep <string-one> && <string-two close #32
###
DEBUG=1 # 0 = debug off, 1 = debug on
DEBUG=0 # 0 = debug off, 1 = debug on
# set -x
# set -v
BOLD=$(tput bold)
Expand Down Expand Up @@ -85,7 +87,7 @@ fi
REPOSITORY_COMMAND=`grep git ${MARKIT_FILE} | grep -m 1 ${FILE_NAME} | awk {'print$5'} | sed 's/\.git$//'`
MARKIT_FILE_RELEASE=`grep git ${MARKIT_FILE} | grep -m 1 ${FILE_NAME} | awk {'print$3'}`
MARKIT_FILE_DATE=`grep git ${MARKIT_FILE} | grep -m 1 ${FILE_NAME} | awk {'print$4'}`

#
if [ "${DEBUG}" == "1" ] ; then echo -e "> DEBUG ${LINENO} MARKIT_FILE >${MARKIT_FILE}< FILE_NAME >${FILE_NAME}< REPOSITORY_COMMAND >${REPOSITORY_COMMAND}< MARKIT_FILE_RELEASE >${MARKIT_FILE_RELEASE}<" 1>&2 ; fi
# Check file to determine if it was marked before markit release 3.10.142
# if ! `echo "${REPOSITORY_COMMAND}" | grep -q "https"` ; then
Expand Down

0 comments on commit cbf2b20

Please sign in to comment.