Searched refs:hrev (Results 1 - 3 of 3) sorted by relevance

/haiku/build/scripts/
H A Ddetermine_haiku_revision31 # last reachable hrev-(haiku-revision-)tag
32 revision=`git describe --dirty --tags --match=hrev* --abbrev=1`
34 # failed to find any hrev tags, bail out
/haiku/3rdparty/docker/cross-compiler/
H A Dbuild-toolchain.sh32 # The Haiku build requires the ability to find a hrev tag. In case a specific branch is selected
35 if ! `git describe --dirty --tags --match=hrev* --abbrev=1`; then
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1057 const char* hrev = __get_haiku_revision(); local
1058 if (hrev != NULL)
1060 "Version: R1 or hrev99999"), hrev);

Completed in 51 milliseconds