summaryrefslogtreecommitdiffstats
path: root/src/qtmoduleupdater
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2020-01-31 18:41:48 +0100
committerSimon Hausmann <simon.hausmann@qt.io>2020-01-31 18:44:16 +0100
commit30ac09fac4015193e46dbb1d2de36311dfb01233 (patch)
tree94c1be8c911406e7e0403f054ffe11c2bd351aa9 /src/qtmoduleupdater
parent5e4ebbd78b01c77e8afe57d55058b080ee162b10 (diff)
Remove special ref for qt5 updates for dev again
Now that the shadertools made it into qt5 :) Change-Id: I92eba6caf5a5ba599662908c4a0bdd8d4f3e6368 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qtmoduleupdater')
-rw-r--r--src/qtmoduleupdater/autorun.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/qtmoduleupdater/autorun.json b/src/qtmoduleupdater/autorun.json
index 38a1952b..046f9c03 100644
--- a/src/qtmoduleupdater/autorun.json
+++ b/src/qtmoduleupdater/autorun.json
@@ -1,8 +1,5 @@
{
"$schema": "./autorun_schema.json",
"version": 1,
- "branches": ["dev"],
- "productRefs": {
- "dev": "refs/changes/50/286350/7"
- }
+ "branches": ["dev"]
}