summaryrefslogtreecommitdiffstats
path: root/src/qtmoduleupdater/qt5.go
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2019-10-02 09:41:49 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2019-10-02 11:35:14 +0200
commit0d0339d246ffa79356cd956161030439662df3db (patch)
tree9b386788aefcd6b6d515fedc7fd713398f6e685f /src/qtmoduleupdater/qt5.go
parent53c0d34d57b8b7caaf5f17878e3c743e3d4a1463 (diff)
Fix staging/approval
As the update bot's account does not have approver rights, do not use it to attempt to review and stage the pushed changes, that doesn't work. This is also how coin's propose-supermodule-update command behaves. Change-Id: I126429c2019165159e825f1e0321b5c3bdb12fa0 Reviewed-by: Aapo Keskimolo <aapo.keskimolo@qt.io>
Diffstat (limited to 'src/qtmoduleupdater/qt5.go')
-rw-r--r--src/qtmoduleupdater/qt5.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qtmoduleupdater/qt5.go b/src/qtmoduleupdater/qt5.go
index 1567878d..19c7cafe 100644
--- a/src/qtmoduleupdater/qt5.go
+++ b/src/qtmoduleupdater/qt5.go
@@ -254,5 +254,5 @@ func prepareQt5Update(product string, branch string, updatedModules map[string]*
return nil
}
- return reviewAndStageChange(product, branch, commitOid, "Updating all submodules with a new consistent set", pushUserName)
+ return reviewAndStageChange(product, branch, commitOid, "Updating all submodules with a new consistent set")
}