easybuilders / easybuild-framework

EasyBuild is a software installation framework in Python that allows you to install software in a structured and robust way.
https://easybuild.io
GNU General Public License v2.0
152 stars 202 forks source link

build stats should also have the version number of the built in it #257

Closed JensTimmerman closed 12 years ago

JensTimmerman commented 12 years ago

If we build with a new version we could use the old .eb file with the already available buildstats, however there then is no way to know what stats are relevant to what build.

so we could just add 'version' to be the version of the package built.

fgeorgatos commented 12 years ago

and related to it: what should be the style of buildstats output? (I think I prefer exceptionally the current one-line per build format, also because of the above - otherwise we end up with screen clutter).

boegel commented 12 years ago

See #233 w.r.t. @fgeorgatos's remark on style.

boegel commented 12 years ago

Fixed by 8e28a09