cedadev / swallow

Swallow - a Birdhouse WPS for running the NAME Trajectory code.
Other
0 stars 1 forks source link

Try to run cruft update #31

Closed agstephens closed 2 years ago

agstephens commented 2 years ago

Reading this:

https://github.com/bird-house/cookiecutter-birdhouse/blob/master/README.rst#usage

We should be able to do:

# Tell cruft to link to the original repo used for creating the bird
cruft link https://github.com/bird-house/cookiecutter-birdhouse

This will create the .cruft.json file so subsequently cruft update can be used. You will need to answer the same questions as cruft create above.

Note that after cruft link, the commit field in the .cruft.json file will initially be wrong if you selected the default value. To ensure a proper subsequent cruft update, you need to edit the .cruft.json file and put the proper last commit of the cookiecutter used in that commit field. See example here: