On Thu, Jul 16, 2015 at 4:55 PM, Daniel Kulp wrote:
> Out of curiosity, what would the docker image buy us?
>
> Really “mvn release:prepare; mvn release:perform” is not that hard. I think
> the only complexity would be the gpg setup, but that’s likely really just an
> issue for Windows folks, a
On 16/07/15 16:55, Daniel Kulp wrote:
> Out of curiosity, what would the docker image buy us?
>
> Really “mvn release:prepare; mvn release:perform” is not that hard. I think
> the only complexity would be the gpg setup, but that’s likely really just an
> issue for Windows folks, and I’m not
I think a Docker image to perform releases is a good idea to pilot. It allows
for a repeatable solution that could be used to be easily spun up/down to
create the releases with all of the necessary tooling already in place (which
has been a challenge from what I can ascertain in the past). Depen
Out of curiosity, what would the docker image buy us?
Really “mvn release:prepare; mvn release:perform” is not that hard. I think
the only complexity would be the gpg setup, but that’s likely really just an
issue for Windows folks, and I’m not sure how that would work with a docker
image eit
Github user asfgit closed the pull request at:
https://github.com/apache/camel/pull/564
---
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 enabl
GitHub user dsimansk opened a pull request:
https://github.com/apache/camel/pull/564
Fix UndertowProducer to return correct response
Should fix UndertowProducer + related unit tests that were failing.
You can merge this pull request into a Git repository by running:
$ git pull
Hi
A while back Henryk talked about building some kind of docker image we
could use for doing releases. I like that idea so its pre-setup and
would be easier for other people to do releases.
I have been contacted by a person on email who wanted to help with
releases. However has he is not a commi