mirror of
https://github.com/reactos/buildbot_config.git
synced 2024-11-23 03:39:51 +00:00
730b11c26d
The directory name has been changed to reflect that.
8 lines
289 B
Bash
Executable File
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"
|