ndssl / zika_data_to_cdc

Converting various datasets to adhere to CDC Zika format
MIT License
1 stars 2 forks source link

Way to sync scripts in this repo with CDC repo #2

Open chendaniely opened 8 years ago

chendaniely commented 8 years ago

Need a way to sync the output of this repo (which is not tracked) to the corresponding data directory in the CDC repo.

This way if the script changes due to bugs or improvements, the CDC repo will reflect the appropriate data changes

Maybe a pydoit or Makefile?

chendaniely commented 8 years ago

possible solution is post commit hooks:

http://stackoverflow.com/questions/19198787/how-to-conveniently-sync-a-file-between-two-git-repositories

http://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks#Client-Side-Hooks