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 2019/08/24 04:07:03 UTC

[GitHub] [couchdb-pkg] wohali opened a new pull request #50: Update snap for 2.3.1 + core18

wohali opened a new pull request #50: Update snap for 2.3.1 + core18
URL: https://github.com/apache/couchdb-pkg/pull/50
 
 
   ## Overview
   
   Updates the snap to CouchDB 2.3.1, and modern best practices (including `core18`).
   
   ## Testing recommendations
   
   Pull this repo, then on an Ubuntu 16.04/18.04 machine with Docker:
   
   ```
   $ docker pull yakshaveinc/snapcraft:core18-edge`
   $ docker run -it -v "$PWD":/build:Z -w /build yakshaveinc/snapcraft:core18-edge snapcraft
   $ sudo snap install ./couchdb_2.3.1_amd64.snap --dangerous
   $ curl http://localhost:5984/
   ```
   
   ## GitHub issue number
   
   Closes #42
   
   ## Checklist
   
   - [X] Code is written and works correctly;
   - [X] Changes are covered by tests;
   - [X] Documentation reflects the changes;
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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