Skip to content

geokodikas/exports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geokodikas Exports CircleCI

Repo to manage exports for Geokodikas

Procedure for generating new export

  1. clone this repo
  2. 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: ''
  1. fill the fields which contain the COMPLETE_ME string
  2. commit and push to the repo
  3. CircleCI will automatically create a new export
  4. look at the CircleCI Jobs and wait until it's finished
  5. update the exports.yaml file:
    • set completed to true
    • set export_filename and export_md5sum to the values reported at the Run Exporeters of the CircleCI run
    • set export_download_url to the url of the artifact created by CircleCI
  6. commit and push
  7. CircleCI won't create exports when the completed flag is set to true

How does this work?

The configuration of CircleCI can be found here. The real thing is done by the ci-export-manager Docker container.

About

Repo to manage exports for Geokodikas

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published