This website requires JavaScript.
Explore
Help
Sign In
reactor
/
ptth
Watch
1
Star
0
Fork
You've already forked ptth
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
8e171fbf08
ptth
/
crates
/
ptth_relay
/
src
/
git_version.rs
2 lines
64 B
Rust
Raw
Normal View
History
Unescape
Escape
:whale: build (ptth_relay): clean up Docker build process The new method is much nicer and doesn't require the manual make-old-git step. The top-level command is actually build_and_minimize.bash, which uses `git archive` to unpack the last Git commit and build with _that_ Dockerfile and Docker context. This is better for determinism. It's similar to our build process for that one big project at work.
2020-12-12 01:53:20 +00:00
pub
const
GIT_VERSION
:
&
str
=
include_str!
(
"
git_version.txt
"
)
;