commit | 55e02a047c6dbf192b3d9c51ec392bddc6107300 | [log] [tgz] |
---|---|---|
author | Thomas Herve <therve@redhat.com> | Thu May 26 11:32:20 2016 +0200 |
committer | Thomas Herve <therve@redhat.com> | Thu May 26 13:48:13 2016 +0200 |
tree | e08b95d2265c714243317add36b4cda9c34121db | |
parent | 254026662a0514ef2f3fc8c4fcd3da64996ddcc5 [diff] |
Fix resource loading in resource filtering We try to be careful when filtering resources from stack, to not load all of them, but unfortunately it breaks as soon as you have dependencies with resources that are not returned. To be on the safe side we need to load them all and filter them afterwards. Change-Id: I399545a6a4fd77d9707505ec9c4058d384877dec Closes-Bug: #1585931