You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/11/27 14:13:54 UTC

[GitHub] iilyak opened a new pull request #1765: Dev run hooks

iilyak opened a new pull request #1765: Dev run hooks
URL: https://github.com/apache/couchdb/pull/1765
 
 
   **NOT** ready for merge.
   
   Opening for discussion **only**.
   
   - Somewhat related to https://github.com/apache/couchdb/issues/1515
   
   Every developer might have a slightly different setup. Currently in order to do this customization developers are forced to modify `dev/run` and some other files. This PR is proposing to introduce are hooks dir for `dev/run` customizations. The hooks are simple python modules which export following set of functions:
   
   - `before_setup(ctx)`
   - `after_setup(ctx)`
   - `before_boot_nodes(ctx)`
   - `after_boot_nodes(ctx)`
   - `before_startup(ctx)`
   - `after_startup(ctx)`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services