zebra/zebrad
teor 96b3c94dbc
Add the new commit count and git hash to the version (#2038)
* Use the git version + new commit count + hash for the app version

This helps diagnose bugs in versions of Zebra built from git branches,
rather than git version tags.

* Fill in assert

* Also log semver string

* Fix syntax

* Handle vergen using the cargo package version or raw git tag

* s/Semver/SemVer/

Co-authored-by: Deirdre Connolly <durumcrustulum@gmail.com>
2021-04-21 22:14:36 +00:00
..
src Add the new commit count and git hash to the version (#2038) 2021-04-21 22:14:36 +00:00
systemd add systemd service file 2020-10-14 15:33:00 -04:00
tests Update a test comment 2021-04-07 19:25:31 +10:00
Cargo.toml Revert "Revert "build(deps): bump vergen from 5.1.1 to 5.1.2"" 2021-04-20 19:30:20 -04:00
README.md Create workspace skeleton based on design.md 2019-08-29 14:46:54 -07:00
build.rs Add the new commit count and git hash to the version (#2038) 2021-04-21 22:14:36 +00:00

README.md

Zebrad

Zebrad is an application.

Getting Started

This application is authored using Abscissa, a Rust application framework.

For more information, see:

Documentation