[GitHub] couchdb pull request: Add first stab at a release build script.

2015-04-07 Thread micah
Github user micah commented on the pull request: https://github.com/apache/couchdb/pull/302#issuecomment-90751051 > @micah on make uninstall what is expected to happen with user-data that was created by the package? Like databases that might still have important data, are t

[GitHub] couchdb pull request: Add first stab at a release build script.

2015-02-24 Thread micah
Github user micah commented on the pull request: https://github.com/apache/couchdb/pull/302#issuecomment-75807216 I think that the right thing to do is to change the Makefile so it does the right thing, but to do that might require changing things that I'm unaware of (build sc

[GitHub] couchdb pull request: Add first stab at a release build script.

2015-02-24 Thread micah
Github user micah commented on the pull request: https://github.com/apache/couchdb/pull/302#issuecomment-75785798 The share/www removal is because 'make distclean' is run in a typical build environment to remove all the stuff that ./configure created (typically to build a

[GitHub] couchdb pull request: Add first stab at a release build script.

2015-02-24 Thread micah
Github user micah commented on the pull request: https://github.com/apache/couchdb/pull/302#issuecomment-75781675 Yeah, I found that the following file deleted from the tarfile: ``` THANKS.in THANKS share/www/index.html share/www/img/glyphicons-halflings.png

[GitHub] couchdb pull request: Add first stab at a release build script.

2015-02-19 Thread micah
Github user micah commented on the pull request: https://github.com/apache/couchdb/pull/302#issuecomment-75119549 Since I'm on the subject of 'make clean', it seems like if you run this in the release tarball directory, it will fail because of the git pieces: `

[GitHub] couchdb pull request: Add first stab at a release build script.

2015-02-19 Thread micah
Github user micah commented on the pull request: https://github.com/apache/couchdb/pull/302#issuecomment-75118468 In a typical autotools environment, make clean is no-op on a freshly untarred source dir, as normally, if there is a Makefile, you should be able to do a 'make

Re: Packaging 2.0

2015-01-29 Thread Micah Anderson
ltool configuration for the release? Until this is resolved, I'm a bit stuck! Thanks for your help, micah

Re: Packaging 2.0

2015-01-27 Thread Micah Anderson
Paul Davis writes: > On Thu, Jan 22, 2015 at 1:30 PM, micah anderson wrote: > >> I'd like to decouple this from the package building process, as some of >> these are already available as independent packages in Debian, and it is >> against the Debian policy to

Packaging 2.0

2015-01-22 Thread micah anderson
t;>>>>>>>>>>>>>>>>>> > > If you intend to run the test suites: > > > > ./configure -c> > > > If you want to build it into different destination than `/usr/local`. > > > > ./configure --prefix=/ > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > both of those are wrong. The -c option currently is: -crequest that couchjs is linked to cURL (default false) and there is no --prefix option. That is all for now! Thanks! micah