summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJukka Jokiniva <jukka.jokiniva@qt.io>2018-10-03 09:16:04 +0300
committerJukka Jokiniva <jukka.jokiniva@qt.io>2019-03-20 12:31:29 +0200
commit9fdf164789bc9aac86aa113f2b9c3d37d63c55b6 (patch)
tree554b5c26b3c20ebe7405f084f4b685b96240c29f
parent036ef1db0d0eaef34ee163f13e52e43eca79afc1 (diff)
Modify Gerrit version string to indicate that this is a Qt fork
Change-Id: I2248e110a327ffc1bb1cf033a6c319117df12d26 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
-rwxr-xr-xtools/workspace-status.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/workspace-status.sh b/tools/workspace-status.sh
index af6e180ca3..a779e6680b 100755
--- a/tools/workspace-status.sh
+++ b/tools/workspace-status.sh
@@ -14,7 +14,7 @@ function rev() {
cd $1; git describe --always --match "v[0-9].*" --dirty
}
-echo STABLE_BUILD_GERRIT_LABEL $(rev .)
+echo STABLE_BUILD_GERRIT_LABEL "QtFork-"$(rev .)
for p in plugins/* ; do
test -d "$p" || continue
echo STABLE_BUILD_$(echo $(basename $p)_LABEL|tr '[a-z]' '[A-Z]' ) $(rev $p || echo unknown)