Add date to each line in checkout_history-file
This commit is contained in:
parent
0e8aa33feb
commit
fe56c2c73e
@ -19,7 +19,6 @@ write_log_file () {
|
|||||||
if ! grep -Eq "$line" $CHECKOUT_HISTORY_FILE; then
|
if ! grep -Eq "$line" $CHECKOUT_HISTORY_FILE; then
|
||||||
# line not found. first checkout of this branch (on this PSA).
|
# line not found. first checkout of this branch (on this PSA).
|
||||||
# mark dc and print-templates to be downloaded by update-tool.
|
# mark dc and print-templates to be downloaded by update-tool.
|
||||||
echo $line >> $CHECKOUT_HISTORY_FILE
|
|
||||||
echo "DOWNLOAD, /etc/dc/dc2c.4.21.bin, $now, N/A" >> $GIT_UPDATE_LOG
|
echo "DOWNLOAD, /etc/dc/dc2c.4.21.bin, $now, N/A" >> $GIT_UPDATE_LOG
|
||||||
echo "DOWNLOAD, /etc/psa_config/DC2C_print01.json, $now, N/A" >> $GIT_UPDATE_LOG
|
echo "DOWNLOAD, /etc/psa_config/DC2C_print01.json, $now, N/A" >> $GIT_UPDATE_LOG
|
||||||
echo "DOWNLOAD, /etc/psa_config/DC2C_print02.json, $now, N/A" >> $GIT_UPDATE_LOG
|
echo "DOWNLOAD, /etc/psa_config/DC2C_print02.json, $now, N/A" >> $GIT_UPDATE_LOG
|
||||||
@ -42,6 +41,7 @@ write_log_file () {
|
|||||||
else
|
else
|
||||||
echo "Found existing line: $line. Do nothing"
|
echo "Found existing line: $line. Do nothing"
|
||||||
fi
|
fi
|
||||||
|
echo "$line @$now" >> $CHECKOUT_HISTORY_FILE
|
||||||
else
|
else
|
||||||
echo "*******************************************************"
|
echo "*******************************************************"
|
||||||
echo " $CHECKOUT_HISTORY_FILE DOES NOT EXIST !!! "
|
echo " $CHECKOUT_HISTORY_FILE DOES NOT EXIST !!! "
|
||||||
|
Loading…
Reference in New Issue
Block a user