@pyiron/pyiron
I just wanted to ping you all that this new repository is now here to allow for an easy start of a new pyiron module. If you encounter any bug/ anything missing/ anything that needs to be updated please open an issue/PR to fix this.
Another point: In the last pyiron meeting we discussed to use this template repo also to synchronize our CI. I tested to use a template like a fork and this does not work as intended. I.e. an update of the template is not reported and can not be pulled into the created repository which is based on the template. Other ideas welcome!
We could:
- Update all shared files of all repositories to one version and use the patches within this repo to update all the others (maybe this is automatable?)
- Use another repository like
ci_support and make it a submodule to all repos (e.g. using a .static_ci_support directory to hold most of the shared files - this excludes all workflows from being synchronized)
- Make a different
ci_support repository mirroring our usual structure similar to this template and include only files identical in all repos and
- iterate over all
pyiron_-repositories for every change in these files and update those
- automate this using a workflow of the
ci_support repo
@pyiron/pyiron
I just wanted to ping you all that this new repository is now here to allow for an easy start of a new pyiron module. If you encounter any bug/ anything missing/ anything that needs to be updated please open an issue/PR to fix this.
Another point: In the last pyiron meeting we discussed to use this template repo also to synchronize our CI. I tested to use a template like a fork and this does not work as intended. I.e. an update of the template is not reported and can not be pulled into the created repository which is based on the template. Other ideas welcome!
We could:
ci_supportand make it a submodule to all repos (e.g. using a.static_ci_supportdirectory to hold most of the shared files - this excludes all workflows from being synchronized)ci_supportrepository mirroring our usual structure similar to this template and include only files identical in all repos andpyiron_-repositories for every change in these files and update thoseci_supportrepo