Repo to manage exports for Geokodikas
- clone this repo
- edit the
exports.yaml
file. Add the following template under a specific country:
- completed: false
download_date: COMPLETE_ME
osm_pbf_file: COMPLETE_ME
osm_pbf_md5sum: COMPLETE_ME
export_filename: ''
export_download_url: ''
export_md5sum: ''
- fill the fields which contain the
COMPLETE_ME
string - commit and push to the repo
- CircleCI will automatically create a new export
- look at the CircleCI Jobs and wait until it's finished
- update the
exports.yaml
file:- set
completed
totrue
- set
export_filename
andexport_md5sum
to the values reported at theRun Exporeters
of the CircleCI run - set
export_download_url
to the url of the artifact created by CircleCI
- set
- commit and push
- CircleCI won't create exports when the
completed
flag is set totrue
The configuration of CircleCI can be found here.
The real thing is done by the ci-export-manager
Docker container.