forked from openstreetmap/openstreetmap-mirror
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcronjobs
25 lines (20 loc) · 3.54 KB
/
cronjobs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# OpenStreetMap mirrors
PATH=/home/v-perlbrew/perl5/perlbrew/bin:/home/v-perlbrew/perl5/perlbrew/perls/current/bin:/bin:/usr/bin
# Git repositories
*/10 * * * * osm-mirror nice -n 15 ionice -c 2 -n 6 cronjob -E -r osm-mirror -j potlatch2 -c '/etc/openstreetmap-mirror/git-mirror.sh potlatch2 git://git.openstreetmap.org/potlatch2.git [email protected]:openstreetmap/potlatch2.git'
*/10 * * * * osm-mirror nice -n 15 ionice -c 2 -n 6 cronjob -E -r osm-mirror -j chef -c '/etc/openstreetmap-mirror/git-mirror.sh chef git://git.openstreetmap.org/chef.git [email protected]:openstreetmap/chef.git'
0 */2 * * * osm-mirror nice -n 15 ionice -c 2 -n 6 cronjob -E -r osm-mirror -j cgimap -c '/etc/openstreetmap-mirror/git-mirror.sh cgimap git://git.openstreetmap.org/cgimap.git [email protected]:openstreetmap/cgimap.git'
5 */2 * * * osm-mirror nice -n 15 ionice -c 2 -n 6 cronjob -E -r osm-mirror -j tirex -c '/etc/openstreetmap-mirror/git-mirror.sh tirex https://github.com/geofabrik/tirex.git [email protected]:openstreetmap/tirex.git'
## Disabled on request of https://github.com/Krakonos
#2 */2 * * * osm-mirror nice -n 15 ionice -c 2 -n 6 cronjob -E -r osm-mirror -j merkaartor -c '/etc/openstreetmap-mirror/git-mirror.sh merkaartor git://gitorious.org/merkaartor/main.git [email protected]:openstreetmap/merkaartor.git'
# JOSM is a special case
#*/30 * * * * osm-mirror nice -n 15 ionice -c 2 -n 6 cronjob -E -r osm-mirror -j josm -c 'DO_JOSM=1 /etc/openstreetmap-mirror/svn-mirror.sh josm http://josm.openstreetmap.de/svn/trunk [email protected]:openstreetmap/josm.git'
# git-svn mirrors
10 */4 * * * osm-mirror nice -n 15 ionice -c 2 -n 6 cronjob -E -r osm-mirror -j potlatch -c '/etc/openstreetmap-mirror/svn-mirror.sh potlatch http://svn.openstreetmap.org/applications/editors/potlatch [email protected]:openstreetmap/potlatch.git'
15 */4 * * * osm-mirror nice -n 15 ionice -c 2 -n 6 cronjob -E -r osm-mirror -j mapnik -c '/etc/openstreetmap-mirror/svn-mirror.sh mapnik-stylesheets http://svn.openstreetmap.org/applications/rendering/mapnik [email protected]:openstreetmap/mapnik-stylesheets.git'
20 */4 * * * osm-mirror nice -n 15 ionice -c 2 -n 6 cronjob -E -r osm-mirror -j shp2osm -c '/etc/openstreetmap-mirror/svn-mirror.sh shp2osm http://svn.openstreetmap.org/applications/utils/import/shp2osm [email protected]:openstreetmap/shp2osm.git'
#35 */4 * * * osm-mirror nice -n 15 ionice -c 2 -n 6 cronjob -E -r osm-mirror -j josm-plugins -c '/etc/openstreetmap-mirror/svn-mirror.sh josm-plugins http://svn.openstreetmap.org/applications/editors/josm/plugins [email protected]:openstreetmap/josm-plugins.git'
40 */4 * * * osm-mirror nice -n 15 ionice -c 2 -n 6 cronjob -E -r osm-mirror -j map-icons -c '/etc/openstreetmap-mirror/svn-mirror.sh map-icons http://svn.openstreetmap.org/applications/share/map-icons [email protected]:openstreetmap/map-icons.git'
45 */4 * * * osm-mirror nice -n 15 ionice -c 2 -n 6 cronjob -E -r osm-mirror -j gosmore -c '/etc/openstreetmap-mirror/svn-mirror.sh gosmore http://svn.openstreetmap.org/applications/rendering/gosmore [email protected]:openstreetmap/gosmore.git'
55 */4 * * * osm-mirror nice -n 15 ionice -c 2 -n 6 cronjob -E -r osm-mirror -j mkgmap -c 'GIT_SVN_CLONE_ARGS=--stdlayout /etc/openstreetmap-mirror/svn-mirror.sh mkgmap http://svn.mkgmap.org.uk/mkgmap [email protected]:openstreetmap/mkgmap.git'
55 */4 * * * osm-mirror nice -n 15 ionice -c 2 -n 6 cronjob -E -r osm-mirror -j splitter -c 'GIT_SVN_CLONE_ARGS=--stdlayout /etc/openstreetmap-mirror/svn-mirror.sh splitter http://svn.mkgmap.org.uk/splitter [email protected]:openstreetmap/splitter.git'