update.sh: touch .last_refresh on refresh
commit548c2f46245c74ef6ab8c0cdf9e607f0c072f1be
authorKyle J. McKay <mackyle@gmail.com>
Fri, 14 Aug 2015 13:12:10 +0000 (14 06:12 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Fri, 14 Aug 2015 13:12:10 +0000 (14 06:12 -0700)
tree8ece1da18548f0e3f74015689c1b4140791dfeb1
parent1f7accb064f77e3260fd30fc65a572741da1dfd3
update.sh: touch .last_refresh on refresh

Ages ago the last refresh tine was recorded as the
time stamp on the .last_refresh file.

Since then it was converted to storage in the config
file as the gitweb.lastrefresh field and the
.last_refresh file was no longer maintained.

Restore touching the .last_refresh file in addition
to setting the gitweb.lastrefresh field so that the
information is available without needing to run git.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
jobd/update.sh