)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"3f269f4664afca08a246509207b0cb532847b61e","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":1,"id":"ee4f94ab_079f716b","updated":"2022-10-14 11:07:33.000000000","message":"Makes sense to me. How does it update though? Is COPR following git repository changes?","commit_id":"dfe2c81ef041abc7071d27d3c41e5f5c13c02603"},{"author":{"_account_id":24072,"name":"Marcin Juszkiewicz","email":"mjuszkiewicz@redhat.com","username":"hrw"},"change_message_id":"b83a319ce522ce797e86a5adad8ae8a576056f58","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":1,"id":"51ca11b7_11a6dcf8","in_reply_to":"383459a7_88e9b294","updated":"2022-10-14 11:48:58.000000000","message":"Yes. https://docs.pagure.org/copr.copr/user_documentation.html#can-i-give-access-to-my-repo-to-my-team-mate","commit_id":"dfe2c81ef041abc7071d27d3c41e5f5c13c02603"},{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"d2d9fd337dcfa61df7fa523eac759b4fd6e84dd6","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":1,"id":"383459a7_88e9b294","in_reply_to":"3fc9aa8f_8de03537","updated":"2022-10-14 11:27:49.000000000","message":"Then let\u0027s add this to the meeting agenda. I have not used COPR before - can the package be made administered by more than one person?","commit_id":"dfe2c81ef041abc7071d27d3c41e5f5c13c02603"},{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"25ec4dfa315eaf56a1a7786486dada645c0dcf4f","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":1,"id":"f6e5c770_7857e4ab","in_reply_to":"51ca11b7_11a6dcf8","updated":"2022-10-14 12:06:56.000000000","message":"Perfect, thanks, let\u0027s discuss how to best approach it during the PTG.","commit_id":"dfe2c81ef041abc7071d27d3c41e5f5c13c02603"},{"author":{"_account_id":24072,"name":"Marcin Juszkiewicz","email":"mjuszkiewicz@redhat.com","username":"hrw"},"change_message_id":"d9341d1557426ff8f0caf8507abda79b951d982d","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":1,"id":"3fc9aa8f_8de03537","in_reply_to":"ee4f94ab_079f716b","updated":"2022-10-14 11:17:54.000000000","message":"So far it is manual and probably stay that way for now. Maybe upstream will follow with their own use of COPR service.","commit_id":"dfe2c81ef041abc7071d27d3c41e5f5c13c02603"},{"author":{"_account_id":24072,"name":"Marcin Juszkiewicz","email":"mjuszkiewicz@redhat.com","username":"hrw"},"change_message_id":"12bf799298cba474604d580394316d71e646798d","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"41b36cf7_dbb65b80","in_reply_to":"f6e5c770_7857e4ab","updated":"2022-10-18 13:24:40.000000000","message":"Done","commit_id":"dfe2c81ef041abc7071d27d3c41e5f5c13c02603"},{"author":{"_account_id":24072,"name":"Marcin Juszkiewicz","email":"mjuszkiewicz@redhat.com","username":"hrw"},"change_message_id":"6360017c71af4d7379c27c54b9c2cae7935bb58c","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"2e2cae65_da82e56c","updated":"2022-10-17 15:09:56.000000000","message":"Agreed on PTG to do it only on aarch64","commit_id":"9b31bafd9a9516b9844939fd3fd09773962ff651"}],"docker/base/Dockerfile.j2":[{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"3f269f4664afca08a246509207b0cb532847b61e","unresolved":true,"context_lines":[{"line_number":91,"context_line":"    \u0027https://repos.influxdata.com/influxdb.key\u0027,"},{"line_number":92,"context_line":"] %}"},{"line_number":93,"context_line":""},{"line_number":94,"context_line":"{% if base_arch \u003d\u003d \u0027x86_64\u0027 %}"},{"line_number":95,"context_line":"    {% set base_yum_repo_files \u003d base_yum_repo_files + ["},{"line_number":96,"context_line":"    ] %}"},{"line_number":97,"context_line":"    # FIXME(mgoddard): Not available for CentOS 8 yet."},{"line_number":98,"context_line":"    #   \u0027crmsh.repo\u0027,"},{"line_number":99,"context_line":""},{"line_number":100,"context_line":"{% elif base_arch \u003d\u003d \u0027aarch64\u0027 %}"},{"line_number":101,"context_line":"    {% set base_yum_repo_files \u003d base_yum_repo_files + ["},{"line_number":102,"context_line":"    ] %}"},{"line_number":103,"context_line":""},{"line_number":104,"context_line":"    {% set base_yum_repo_keys \u003d base_yum_repo_keys + ["},{"line_number":105,"context_line":"    ] %}"},{"line_number":106,"context_line":"{% endif %}"},{"line_number":107,"context_line":""},{"line_number":108,"context_line":"{%- for repo_file in base_yum_repo_files | customizable(\u0027yum_repo_files\u0027) %}"},{"line_number":109,"context_line":"COPY {{ repo_file }} /etc/yum.repos.d/{{ repo_file }}"}],"source_content_type":"text/x-jinja2","patch_set":1,"id":"d1ae2256_62e9484b","line":106,"range":{"start_line":94,"start_character":0,"end_line":106,"end_character":11},"updated":"2022-10-14 11:07:33.000000000","message":"all this can be removed now and let\u0027s never add it back (the crmsh comment is irrelevant, the image has been deprecated)","commit_id":"dfe2c81ef041abc7071d27d3c41e5f5c13c02603"},{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"d2d9fd337dcfa61df7fa523eac759b4fd6e84dd6","unresolved":true,"context_lines":[{"line_number":91,"context_line":"    \u0027https://repos.influxdata.com/influxdb.key\u0027,"},{"line_number":92,"context_line":"] %}"},{"line_number":93,"context_line":""},{"line_number":94,"context_line":"{% if base_arch \u003d\u003d \u0027x86_64\u0027 %}"},{"line_number":95,"context_line":"    {% set base_yum_repo_files \u003d base_yum_repo_files + ["},{"line_number":96,"context_line":"    ] %}"},{"line_number":97,"context_line":"    # FIXME(mgoddard): Not available for CentOS 8 yet."},{"line_number":98,"context_line":"    #   \u0027crmsh.repo\u0027,"},{"line_number":99,"context_line":""},{"line_number":100,"context_line":"{% elif base_arch \u003d\u003d \u0027aarch64\u0027 %}"},{"line_number":101,"context_line":"    {% set base_yum_repo_files \u003d base_yum_repo_files + ["},{"line_number":102,"context_line":"    ] %}"},{"line_number":103,"context_line":""},{"line_number":104,"context_line":"    {% set base_yum_repo_keys \u003d base_yum_repo_keys + ["},{"line_number":105,"context_line":"    ] %}"},{"line_number":106,"context_line":"{% endif %}"},{"line_number":107,"context_line":""},{"line_number":108,"context_line":"{%- for repo_file in base_yum_repo_files | customizable(\u0027yum_repo_files\u0027) %}"},{"line_number":109,"context_line":"COPY {{ repo_file }} /etc/yum.repos.d/{{ repo_file }}"}],"source_content_type":"text/x-jinja2","patch_set":1,"id":"85237d37_1cd14d4a","line":106,"range":{"start_line":94,"start_character":0,"end_line":106,"end_character":11},"in_reply_to":"2b86e2b4_035cb5d5","updated":"2022-10-14 11:27:49.000000000","message":"as this code exists solely for the purpose being removed here, I argue this is the commit which should remove it all","commit_id":"dfe2c81ef041abc7071d27d3c41e5f5c13c02603"},{"author":{"_account_id":24072,"name":"Marcin Juszkiewicz","email":"mjuszkiewicz@redhat.com","username":"hrw"},"change_message_id":"b83a319ce522ce797e86a5adad8ae8a576056f58","unresolved":false,"context_lines":[{"line_number":91,"context_line":"    \u0027https://repos.influxdata.com/influxdb.key\u0027,"},{"line_number":92,"context_line":"] %}"},{"line_number":93,"context_line":""},{"line_number":94,"context_line":"{% if base_arch \u003d\u003d \u0027x86_64\u0027 %}"},{"line_number":95,"context_line":"    {% set base_yum_repo_files \u003d base_yum_repo_files + ["},{"line_number":96,"context_line":"    ] %}"},{"line_number":97,"context_line":"    # FIXME(mgoddard): Not available for CentOS 8 yet."},{"line_number":98,"context_line":"    #   \u0027crmsh.repo\u0027,"},{"line_number":99,"context_line":""},{"line_number":100,"context_line":"{% elif base_arch \u003d\u003d \u0027aarch64\u0027 %}"},{"line_number":101,"context_line":"    {% set base_yum_repo_files \u003d base_yum_repo_files + ["},{"line_number":102,"context_line":"    ] %}"},{"line_number":103,"context_line":""},{"line_number":104,"context_line":"    {% set base_yum_repo_keys \u003d base_yum_repo_keys + ["},{"line_number":105,"context_line":"    ] %}"},{"line_number":106,"context_line":"{% endif %}"},{"line_number":107,"context_line":""},{"line_number":108,"context_line":"{%- for repo_file in base_yum_repo_files | customizable(\u0027yum_repo_files\u0027) %}"},{"line_number":109,"context_line":"COPY {{ repo_file }} /etc/yum.repos.d/{{ repo_file }}"}],"source_content_type":"text/x-jinja2","patch_set":1,"id":"f01f6507_d9a2f616","line":106,"range":{"start_line":94,"start_character":0,"end_line":106,"end_character":11},"in_reply_to":"85237d37_1cd14d4a","updated":"2022-10-14 11:48:58.000000000","message":"Done","commit_id":"dfe2c81ef041abc7071d27d3c41e5f5c13c02603"},{"author":{"_account_id":24072,"name":"Marcin Juszkiewicz","email":"mjuszkiewicz@redhat.com","username":"hrw"},"change_message_id":"d9341d1557426ff8f0caf8507abda79b951d982d","unresolved":true,"context_lines":[{"line_number":91,"context_line":"    \u0027https://repos.influxdata.com/influxdb.key\u0027,"},{"line_number":92,"context_line":"] %}"},{"line_number":93,"context_line":""},{"line_number":94,"context_line":"{% if base_arch \u003d\u003d \u0027x86_64\u0027 %}"},{"line_number":95,"context_line":"    {% set base_yum_repo_files \u003d base_yum_repo_files + ["},{"line_number":96,"context_line":"    ] %}"},{"line_number":97,"context_line":"    # FIXME(mgoddard): Not available for CentOS 8 yet."},{"line_number":98,"context_line":"    #   \u0027crmsh.repo\u0027,"},{"line_number":99,"context_line":""},{"line_number":100,"context_line":"{% elif base_arch \u003d\u003d \u0027aarch64\u0027 %}"},{"line_number":101,"context_line":"    {% set base_yum_repo_files \u003d base_yum_repo_files + ["},{"line_number":102,"context_line":"    ] %}"},{"line_number":103,"context_line":""},{"line_number":104,"context_line":"    {% set base_yum_repo_keys \u003d base_yum_repo_keys + ["},{"line_number":105,"context_line":"    ] %}"},{"line_number":106,"context_line":"{% endif %}"},{"line_number":107,"context_line":""},{"line_number":108,"context_line":"{%- for repo_file in base_yum_repo_files | customizable(\u0027yum_repo_files\u0027) %}"},{"line_number":109,"context_line":"COPY {{ repo_file }} /etc/yum.repos.d/{{ repo_file }}"}],"source_content_type":"text/x-jinja2","patch_set":1,"id":"2b86e2b4_035cb5d5","line":106,"range":{"start_line":94,"start_character":0,"end_line":106,"end_character":11},"in_reply_to":"d1ae2256_62e9484b","updated":"2022-10-14 11:17:54.000000000","message":"let do it in followup","commit_id":"dfe2c81ef041abc7071d27d3c41e5f5c13c02603"},{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"1ef26de7e91656dd7693ef8e1a19c00498f79e61","unresolved":true,"context_lines":[{"line_number":103,"context_line":"        \u0027erlang-solutions.repo\u0027,"},{"line_number":104,"context_line":" #}"},{"line_number":105,"context_line":"    {% set base_yum_repo_files \u003d base_yum_repo_files + ["},{"line_number":106,"context_line":"\t\u0027hrw-copr-erlang-for-rabbitmq.repo\u0027,"},{"line_number":107,"context_line":"    ] %}"},{"line_number":108,"context_line":""},{"line_number":109,"context_line":"{#"}],"source_content_type":"text/x-jinja2","patch_set":3,"id":"4f643b1c_e0f28170","line":106,"updated":"2022-10-18 13:10:02.000000000","message":"tab tab tab is evil","commit_id":"19c5f4bc6a1c71a947b6f008d3b0ab2d3dabae76"},{"author":{"_account_id":24072,"name":"Marcin Juszkiewicz","email":"mjuszkiewicz@redhat.com","username":"hrw"},"change_message_id":"e1a165ece3505344871a9f6147a654ed2ee3c63c","unresolved":false,"context_lines":[{"line_number":103,"context_line":"        \u0027erlang-solutions.repo\u0027,"},{"line_number":104,"context_line":" #}"},{"line_number":105,"context_line":"    {% set base_yum_repo_files \u003d base_yum_repo_files + ["},{"line_number":106,"context_line":"\t\u0027hrw-copr-erlang-for-rabbitmq.repo\u0027,"},{"line_number":107,"context_line":"    ] %}"},{"line_number":108,"context_line":""},{"line_number":109,"context_line":"{#"}],"source_content_type":"text/x-jinja2","patch_set":3,"id":"7e10ce90_77998085","line":106,"in_reply_to":"4f643b1c_e0f28170","updated":"2022-10-18 13:24:11.000000000","message":"Done","commit_id":"19c5f4bc6a1c71a947b6f008d3b0ab2d3dabae76"}]}
