commit | 085d99075bc6aa3ed58b6198ed58c7a0a647d95c | [log] [tgz] |
---|---|---|
author | James E. Blair <jeblair@openstack.org> | Wed Aug 21 18:19:51 2013 -0700 |
committer | James E. Blair <jeblair@openstack.org> | Thu Aug 22 08:03:15 2013 -0700 |
tree | e9bea3479a7085d9f565891bfa98281673d86b66 | |
parent | fba9b247bf2c0e03d100a6ad343a6538953b2afc [diff] |
Make updateChange actually update the change Several assignments in updateChange would actually just keep appending data causing immensely large data structures (which are later traversed putting Zuul into a significant busy loop). Make sure that data are replaced instead of augmented. Change-Id: I8c6528adbbe24d30f8d5bb8b55bb731fefd9941a