Tagged Questions
1
vote
2answers
178 views
Branching and CI Builds with Agile
We follow many agile processes, including automated tests, continuous integration, sprint reviews, etc... We're currently having a debate about how often we should branch release builds.
We've been ...
0
votes
2answers
213 views
Automating release management and CI on python projects under mercurial VCS
I have a set of Python projects which are under the mercurial VCS. I would like to automate the following tasks:
Run the test suite for every commit (CI).
Make a source distribution for every ...
2
votes
1answer
152 views
Which tool to use for creating application releases?
I'm wondering what others use as a tool for creating the final package to hand over to the customer. For now, these are the tasks it should perform for our company:
build a set of VS projects ...