[GitHub] couchdb pull request #442: Adds a Snap package build option with: ./configur...

2016-10-27 Thread mhall119
Github user mhall119 closed the pull request at: https://github.com/apache/couchdb/pull/442 --- 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 e

[GitHub] couchdb pull request #442: Adds a Snap package build option with: ./configur...

2016-10-24 Thread mhall119
Github user mhall119 commented on a diff in the pull request: https://github.com/apache/couchdb/pull/442#discussion_r84786620 --- Diff: configure --- @@ -184,6 +192,85 @@ EOF cat > $rootdir/config.erl << EOF {with_curl, $WITH_CURL}. EOF + +if [ "${WITH_SNAP}"

[GitHub] couchdb pull request #442: Adds a Snap package build option with: ./configur...

2016-10-24 Thread mhall119
Github user mhall119 commented on a diff in the pull request: https://github.com/apache/couchdb/pull/442#discussion_r84740327 --- Diff: configure --- @@ -184,6 +192,85 @@ EOF cat > $rootdir/config.erl << EOF {with_curl, $WITH_CURL}. EOF + +if [ "${WITH_SNAP}"

[GitHub] couchdb pull request #442: Adds a Snap package build option with: ./configur...

2016-10-24 Thread mhall119
Github user mhall119 commented on a diff in the pull request: https://github.com/apache/couchdb/pull/442#discussion_r84739220 --- Diff: configure --- @@ -184,6 +192,85 @@ EOF cat > $rootdir/config.erl << EOF {with_curl, $WITH_CURL}. EOF + +if [ "${WITH_SNAP}"

[GitHub] couchdb pull request #442: Adds a Snap package build option with: ./configur...

2016-10-17 Thread rnewson
Github user rnewson commented on a diff in the pull request: https://github.com/apache/couchdb/pull/442#discussion_r83626753 --- Diff: configure --- @@ -184,6 +192,85 @@ EOF cat > $rootdir/config.erl << EOF {with_curl, $WITH_CURL}. EOF + +if [ "${WITH_SNAP}"

[GitHub] couchdb pull request #442: Adds a Snap package build option with: ./configur...

2016-10-17 Thread rnewson
Github user rnewson commented on a diff in the pull request: https://github.com/apache/couchdb/pull/442#discussion_r83626974 --- Diff: configure --- @@ -184,6 +192,85 @@ EOF cat > $rootdir/config.erl << EOF {with_curl, $WITH_CURL}. EOF + +if [ "${WITH_SNAP}"

[GitHub] couchdb pull request #442: Adds a Snap package build option with: ./configur...

2016-10-17 Thread rnewson
Github user rnewson commented on a diff in the pull request: https://github.com/apache/couchdb/pull/442#discussion_r83626861 --- Diff: configure --- @@ -184,6 +192,85 @@ EOF cat > $rootdir/config.erl << EOF {with_curl, $WITH_CURL}. EOF + +if [ "${WITH_SNAP}"

[GitHub] couchdb pull request #442: Adds a Snap package build option with: ./configur...

2016-10-07 Thread mhall119
GitHub user mhall119 opened a pull request: https://github.com/apache/couchdb/pull/442 Adds a Snap package build option with: ./configure && make snap Adds a new make target for building a snap package, reuses "make release" so no re-compiling is necessary. Snapcraft files are prod