taskotron-dev: add a missing cron file

I forgot about it in my previous commit 987ba63be3.
This commit is contained in:
Kamil Páral 2019-05-29 15:34:34 +02:00
parent 987ba63be3
commit 5b5b898c26

View file

@ -0,0 +1,6 @@
### Update grokmirror repos
{% for item in grokmirror_repos %}
# pull repo for {{ item.name }}
@hourly {{ grokmirror_user }} cd {{ grokmirror_basedir }}/{{ item.name }} && git fetch origin {{ grokmirror_default_branch }}:{{ grokmirror_default_branch }}
{% endfor %}