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 2017/10/21 03:57:01 UTC

[GitHub] wohali opened a new issue #908: Fix release build process tooling

wohali opened a new issue #908: Fix release build process tooling
URL: https://github.com/apache/couchdb/issues/908
 
 
   Currently, there are 3 problems with the RC and release build process that I'm aware of:
   
   1. The Makefile functionality to diff a given RC against the last one is broken for RC1 (because there is no RC0 tag).
   1. There is no easy way to bump the version number - you have to manually edit both `Makefile` and `rel/reltool.config`. See: https://github.com/apache/couchdb/pull/907 Sure would be nice to pull this from an env var or tag or something.
   1. There's no equivalent of "make reltarball" that does roughly the same thing as "make rc" when you check out from a release tag (e.g. 2.1.0). This could be collapsed with "make rc" if it was assumed that all RCs have to be built from a proper git tag.

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