)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":10459,"name":"Luigi Toscano","email":"ltoscano@redhat.com","username":"ltoscano"},"change_message_id":"739c5bb3b86d693d32772b0cc9ec208e7fe6e297","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":7,"id":"8e6172e9_85eac135","updated":"2025-09-12 16:24:43.000000000","message":"Make sense and it\u0027s nice to see that the detection code was made more generic.","commit_id":"2145b0a0031977ef2809a3eaa9abe6937e4777e6"},{"author":{"_account_id":13861,"name":"yatin","email":"ykarel@redhat.com","username":"yatinkarel"},"change_message_id":"33afb408b7c28c82d108623fc5e77fdf8872921c","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":7,"id":"ae73dd91_7ad654b5","updated":"2025-09-11 07:18:12.000000000","message":"check-rdo","commit_id":"2145b0a0031977ef2809a3eaa9abe6937e4777e6"},{"author":{"_account_id":13861,"name":"yatin","email":"ykarel@redhat.com","username":"yatinkarel"},"change_message_id":"2c4e03966bb0299e2b9a52e5ead9a735eb972685","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":7,"id":"74dc2c85_e22013da","updated":"2025-09-15 13:49:16.000000000","message":"pushed https://review.opendev.org/c/openstack/devstack/+/961222 as it broke fips jobs","commit_id":"2145b0a0031977ef2809a3eaa9abe6937e4777e6"},{"author":{"_account_id":13252,"name":"Dr. Jens Harbott","display_name":"Jens Harbott (frickler)","email":"frickler@offenerstapel.de","username":"jrosenboom"},"change_message_id":"9660d0712f025e399792d18e439adefdbc2fa918","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":7,"id":"8f21fd44_3e7fc135","updated":"2025-09-11 05:56:44.000000000","message":"waiting for CI results just for good measure","commit_id":"2145b0a0031977ef2809a3eaa9abe6937e4777e6"}],"functions-common":[{"author":{"_account_id":13252,"name":"Dr. Jens Harbott","display_name":"Jens Harbott (frickler)","email":"frickler@offenerstapel.de","username":"jrosenboom"},"change_message_id":"f3f9a003e2d36ec7cfc9c686667e5ded9957e3d3","unresolved":true,"context_lines":[{"line_number":438,"context_line":"function GetOSVersion {"},{"line_number":439,"context_line":"    # CentOS Stream 9 or later and RHEL 9 or later do not provide lsb_release"},{"line_number":440,"context_line":"    source /etc/os-release"},{"line_number":441,"context_line":"    if [[ \"${ID}${VERSION}\" \u003d~ (centos|rocky|rhel) ]]; then"},{"line_number":442,"context_line":"        os_RELEASE\u003d${VERSION_ID}"},{"line_number":443,"context_line":"        os_CODENAME\u003d$(echo $VERSION grep -oP \u0027(?\u003c\u003d[(])[^)]*\u0027)"},{"line_number":444,"context_line":"        os_VENDOR\u003d$(echo $NAME | tr -d \u0027[:space:]\u0027)"}],"source_content_type":"application/x-shellscript","patch_set":6,"id":"78e14ad0_159d780f","line":441,"updated":"2025-09-11 05:46:28.000000000","message":"this doesn\u0027t seem to use $VERSION (anymore?). so how about\n\n```suggestion\n    if [[ \"${ID}\" \u003d~ (centos|rocky|rhel) ]]; then\n```","commit_id":"39c3951d3c740fa3a18eeb8f2306b0fc1221fdae"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"61e20cdd5b2056f36d498562725025b83b191600","unresolved":false,"context_lines":[{"line_number":438,"context_line":"function GetOSVersion {"},{"line_number":439,"context_line":"    # CentOS Stream 9 or later and RHEL 9 or later do not provide lsb_release"},{"line_number":440,"context_line":"    source /etc/os-release"},{"line_number":441,"context_line":"    if [[ \"${ID}${VERSION}\" \u003d~ (centos|rocky|rhel) ]]; then"},{"line_number":442,"context_line":"        os_RELEASE\u003d${VERSION_ID}"},{"line_number":443,"context_line":"        os_CODENAME\u003d$(echo $VERSION grep -oP \u0027(?\u003c\u003d[(])[^)]*\u0027)"},{"line_number":444,"context_line":"        os_VENDOR\u003d$(echo $NAME | tr -d \u0027[:space:]\u0027)"}],"source_content_type":"application/x-shellscript","patch_set":6,"id":"aca14746_2c084c5e","line":441,"in_reply_to":"78e14ad0_159d780f","updated":"2025-09-11 05:53:28.000000000","message":"Fix applied.","commit_id":"39c3951d3c740fa3a18eeb8f2306b0fc1221fdae"},{"author":{"_account_id":13252,"name":"Dr. Jens Harbott","display_name":"Jens Harbott (frickler)","email":"frickler@offenerstapel.de","username":"jrosenboom"},"change_message_id":"f3f9a003e2d36ec7cfc9c686667e5ded9957e3d3","unresolved":true,"context_lines":[{"line_number":440,"context_line":"    source /etc/os-release"},{"line_number":441,"context_line":"    if [[ \"${ID}${VERSION}\" \u003d~ (centos|rocky|rhel) ]]; then"},{"line_number":442,"context_line":"        os_RELEASE\u003d${VERSION_ID}"},{"line_number":443,"context_line":"        os_CODENAME\u003d$(echo $VERSION grep -oP \u0027(?\u003c\u003d[(])[^)]*\u0027)"},{"line_number":444,"context_line":"        os_VENDOR\u003d$(echo $NAME | tr -d \u0027[:space:]\u0027)"},{"line_number":445,"context_line":"    else"},{"line_number":446,"context_line":"        _ensure_lsb_release"}],"source_content_type":"application/x-shellscript","patch_set":6,"id":"efe45eb3_04b1f37b","line":443,"updated":"2025-09-11 05:46:28.000000000","message":"```suggestion\n        os_CODENAME\u003d$(echo $VERSION | grep -oP \u0027(?\u003c\u003d[(])[^)]*\u0027)\n```","commit_id":"39c3951d3c740fa3a18eeb8f2306b0fc1221fdae"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"61e20cdd5b2056f36d498562725025b83b191600","unresolved":false,"context_lines":[{"line_number":440,"context_line":"    source /etc/os-release"},{"line_number":441,"context_line":"    if [[ \"${ID}${VERSION}\" \u003d~ (centos|rocky|rhel) ]]; then"},{"line_number":442,"context_line":"        os_RELEASE\u003d${VERSION_ID}"},{"line_number":443,"context_line":"        os_CODENAME\u003d$(echo $VERSION grep -oP \u0027(?\u003c\u003d[(])[^)]*\u0027)"},{"line_number":444,"context_line":"        os_VENDOR\u003d$(echo $NAME | tr -d \u0027[:space:]\u0027)"},{"line_number":445,"context_line":"    else"},{"line_number":446,"context_line":"        _ensure_lsb_release"}],"source_content_type":"application/x-shellscript","patch_set":6,"id":"5d131d28_459aa689","line":443,"in_reply_to":"efe45eb3_04b1f37b","updated":"2025-09-11 05:53:28.000000000","message":"Fix applied.","commit_id":"39c3951d3c740fa3a18eeb8f2306b0fc1221fdae"}]}
