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/03/21 18:06:26 UTC

[GitHub] iilyak opened a new pull request #1228: Make bcrypt optional

iilyak opened a new pull request #1228: Make bcrypt optional
URL: https://github.com/apache/couchdb/pull/1228
 
 
   ## Overview
   
   Support additional dependencies for couch app and make bcrypt optional. This changes a build system to allow exclusion of bcrypt dependency. There should be no functionality changes.
   
   ## Testing recommendations
   
   1. do a fresh clone
   2. run `./configure`
   3. run `make && dev/run --admin=adm:pass`
   4. run `dev/remsh`
   5. In `remsh` make sure you still have `bcrypt` by running the following 
   
   ```
   lists:usort([A || {A, _, _} <- application:loaded_applications()]).
   ```
   
   ## Related Issues or Pull Requests
   
   None
   
   ## Checklist
   
   - [x] Code is written and works correctly;
   - [ ] Changes are covered by tests;
   - [ ] Documentation reflects the changes;
   

----------------------------------------------------------------
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