scripts:release_info: Deep copy dict in merge_variables
Without the deep copy, the merge operation manipulates the dict it is storing the new values in.
Edited by Tobias Kahlki
Without the deep copy, the merge operation manipulates the dict it is storing the new values in.