)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":28619,"name":"Dmitriy Rabotyagov","email":"noonedeadpunk@gmail.com","username":"noonedeadpunk"},"change_message_id":"3573f153d2f54d4a4944ccbf9ca55410f7502888","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"caed446f_5465b40b","updated":"2023-05-15 10:41:47.000000000","message":"recheck - rabbitmq repo issue","commit_id":"db21f51ca9de786ae6243625b2fcf5e23eb17a0d"},{"author":{"_account_id":25023,"name":"Jonathan Rosser","email":"jonathan.rosser@rd.bbc.co.uk","username":"jrosser"},"change_message_id":"f223987b22553b9a45f34680f62710fedb9b27bd","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"168bb8d4_c7490aef","updated":"2023-05-15 16:06:12.000000000","message":"distro_arch \u003d [distro, arch] | join(\u0027_\u0027)\n  \nThis still is not enough to distinguish Rocky-9 from Centos-9?","commit_id":"fe5c6e5c3255eff77468f0c6352132813a0c7853"},{"author":{"_account_id":28619,"name":"Dmitriy Rabotyagov","email":"noonedeadpunk@gmail.com","username":"noonedeadpunk"},"change_message_id":"5d01a942738c85b2df1d56e9338394409f141fb2","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":2,"id":"6c81fd6d_ff666c9e","in_reply_to":"168bb8d4_c7490aef","updated":"2023-05-18 08:23:57.000000000","message":"yeah, true","commit_id":"fe5c6e5c3255eff77468f0c6352132813a0c7853"},{"author":{"_account_id":25023,"name":"Jonathan Rosser","email":"jonathan.rosser@rd.bbc.co.uk","username":"jrosser"},"change_message_id":"5fd126f4442795c6fa0e2f35bd03ca65b3eb5256","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":5,"id":"80ed4d8e_868b9f04","updated":"2023-05-19 16:52:27.000000000","message":"recheck - lxc fix merged","commit_id":"76dc23fd06809b412a10af8273ad530db2d3e5f8"},{"author":{"_account_id":28619,"name":"Dmitriy Rabotyagov","email":"noonedeadpunk@gmail.com","username":"noonedeadpunk"},"change_message_id":"f4a3969a425e3792e7be6c9e2f2be1311961401e","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":5,"id":"3fa8e2a0_120435bb","updated":"2023-05-19 16:51:42.000000000","message":"recheck - lxc is fixed now","commit_id":"76dc23fd06809b412a10af8273ad530db2d3e5f8"}],"defaults/main.yml":[{"author":{"_account_id":25023,"name":"Jonathan Rosser","email":"jonathan.rosser@rd.bbc.co.uk","username":"jrosser"},"change_message_id":"168c1033e82e660c4cdfaafad0f50b18bb9e3532","unresolved":true,"context_lines":[{"line_number":130,"context_line":"# subsequent venv builds on this host and others. When"},{"line_number":131,"context_line":"# this is the same as the target host, then we will not"},{"line_number":132,"context_line":"# bother building wheels."},{"line_number":133,"context_line":"venv_build_host: \"{{ venv_build_targets[ansible_facts[\u0027distribution_version\u0027] + \u0027_\u0027 + ansible_facts[\u0027architecture\u0027]] }}\""},{"line_number":134,"context_line":""},{"line_number":135,"context_line":"# The owner of directories and files held on the build host."},{"line_number":136,"context_line":"# venv_build_host_user_name: \"root\""}],"source_content_type":"text/x-yaml","patch_set":1,"id":"c75441dc_f525ecd2","line":133,"range":{"start_line":133,"start_character":40,"end_line":133,"end_character":115},"updated":"2023-05-02 08:14:36.000000000","message":"I think we should look this up also including the distribution name, in order to be able to have different hosts for centos-9 and rocky-9 which at the moment would both be \u00279_\u003carchitecture\u003e\u0027","commit_id":"db21f51ca9de786ae6243625b2fcf5e23eb17a0d"}],"vars/main.yml":[{"author":{"_account_id":28619,"name":"Dmitriy Rabotyagov","email":"noonedeadpunk@gmail.com","username":"noonedeadpunk"},"change_message_id":"cdc85ad112e7927b71712a824f0dd0820bba5280","unresolved":true,"context_lines":[{"line_number":51,"context_line":"  {% for item in ((groups[\u0027repo_all\u0027] | default([inventory_hostname])) | reverse) %}"},{"line_number":52,"context_line":"  {%   set distro \u003d hostvars[item][\u0027ansible_facts\u0027][\u0027distribution_version\u0027] %}"},{"line_number":53,"context_line":"  {%   set arch \u003d hostvars[item][\u0027ansible_facts\u0027][\u0027architecture\u0027] %}"},{"line_number":54,"context_line":"  {%   set target_item \u003d {(arch | string): (item | string)} %}"},{"line_number":55,"context_line":"  {%   set _ \u003d targets.__setitem__(distro, target_item) %}"},{"line_number":56,"context_line":"  {% endfor %}"},{"line_number":57,"context_line":"  {{ targets }}"},{"line_number":58,"context_line":""}],"source_content_type":"text/x-yaml","patch_set":1,"id":"7b973cb1_adfbbe87","side":"PARENT","line":55,"range":{"start_line":54,"start_character":0,"end_line":55,"end_character":58},"updated":"2023-04-28 17:58:27.000000000","message":"I wonder if we should be using __setitem__ then here. Probably we can do this instead?\n\n```\n{% if distro not in targets %}\n{%   set _ \u003d targets.update({distro: {arch: inventory_hostname | string}}) %}\n{% elif distro in targets and arch not in targets[\u0027distro\u0027] %}\n{%    set _ \u003d targets[\u0027distro\u0027].update({arch: inventory_hostname | string}) %}\n{% endif %}\n```","commit_id":"185713df0e5126378b8bcbe99ab9c56327b979fb"},{"author":{"_account_id":28619,"name":"Dmitriy Rabotyagov","email":"noonedeadpunk@gmail.com","username":"noonedeadpunk"},"change_message_id":"c4a4d4472751cf001ee9c7822c97917febfe5013","unresolved":false,"context_lines":[{"line_number":51,"context_line":"  {% for item in ((groups[\u0027repo_all\u0027] | default([inventory_hostname])) | reverse) %}"},{"line_number":52,"context_line":"  {%   set distro \u003d hostvars[item][\u0027ansible_facts\u0027][\u0027distribution_version\u0027] %}"},{"line_number":53,"context_line":"  {%   set arch \u003d hostvars[item][\u0027ansible_facts\u0027][\u0027architecture\u0027] %}"},{"line_number":54,"context_line":"  {%   set target_item \u003d {(arch | string): (item | string)} %}"},{"line_number":55,"context_line":"  {%   set _ \u003d targets.__setitem__(distro, target_item) %}"},{"line_number":56,"context_line":"  {% endfor %}"},{"line_number":57,"context_line":"  {{ targets }}"},{"line_number":58,"context_line":""}],"source_content_type":"text/x-yaml","patch_set":1,"id":"05ef7726_6d4e62e3","side":"PARENT","line":55,"range":{"start_line":54,"start_character":0,"end_line":55,"end_character":58},"in_reply_to":"7b973cb1_adfbbe87","updated":"2023-05-02 15:40:02.000000000","message":"Disregard this one","commit_id":"185713df0e5126378b8bcbe99ab9c56327b979fb"}]}
