buildbot_config/worker/get_suffix
Colin Finck 730b11c26d
Update workers to latest BuildBot release.
The directory name has been changed to reflect that.
2019-06-29 11:46:24 +02:00

8 lines
289 B
Bash
Executable File

#!/bin/bash
# ReactOS BuildBot Build Scripts
# get_suffix - Get the combined revision and upload suffix (= the important part of the filename) for a BuildBot SetPropertyFromCommand call.
source ../../config.inc
REVISION_SUFFIX=`cat revision_suffix`
echo "$REVISION_SUFFIX-$UPLOAD_SUFFIX"