HERA-Team / librarian

The HERA Librarian.
BSD 2-Clause "Simplified" License
6 stars 11 forks source link

Start versioning releases #39

Closed pkgw closed 7 years ago

pkgw commented 7 years ago

We haven't done this yet but we should.

Besides all the usual steps, we should embed the version in the Librarian modules such that the server can report which version is running in an unobtrusive footer. Because we have often needed to launch servers with temporary hacks, this bit of code should be able to notice when a "dirty" Git tree is being used as the source base. It does not seem important to have any worked-out support for running servers from release tarballs at this time.

The Librarian version should be embedded in links such that any help information is correct for the currently-running version of the Librarian.

pkgw commented 7 years ago

Implemented in 378bfe1efb8256743326cfa4c5e307b696010ffb which will eventually make it into master.