taskotron-dev: add a missing cron file
I forgot about it in my previous commit 987ba63be3
.
This commit is contained in:
parent
987ba63be3
commit
5b5b898c26
1 changed files with 6 additions and 0 deletions
|
@ -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 %}
|
Loading…
Add table
Add a link
Reference in a new issue