Open chendaniely opened 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.
output
data
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?
pydoit
Makefile
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
Need a way to sync the
output
of this repo (which is not tracked) to the correspondingdata
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
orMakefile
?