Github user kxepal commented on a diff in the pull request:
https://github.com/apache/couchdb/pull/460#discussion_r106922187
--- Diff: snapcraft.yaml ---
@@ -0,0 +1,81 @@
+name: couchdb
+version: 2.0
+summary: Document based database
+description: CouchDB is a databa
Github user mhall119 commented on a diff in the pull request:
https://github.com/apache/couchdb/pull/460#discussion_r106921386
--- Diff: snapcraft.yaml ---
@@ -0,0 +1,81 @@
+name: couchdb
+version: 2.0
+summary: Document based database
+description: CouchDB is a data
Github user mhall119 commented on a diff in the pull request:
https://github.com/apache/couchdb/pull/460#discussion_r106921127
--- Diff: .gitignore ---
@@ -4,7 +4,6 @@ config.erl
install.mk
rel/*.config
rel/dev*
-rel/snap*
--- End diff --
That hasn't
Github user wohali commented on a diff in the pull request:
https://github.com/apache/couchdb/pull/460#discussion_r106920431
--- Diff: .gitignore ---
@@ -4,7 +4,6 @@ config.erl
install.mk
rel/*.config
rel/dev*
-rel/snap*
--- End diff --
You also need
Github user kxepal commented on a diff in the pull request:
https://github.com/apache/couchdb/pull/460#discussion_r106920400
--- Diff: snapcraft.yaml ---
@@ -0,0 +1,81 @@
+name: couchdb
+version: 2.0
+summary: Document based database
+description: CouchDB is a databa
Github user rnewson commented on a diff in the pull request:
https://github.com/apache/couchdb/pull/460#discussion_r106920376
--- Diff: .gitignore ---
@@ -4,7 +4,6 @@ config.erl
install.mk
rel/*.config
rel/dev*
-rel/snap*
--- End diff --
ooh I was too
Github user rnewson closed the pull request at:
https://github.com/apache/couchdb/pull/460
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is en
Github user wohali commented on a diff in the pull request:
https://github.com/apache/couchdb/pull/460#discussion_r106920067
--- Diff: .gitignore ---
@@ -4,7 +4,6 @@ config.erl
install.mk
rel/*.config
rel/dev*
-rel/snap*
--- End diff --
You probably n
GitHub user mhall119 opened a pull request:
https://github.com/apache/couchdb/pull/460
Change snap packaging to build from source
## Overview
Rather than creating a snap package from pre-build binaries, this allows
building the snap package directly from source. M