Actions
Task #4210
closedRelease and deploy Mentat package version 2.0
Start date:
07/27/2018
Due date:
07/30/2018
% Done:
100%
Estimated time:
To be discussed:
Description
- Merge
devel
branch intomaster
. - Build and release Mentat package for Debian.
- Inform CTI project about the release and let them upgrade Mentat system. Feedback will result in issues released in next version.
Related issues
Updated by Jan Mach over 6 years ago
- Related to Task #3362: Migrate Mentat system to new hardware added
Updated by Jan Mach over 6 years ago
- Due date set to 07/30/2018
- Status changed from New to In Progress
- % Done changed from 0 to 70
I have just merged devel
into master
and our automated build system successfully built Debian package. Since this was a huge amount of work, here are some interesting statistics:
# Original master commit hash before merge: a10b92e81a06eba9420455433797d00ffe0d0363 # Number of changes between original master commit hash and v2.0.0 release: $ git diff --stat a10b92e81a06eba9420455433797d00ffe0d0363 v2.0.0 | tail -1 7696 files changed, 62923 insertions(+), 7499 deletions(-) # Number of commits between original master commit hash and v2.0.0 release $ git log a10b92e81a06eba9420455433797d00ffe0d0363..v2.0.0 --pretty=oneline | wc -l 494 # First commit hash: $ git log --format=%H | tail -1 ebf032498a32d5a998245d1415e86f46ecfb36b5 # Number of changes between first commit and v2.0.0 release: $ git diff --stat ebf032498a32d5a998245d1415e86f46ecfb36b5 v2.0.0 | tail -1 7814 files changed, 82148 insertions(+), 8925 deletions(-) # Total number of commits in repository: $ git log --format=%H | wc -l 691
Updated by Pavel Kácha over 6 years ago
Jan Mach wrote:
7696 files changed, 62923 insertions(+), 7499 deletions(-)
494
A helluva ride for mostly a one man show.
Updated by Jan Mach over 6 years ago
- % Done changed from 70 to 100
I have just informed members of CTI project about new release. I consider this task to be done, closing.
Actions