Searched refs:describe (Results 1 - 7 of 7) sorted by relevance

/seL4-test-master/projects/musllibc/tools/
H A Dversion.sh5 git describe --tags --match 'v[0-9]*' 2>/dev/null \
/seL4-test-master/tools/riscv-pk/scripts/
H A Dvcs-version.sh18 # The script uses git describe plus a few other git commands to create a
89 # See if we can do a describe based on a tag and if not use a default
92 if ( git describe --tags --match "rel-*" &> /dev/null ); then
93 ver_str=`git describe --tags --match "rel-*" | sed 's/rel-//'`
97 ver_sha=`git describe --tags --match "rel-*" --always`
/seL4-test-master/
H A Dgriddle123 describe () { function
261 describe "comment line"
264 describe "blank line"
267 describe "configuration variable: \"$LINE\""
299 describe "exporting external setting: \"$LINE\""
/seL4-test-master/tools/seL4/cmake-tool/
H A Dgriddle123 describe () { function
261 describe "comment line"
264 describe "blank line"
267 describe "configuration variable: \"$LINE\""
299 describe "exporting external setting: \"$LINE\""
/seL4-test-master/tools/nanopb/tools/
H A Dmake_linux_package.sh11 VERSION=`git describe --always`-linux-x86
H A Dmake_mac_package.sh11 VERSION=`git describe --always`-macosx-x86
H A Dmake_windows_package.sh10 VERSION=`git describe --always`-windows-x86

Completed in 51 milliseconds