mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2026-01-27 11:01:23 +01:00
Revert "yocto_console_view: Run populateChange after modifying the change entries in matchBuildWithChange"
This reverts commit 3aa6beb7a7.
This change was incorrect and doesn't help the problems being seen.
This commit is contained in:
parent
3aa6beb7a7
commit
ba6fe2cbc0
|
|
@ -106,13 +106,12 @@ class Console extends Controller
|
|||
for change in @changes
|
||||
@changesBySSID[change.sourcestamp.ssid] = change
|
||||
@changesByRevision[change.revision] = change
|
||||
@populateChange(change)
|
||||
|
||||
|
||||
for build in @builds
|
||||
@matchBuildWithChange(build)
|
||||
|
||||
for change in @changes
|
||||
@populateChange(change)
|
||||
|
||||
@filtered_changes = []
|
||||
for ssid, change of @changesBySSID
|
||||
if change.comments
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user