)]}'
{"/COMMIT_MSG":[{"author":{"_account_id":23851,"name":"Riccardo Pittau","email":"elfosardo@gmail.com","username":"elfosardo"},"change_message_id":"5ca4ff1087cc81bb0000b3e73e1ee1d4ddbca679","unresolved":true,"context_lines":[{"line_number":5,"context_line":"CommitDate: 2021-03-04 15:59:50 +0000"},{"line_number":6,"context_line":""},{"line_number":7,"context_line":"Fix: IPA image building with OpenSuse."},{"line_number":8,"context_line":"This PR is also related to the following PR in diskimage-builder:"},{"line_number":9,"context_line":"https://review.opendev.org/c/openstack/diskimage-builder/+/778723"},{"line_number":10,"context_line":""},{"line_number":11,"context_line":"Change-Id: I0a99d6313a38260973c1f725e2daed8d930da6c1"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":2,"id":"66119894_c5db668a","line":8,"updated":"2021-03-04 16:16:43.000000000","message":"please separate commit title from message","commit_id":"a676f20243e64b666444bd4f7d5469b938ff2fd1"}],"dib/ironic-python-agent-ramdisk/install.d/ironic-python-agent-ramdisk-source-install/60-ironic-python-agent-ramdisk-install":[{"author":{"_account_id":23851,"name":"Riccardo Pittau","email":"elfosardo@gmail.com","username":"elfosardo"},"change_message_id":"268480625c41cc2d2f424153deea18a1369b1a94","unresolved":true,"context_lines":[{"line_number":47,"context_line":"    # NOTE(dtantsur): use a fixed version to avoid breakages"},{"line_number":48,"context_line":"    $VENVDIR/bin/pip install \"pip\u003d\u003d$REQUIRED_PIP_STR\""},{"line_number":49,"context_line":"    # Upgrade python3 pip"},{"line_number":50,"context_line":"    $VENVDIR/bin/python3 -m pip install --upgrade pip"},{"line_number":51,"context_line":"    # Package installation necessary for openSuse"},{"line_number":52,"context_line":"    if [ \"$DISTRO_NAME\" \u003d\u003d \"opensuse\" ]; then"},{"line_number":53,"context_line":"        $VENVDIR/bin/pip install six"}],"source_content_type":"application/x-shellscript","patch_set":1,"id":"2ab2353a_b6633045","line":50,"updated":"2021-03-04 15:23:58.000000000","message":"we set a specific version of pip to avoid unwanted breakages, please read the line above","commit_id":"94c312730d3df818cdbf322868859fbbb43fc659"},{"author":{"_account_id":33185,"name":"Moshiur Rahman","email":"moshiur.rahman@est.tech","username":"smoshiur1237"},"change_message_id":"1365914d18cce13c1e1acd931576f57ef111bdf0","unresolved":true,"context_lines":[{"line_number":47,"context_line":"    # NOTE(dtantsur): use a fixed version to avoid breakages"},{"line_number":48,"context_line":"    $VENVDIR/bin/pip install \"pip\u003d\u003d$REQUIRED_PIP_STR\""},{"line_number":49,"context_line":"    # Upgrade python3 pip"},{"line_number":50,"context_line":"    $VENVDIR/bin/python3 -m pip install --upgrade pip"},{"line_number":51,"context_line":"    # Package installation necessary for openSuse"},{"line_number":52,"context_line":"    if [ \"$DISTRO_NAME\" \u003d\u003d \"opensuse\" ]; then"},{"line_number":53,"context_line":"        $VENVDIR/bin/pip install six"}],"source_content_type":"application/x-shellscript","patch_set":1,"id":"b2ffaa92_c0446121","line":50,"in_reply_to":"2ab2353a_b6633045","updated":"2021-03-04 15:44:00.000000000","message":"Wihtout this line the build process was broken. I was getting warning to upgrade the pip and its ends up with build failure in both ubuntu and openSuse. The logs were giving suggestion to upgrade it which proceed the build process for both ubuntu and openSuse. Do you suggest to keep it python3.6 -m pip install --upgrade pip?","commit_id":"94c312730d3df818cdbf322868859fbbb43fc659"},{"author":{"_account_id":23851,"name":"Riccardo Pittau","email":"elfosardo@gmail.com","username":"elfosardo"},"change_message_id":"5ca4ff1087cc81bb0000b3e73e1ee1d4ddbca679","unresolved":true,"context_lines":[{"line_number":47,"context_line":"    # NOTE(dtantsur): use a fixed version to avoid breakages"},{"line_number":48,"context_line":"    $VENVDIR/bin/pip install \"pip\u003d\u003d$REQUIRED_PIP_STR\""},{"line_number":49,"context_line":"    # Upgrade python3 pip"},{"line_number":50,"context_line":"    $VENVDIR/bin/python3 -m pip install --upgrade pip"},{"line_number":51,"context_line":"    # Package installation necessary for openSuse"},{"line_number":52,"context_line":"    if [ \"$DISTRO_NAME\" \u003d\u003d \"opensuse\" ]; then"},{"line_number":53,"context_line":"        $VENVDIR/bin/pip install six"}],"source_content_type":"application/x-shellscript","patch_set":1,"id":"b9f0dd4a_669f4fe5","line":50,"in_reply_to":"b2ffaa92_c0446121","updated":"2021-03-04 16:16:43.000000000","message":"This line should be removed.\nWe simply can\u0027t accept to have pip upgraded to the latest version by default because that could cause issues, we had bad experiences in the past because of that.\nWe set a version of pip that works and stick with that, then we try upgrading on different patches.\nI can tell you that the code as it is works fine on ubuntu 18.04 and 20.04, centos 8, and fedora 33 at least.","commit_id":"94c312730d3df818cdbf322868859fbbb43fc659"},{"author":{"_account_id":33185,"name":"Moshiur Rahman","email":"moshiur.rahman@est.tech","username":"smoshiur1237"},"change_message_id":"9587e430764e8363e1524c1146c640986835d1bc","unresolved":false,"context_lines":[{"line_number":47,"context_line":"    # NOTE(dtantsur): use a fixed version to avoid breakages"},{"line_number":48,"context_line":"    $VENVDIR/bin/pip install \"pip\u003d\u003d$REQUIRED_PIP_STR\""},{"line_number":49,"context_line":"    # Upgrade python3 pip"},{"line_number":50,"context_line":"    $VENVDIR/bin/python3 -m pip install --upgrade pip"},{"line_number":51,"context_line":"    # Package installation necessary for openSuse"},{"line_number":52,"context_line":"    if [ \"$DISTRO_NAME\" \u003d\u003d \"opensuse\" ]; then"},{"line_number":53,"context_line":"        $VENVDIR/bin/pip install six"}],"source_content_type":"application/x-shellscript","patch_set":1,"id":"878c2efd_0e7ab2af","line":50,"in_reply_to":"b9f0dd4a_669f4fe5","updated":"2021-03-08 11:12:15.000000000","message":"Done","commit_id":"94c312730d3df818cdbf322868859fbbb43fc659"},{"author":{"_account_id":10342,"name":"Jay Faulkner","display_name":"JayF","email":"jay@jvf.cc","username":"JayF","status":"youtube.com/@oss-gr / podcast.gr-oss.io"},"change_message_id":"2fdae8472f9f2483459897834c897b5148b57dd7","unresolved":true,"context_lines":[{"line_number":50,"context_line":"    $VENVDIR/bin/python3 -m pip install --upgrade pip"},{"line_number":51,"context_line":"    # Package installation necessary for openSuse"},{"line_number":52,"context_line":"    if [ \"$DISTRO_NAME\" \u003d\u003d \"opensuse\" ]; then"},{"line_number":53,"context_line":"        $VENVDIR/bin/pip install six"},{"line_number":54,"context_line":"        $VENVDIR/bin/pip install appdirs"},{"line_number":55,"context_line":"        $VENVDIR/bin/pip install packaging"},{"line_number":56,"context_line":"        $VENVDIR/bin/pip install ordered_set"}],"source_content_type":"application/x-shellscript","patch_set":1,"id":"d24c2dcc_3022a8ef","line":53,"updated":"2021-03-04 15:40:10.000000000","message":"Why are these only needed for OpenSuse? Is it possible we\u0027re relying on system-installed packages on centos/debian?\n\nIf this is an issue, I\u0027m pretty sure this isn\u0027t the best way to solve it, as the dependencies should be declared properly in requirements.txt and installed in line 62.","commit_id":"94c312730d3df818cdbf322868859fbbb43fc659"},{"author":{"_account_id":33185,"name":"Moshiur Rahman","email":"moshiur.rahman@est.tech","username":"smoshiur1237"},"change_message_id":"9587e430764e8363e1524c1146c640986835d1bc","unresolved":false,"context_lines":[{"line_number":50,"context_line":"    $VENVDIR/bin/python3 -m pip install --upgrade pip"},{"line_number":51,"context_line":"    # Package installation necessary for openSuse"},{"line_number":52,"context_line":"    if [ \"$DISTRO_NAME\" \u003d\u003d \"opensuse\" ]; then"},{"line_number":53,"context_line":"        $VENVDIR/bin/pip install six"},{"line_number":54,"context_line":"        $VENVDIR/bin/pip install appdirs"},{"line_number":55,"context_line":"        $VENVDIR/bin/pip install packaging"},{"line_number":56,"context_line":"        $VENVDIR/bin/pip install ordered_set"}],"source_content_type":"application/x-shellscript","patch_set":1,"id":"0d8e2757_35d1d62d","line":53,"in_reply_to":"6c8ecff1_add16499","updated":"2021-03-08 11:12:15.000000000","message":"Done","commit_id":"94c312730d3df818cdbf322868859fbbb43fc659"},{"author":{"_account_id":33185,"name":"Moshiur Rahman","email":"moshiur.rahman@est.tech","username":"smoshiur1237"},"change_message_id":"0daa18cf97aa2b301658ac12f19f5598946653d5","unresolved":true,"context_lines":[{"line_number":50,"context_line":"    $VENVDIR/bin/python3 -m pip install --upgrade pip"},{"line_number":51,"context_line":"    # Package installation necessary for openSuse"},{"line_number":52,"context_line":"    if [ \"$DISTRO_NAME\" \u003d\u003d \"opensuse\" ]; then"},{"line_number":53,"context_line":"        $VENVDIR/bin/pip install six"},{"line_number":54,"context_line":"        $VENVDIR/bin/pip install appdirs"},{"line_number":55,"context_line":"        $VENVDIR/bin/pip install packaging"},{"line_number":56,"context_line":"        $VENVDIR/bin/pip install ordered_set"}],"source_content_type":"application/x-shellscript","patch_set":1,"id":"6c8ecff1_add16499","line":53,"in_reply_to":"d24c2dcc_3022a8ef","updated":"2021-03-04 15:55:22.000000000","message":"I have tried with ubuntu and opensuse. In ubuntu it passes the building process and dont give error. But the issue is many of the already installed packages in openSuse doesn\u0027t have all the modules necessary  and also some cases package names are different which leads to failure. I tried to add these packages to package-install.yaml file(which install packages using zypper), doesn\u0027t recognize these packages.  If I move these installation packages after line  after 61, is it ok?","commit_id":"94c312730d3df818cdbf322868859fbbb43fc659"},{"author":{"_account_id":10239,"name":"Dmitry Tantsur","email":"dtantsur@protonmail.com","username":"dtantsur"},"change_message_id":"d039c25d936a43a894381c5ef56a1dfadb3ffc22","unresolved":false,"context_lines":[{"line_number":47,"context_line":"    # NOTE(dtantsur): use a fixed version to avoid breakages"},{"line_number":48,"context_line":"    $VENVDIR/bin/pip install \"pip\u003d\u003d$REQUIRED_PIP_STR\""},{"line_number":49,"context_line":"    # Upgrade python3 pip"},{"line_number":50,"context_line":"    $VENVDIR/bin/python3 -m pip install --upgrade pip"},{"line_number":51,"context_line":"    # Package installation necessary for openSuse"},{"line_number":52,"context_line":"    if [ \"$DISTRO_NAME\" \u003d\u003d \"opensuse\" ]; then"},{"line_number":53,"context_line":"        $VENVDIR/bin/pip install six"}],"source_content_type":"application/x-shellscript","patch_set":2,"id":"5ac2a7e0_de2ae9d7","line":50,"updated":"2021-03-04 21:21:25.000000000","message":"Please use the line above, update the version if needed.","commit_id":"a676f20243e64b666444bd4f7d5469b938ff2fd1"},{"author":{"_account_id":10239,"name":"Dmitry Tantsur","email":"dtantsur@protonmail.com","username":"dtantsur"},"change_message_id":"d039c25d936a43a894381c5ef56a1dfadb3ffc22","unresolved":false,"context_lines":[{"line_number":54,"context_line":"        $VENVDIR/bin/pip install appdirs"},{"line_number":55,"context_line":"        $VENVDIR/bin/pip install packaging"},{"line_number":56,"context_line":"        $VENVDIR/bin/pip install ordered_set"},{"line_number":57,"context_line":"        $VENVDIR/bin/pip install yappi"},{"line_number":58,"context_line":"    fi"},{"line_number":59,"context_line":"fi"},{"line_number":60,"context_line":""}],"source_content_type":"application/x-shellscript","patch_set":2,"id":"5046ba3d_d65f7a4d","line":57,"updated":"2021-03-04 21:21:25.000000000","message":"None of these should be needed, you\u0027re likely hitting the same problem as in https://opendev.org/openstack/bifrost/commit/1c7cefa1d45f7ebb4e3150bbce7f4286826961ed\n\nBut honestly, it\u0027s a bug in suse, they need to fix it.","commit_id":"a676f20243e64b666444bd4f7d5469b938ff2fd1"}],"dib/ironic-python-agent-ramdisk/package-installs.yaml":[{"author":{"_account_id":10342,"name":"Jay Faulkner","display_name":"JayF","email":"jay@jvf.cc","username":"JayF","status":"youtube.com/@oss-gr / podcast.gr-oss.io"},"change_message_id":"2fdae8472f9f2483459897834c897b5148b57dd7","unresolved":true,"context_lines":[{"line_number":41,"context_line":"e2fsprogs:"},{"line_number":42,"context_line":"nvme-cli:"},{"line_number":43,"context_line":""},{"line_number":44,"context_line":"# libffi-dev libssl-dev python-dev is not supproted by opensuse.        "},{"line_number":45,"context_line":"libffi-dev:"},{"line_number":46,"context_line":"    build-only: true"},{"line_number":47,"context_line":"    when: DISTRO_NAME !\u003d opensuse"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"84d808f5_26781fb6","line":44,"updated":"2021-03-04 15:40:10.000000000","message":"nit: please remove trailing whitespace","commit_id":"94c312730d3df818cdbf322868859fbbb43fc659"},{"author":{"_account_id":33185,"name":"Moshiur Rahman","email":"moshiur.rahman@est.tech","username":"smoshiur1237"},"change_message_id":"9587e430764e8363e1524c1146c640986835d1bc","unresolved":false,"context_lines":[{"line_number":41,"context_line":"e2fsprogs:"},{"line_number":42,"context_line":"nvme-cli:"},{"line_number":43,"context_line":""},{"line_number":44,"context_line":"# libffi-dev libssl-dev python-dev is not supproted by opensuse.        "},{"line_number":45,"context_line":"libffi-dev:"},{"line_number":46,"context_line":"    build-only: true"},{"line_number":47,"context_line":"    when: DISTRO_NAME !\u003d opensuse"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"4e7e473b_8587c3c5","line":44,"in_reply_to":"84d808f5_26781fb6","updated":"2021-03-08 11:12:15.000000000","message":"Done","commit_id":"94c312730d3df818cdbf322868859fbbb43fc659"},{"author":{"_account_id":10239,"name":"Dmitry Tantsur","email":"dtantsur@protonmail.com","username":"dtantsur"},"change_message_id":"613c29e97dd4118526a37d87dd03a550b92cc072","unresolved":false,"context_lines":[{"line_number":6,"context_line":"iptables:"},{"line_number":7,"context_line":"lshw:"},{"line_number":8,"context_line":"ipmitool:"},{"line_number":9,"context_line":"#qumu-utils package is not supproted by opensuse."},{"line_number":10,"context_line":"qemu-utils:"},{"line_number":11,"context_line":"    when: DISTRO_NAME !\u003d opensuse"},{"line_number":12,"context_line":"qemu:"}],"source_content_type":"text/x-yaml","patch_set":9,"id":"463cc0ac_5330ae07","line":9,"updated":"2021-03-10 15:55:17.000000000","message":"\"supported\", but I think this comment states the obvious and can be removed","commit_id":"ce52514cf20f9f069889ebb248dd4bb221be6c03"},{"author":{"_account_id":33185,"name":"Moshiur Rahman","email":"moshiur.rahman@est.tech","username":"smoshiur1237"},"change_message_id":"bdba6850407abc5886d95c0ed5d1fb3fb532311b","unresolved":false,"context_lines":[{"line_number":6,"context_line":"iptables:"},{"line_number":7,"context_line":"lshw:"},{"line_number":8,"context_line":"ipmitool:"},{"line_number":9,"context_line":"#qumu-utils package is not supproted by opensuse."},{"line_number":10,"context_line":"qemu-utils:"},{"line_number":11,"context_line":"    when: DISTRO_NAME !\u003d opensuse"},{"line_number":12,"context_line":"qemu:"}],"source_content_type":"text/x-yaml","patch_set":9,"id":"ff62e037_e4925ff5","line":9,"in_reply_to":"463cc0ac_5330ae07","updated":"2021-03-12 10:49:26.000000000","message":"Done","commit_id":"ce52514cf20f9f069889ebb248dd4bb221be6c03"},{"author":{"_account_id":10239,"name":"Dmitry Tantsur","email":"dtantsur@protonmail.com","username":"dtantsur"},"change_message_id":"613c29e97dd4118526a37d87dd03a550b92cc072","unresolved":false,"context_lines":[{"line_number":8,"context_line":"ipmitool:"},{"line_number":9,"context_line":"#qumu-utils package is not supproted by opensuse."},{"line_number":10,"context_line":"qemu-utils:"},{"line_number":11,"context_line":"    when: DISTRO_NAME !\u003d opensuse"},{"line_number":12,"context_line":"qemu:"},{"line_number":13,"context_line":"    when: DISTRO_NAME \u003d opensuse"},{"line_number":14,"context_line":"# NOTE(dtantsur): gcc is not build-only because dkms requires it"}],"source_content_type":"text/x-yaml","patch_set":9,"id":"ed12a67d_5a69720d","line":11,"updated":"2021-03-10 15:55:17.000000000","message":"This is not the way distro differences are handled, please see the pkg-map file","commit_id":"ce52514cf20f9f069889ebb248dd4bb221be6c03"},{"author":{"_account_id":33185,"name":"Moshiur Rahman","email":"moshiur.rahman@est.tech","username":"smoshiur1237"},"change_message_id":"bdba6850407abc5886d95c0ed5d1fb3fb532311b","unresolved":false,"context_lines":[{"line_number":8,"context_line":"ipmitool:"},{"line_number":9,"context_line":"#qumu-utils package is not supproted by opensuse."},{"line_number":10,"context_line":"qemu-utils:"},{"line_number":11,"context_line":"    when: DISTRO_NAME !\u003d opensuse"},{"line_number":12,"context_line":"qemu:"},{"line_number":13,"context_line":"    when: DISTRO_NAME \u003d opensuse"},{"line_number":14,"context_line":"# NOTE(dtantsur): gcc is not build-only because dkms requires it"}],"source_content_type":"text/x-yaml","patch_set":9,"id":"f3467c5a_577cde34","line":11,"in_reply_to":"30218039_d76707b3","updated":"2021-03-12 10:49:26.000000000","message":"Done","commit_id":"ce52514cf20f9f069889ebb248dd4bb221be6c03"},{"author":{"_account_id":10239,"name":"Dmitry Tantsur","email":"dtantsur@protonmail.com","username":"dtantsur"},"change_message_id":"66ed6fff9484190d87742eaf0ddf9a1521e32ea9","unresolved":true,"context_lines":[{"line_number":8,"context_line":"ipmitool:"},{"line_number":9,"context_line":"#qumu-utils package is not supproted by opensuse."},{"line_number":10,"context_line":"qemu-utils:"},{"line_number":11,"context_line":"    when: DISTRO_NAME !\u003d opensuse"},{"line_number":12,"context_line":"qemu:"},{"line_number":13,"context_line":"    when: DISTRO_NAME \u003d opensuse"},{"line_number":14,"context_line":"# NOTE(dtantsur): gcc is not build-only because dkms requires it"}],"source_content_type":"text/x-yaml","patch_set":9,"id":"30218039_d76707b3","line":11,"in_reply_to":"e0002072_af40e2f4","updated":"2021-03-11 12:16:07.000000000","message":"You need to check the DIB documentation and ask the team on #openstack-dib if it\u0027s still unclear.","commit_id":"ce52514cf20f9f069889ebb248dd4bb221be6c03"},{"author":{"_account_id":33185,"name":"Moshiur Rahman","email":"moshiur.rahman@est.tech","username":"smoshiur1237"},"change_message_id":"2a73d0bd8365780e320794a367654ab3f09d7a74","unresolved":true,"context_lines":[{"line_number":8,"context_line":"ipmitool:"},{"line_number":9,"context_line":"#qumu-utils package is not supproted by opensuse."},{"line_number":10,"context_line":"qemu-utils:"},{"line_number":11,"context_line":"    when: DISTRO_NAME !\u003d opensuse"},{"line_number":12,"context_line":"qemu:"},{"line_number":13,"context_line":"    when: DISTRO_NAME \u003d opensuse"},{"line_number":14,"context_line":"# NOTE(dtantsur): gcc is not build-only because dkms requires it"}],"source_content_type":"text/x-yaml","patch_set":9,"id":"e0002072_af40e2f4","line":11,"in_reply_to":"ed12a67d_5a69720d","updated":"2021-03-11 12:15:01.000000000","message":"Thanks for your reply. I agree and trying to do the package mapping using pkg-map. But unable to do that yet. in which category opensuse will fall? release or family?? I have added it to release, but its not passing.","commit_id":"ce52514cf20f9f069889ebb248dd4bb221be6c03"},{"author":{"_account_id":10239,"name":"Dmitry Tantsur","email":"dtantsur@protonmail.com","username":"dtantsur"},"change_message_id":"613c29e97dd4118526a37d87dd03a550b92cc072","unresolved":false,"context_lines":[{"line_number":20,"context_line":"hdparm:"},{"line_number":21,"context_line":"util-linux:"},{"line_number":22,"context_line":"# genisoimage gdisk  packages are not supproted by opensuse."},{"line_number":23,"context_line":"# mkisofs and gptdisk packages are the alternatives."},{"line_number":24,"context_line":"genisoimage:"},{"line_number":25,"context_line":"    when: DISTRO_NAME !\u003d opensuse"},{"line_number":26,"context_line":"gdisk:"}],"source_content_type":"text/x-yaml","patch_set":9,"id":"6027d944_6331f67f","line":23,"updated":"2021-03-10 15:55:17.000000000","message":"ditto","commit_id":"ce52514cf20f9f069889ebb248dd4bb221be6c03"},{"author":{"_account_id":33185,"name":"Moshiur Rahman","email":"moshiur.rahman@est.tech","username":"smoshiur1237"},"change_message_id":"bdba6850407abc5886d95c0ed5d1fb3fb532311b","unresolved":false,"context_lines":[{"line_number":20,"context_line":"hdparm:"},{"line_number":21,"context_line":"util-linux:"},{"line_number":22,"context_line":"# genisoimage gdisk  packages are not supproted by opensuse."},{"line_number":23,"context_line":"# mkisofs and gptdisk packages are the alternatives."},{"line_number":24,"context_line":"genisoimage:"},{"line_number":25,"context_line":"    when: DISTRO_NAME !\u003d opensuse"},{"line_number":26,"context_line":"gdisk:"}],"source_content_type":"text/x-yaml","patch_set":9,"id":"f768e0a7_e3a24cbc","line":23,"in_reply_to":"6027d944_6331f67f","updated":"2021-03-12 10:49:26.000000000","message":"Done","commit_id":"ce52514cf20f9f069889ebb248dd4bb221be6c03"}],"dib/ironic-python-agent-ramdisk/pkg-map":[{"author":{"_account_id":23851,"name":"Riccardo Pittau","email":"elfosardo@gmail.com","username":"elfosardo"},"change_message_id":"b62203b1fcb79462b005a743e82d8e8f806c2eaf","unresolved":true,"context_lines":[{"line_number":42,"context_line":"      \"libssl-dev\": \"libopenssl-devel\","},{"line_number":43,"context_line":"      \"python-dev\": \"python3-devel\","},{"line_number":44,"context_line":"      \"git\": \"\","},{"line_number":45,"context_line":"      \"man-db\": \"\""},{"line_number":46,"context_line":"    }"},{"line_number":47,"context_line":"  },"},{"line_number":48,"context_line":"  \"default\": {"}],"source_content_type":"application/octet-stream","patch_set":15,"id":"92072dbf_4aefe5e5","line":45,"updated":"2021-03-16 08:07:19.000000000","message":"kind of weird that it requires man-db","commit_id":"7cd92a381411b12e235d929bcd678e48e2c82600"},{"author":{"_account_id":33185,"name":"Moshiur Rahman","email":"moshiur.rahman@est.tech","username":"smoshiur1237"},"change_message_id":"7f92ab57c85eae326db76f34486f3346c86e0402","unresolved":false,"context_lines":[{"line_number":42,"context_line":"      \"libssl-dev\": \"libopenssl-devel\","},{"line_number":43,"context_line":"      \"python-dev\": \"python3-devel\","},{"line_number":44,"context_line":"      \"git\": \"\","},{"line_number":45,"context_line":"      \"man-db\": \"\""},{"line_number":46,"context_line":"    }"},{"line_number":47,"context_line":"  },"},{"line_number":48,"context_line":"  \"default\": {"}],"source_content_type":"application/octet-stream","patch_set":15,"id":"4686222e_70c24833","line":45,"in_reply_to":"92072dbf_4aefe5e5","updated":"2021-03-16 08:14:43.000000000","message":"yes, opensuse doesn\u0027t have any package named man-db. It tries to uninstall man-db and was failing during the build process. That is the reason I need to exclude man-db from uninstall list.","commit_id":"7cd92a381411b12e235d929bcd678e48e2c82600"}],"dib/ironic-python-agent-ramdisk/svc-map":[{"author":{"_account_id":11655,"name":"Julia Kreger","email":"juliaashleykreger@gmail.com","username":"jkreger","status":"Flying to the moon with a Jetpack!"},"change_message_id":"df176abcf2a4735ef609729c918673ef34868036","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":15,"id":"d503b2b3_1e4b0235","line":7,"updated":"2021-03-15 18:51:11.000000000","message":"nit: excess new line chars.","commit_id":"7cd92a381411b12e235d929bcd678e48e2c82600"},{"author":{"_account_id":33185,"name":"Moshiur Rahman","email":"moshiur.rahman@est.tech","username":"smoshiur1237"},"change_message_id":"b36c9d7d58a4a17ce663647245410d759c73d5a6","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":15,"id":"e5dff240_89084bdc","line":7,"in_reply_to":"d503b2b3_1e4b0235","updated":"2021-03-16 08:18:29.000000000","message":"Thanks, updated.","commit_id":"7cd92a381411b12e235d929bcd678e48e2c82600"}]}
