)]}'
{"/COMMIT_MSG":[{"author":{"_account_id":7118,"name":"Ian Wienand","email":"iwienand@redhat.com","username":"iwienand"},"change_message_id":"b6780893885fe29a8b81c75d3714c4611712f22e","unresolved":false,"context_lines":[{"line_number":14,"context_line":"Python 3."},{"line_number":15,"context_line":"As of now, users of diskimage-builder will still be able to use the"},{"line_number":16,"context_line":"\u0027rhel7\u0027 element, or migrate to \u0027rhel\u0027 and specify their respective"},{"line_number":17,"context_line":"DIB_RELEASE value."},{"line_number":18,"context_line":""},{"line_number":19,"context_line":"Co-Authored-By: Ian Wienand \u003ciwienand@redhat.com\u003e"},{"line_number":20,"context_line":"Change-Id: I90540675c70bb475d9db2ae24f81c648a31f3f95"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":12,"id":"5fc1f717_afb723f5","line":17,"updated":"2019-03-26 09:51:41.000000000","message":"So this doesn\u0027t seem to manage the various subscription-manager things, that is done by the rhel-common element?  What\u0027s the plan there?  Would it be better to have a separate rhel8 element, and update rhel-common to handle 7+8?","commit_id":"5ddd41a1022c7b706fa794f7d4d6986fd0c902a1"},{"author":{"_account_id":6579,"name":"Nir Magnezi","email":"nmagnezi@redhat.com","username":"nmagnezi"},"change_message_id":"cb1fda5cebf95996f468f5e7ed9342191da596ab","unresolved":false,"context_lines":[{"line_number":14,"context_line":"Python 3."},{"line_number":15,"context_line":"As of now, users of diskimage-builder will still be able to use the"},{"line_number":16,"context_line":"\u0027rhel7\u0027 element, or migrate to \u0027rhel\u0027 and specify their respective"},{"line_number":17,"context_line":"DIB_RELEASE value."},{"line_number":18,"context_line":""},{"line_number":19,"context_line":"Co-Authored-By: Ian Wienand \u003ciwienand@redhat.com\u003e"},{"line_number":20,"context_line":"Change-Id: I90540675c70bb475d9db2ae24f81c648a31f3f95"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":12,"id":"5fc1f717_6faffb29","line":17,"in_reply_to":"5fc1f717_afb723f5","updated":"2019-03-26 10:21:21.000000000","message":"I actually dropped rhel-common from the element dependency list by mistake.\nadded it back in a followup patchset.\n\nIn a case that there will be differenced between rhel7 and rhel8 to how we work with subscription manager, we can mitigate that by looking at DIB_RELEASE","commit_id":"5ddd41a1022c7b706fa794f7d4d6986fd0c902a1"}],"diskimage_builder/elements/dib-python/environment.d/50-dib-python-version":[{"author":{"_account_id":6133,"name":"yolanda.robla","email":"yroblamo@redhat.com","username":"yolanda.robla"},"change_message_id":"9ec37ea78b0f442f2eba6a4fce468796375aba0f","unresolved":false,"context_lines":[{"line_number":20,"context_line":"    elif [ \"$DISTRO_NAME\" \u003d\u003d \"rhel\" ]; then"},{"line_number":21,"context_line":"        if [ \"$DIB_RELEASE\" -le 7 ]; then"},{"line_number":22,"context_line":"            DIB_PYTHON_VERSION\u003d2"},{"line_number":23,"context_line":"        elif [ \"$DIB_RELEASE\" -le 8 ]; then"},{"line_number":24,"context_line":"            DIB_PYTHON_VERSION\u003d3"},{"line_number":25,"context_line":"        fi"},{"line_number":26,"context_line":"    elif [ \"$DISTRO_NAME\" \u003d\u003d \"opensuse\" ]; then"}],"source_content_type":"application/octet-stream","patch_set":21,"id":"bfb3d3c7_03cfdd7f","line":23,"range":{"start_line":23,"start_character":31,"end_line":23,"end_character":33},"updated":"2019-05-17 11:15:41.000000000","message":"shouldn\u0027t that be -ge?","commit_id":"ca6ac6efd3573e00ff06fdeb1021ea8a0cabc606"},{"author":{"_account_id":6579,"name":"Nir Magnezi","email":"nmagnezi@redhat.com","username":"nmagnezi"},"change_message_id":"709cfdcb2ad476b4f9cff05dbee595c69c3a6df1","unresolved":false,"context_lines":[{"line_number":20,"context_line":"    elif [ \"$DISTRO_NAME\" \u003d\u003d \"rhel\" ]; then"},{"line_number":21,"context_line":"        if [ \"$DIB_RELEASE\" -le 7 ]; then"},{"line_number":22,"context_line":"            DIB_PYTHON_VERSION\u003d2"},{"line_number":23,"context_line":"        elif [ \"$DIB_RELEASE\" -le 8 ]; then"},{"line_number":24,"context_line":"            DIB_PYTHON_VERSION\u003d3"},{"line_number":25,"context_line":"        fi"},{"line_number":26,"context_line":"    elif [ \"$DISTRO_NAME\" \u003d\u003d \"opensuse\" ]; then"}],"source_content_type":"application/octet-stream","patch_set":21,"id":"bfb3d3c7_cb999779","line":23,"range":{"start_line":23,"start_character":31,"end_line":23,"end_character":33},"in_reply_to":"bfb3d3c7_03cfdd7f","updated":"2019-05-22 09:42:15.000000000","message":"Done","commit_id":"ca6ac6efd3573e00ff06fdeb1021ea8a0cabc606"}],"diskimage_builder/elements/dib-python/pre-install.d/01-dib-python":[{"author":{"_account_id":6469,"name":"Carlos Gonçalves","display_name":"Carlos Goncalves","email":"cgoncalves@redhat.com","username":"cgoncalves"},"change_message_id":"2cda8c2c8a4ecc62b12cc4c07b198c35f08b9c40","unresolved":false,"context_lines":[{"line_number":14,"context_line":"else"},{"line_number":15,"context_line":"    python_path\u003d$(command -v python${DIB_PYTHON_VERSION})"},{"line_number":16,"context_line":"fi"},{"line_number":17,"context_line":"python_path\u003d$(command -v python${DIB_PYTHON_VERSION})"},{"line_number":18,"context_line":"if [ -z \"$python_path\" ]; then"},{"line_number":19,"context_line":"    echo \"Could not find python${DIB_PYTHON_VERSION} executable.\""},{"line_number":20,"context_line":"    exit 1"}],"source_content_type":"application/x-shellscript","patch_set":20,"id":"dfbec78f_4a7f6fdf","line":17,"updated":"2019-05-15 09:12:36.000000000","message":"delete this line","commit_id":"97e83b4e30aba6af94b4deefd92727da52dd37e9"},{"author":{"_account_id":6579,"name":"Nir Magnezi","email":"nmagnezi@redhat.com","username":"nmagnezi"},"change_message_id":"5800347057114e4dd14514a37868a3f3eae2b7e6","unresolved":false,"context_lines":[{"line_number":14,"context_line":"else"},{"line_number":15,"context_line":"    python_path\u003d$(command -v python${DIB_PYTHON_VERSION})"},{"line_number":16,"context_line":"fi"},{"line_number":17,"context_line":"python_path\u003d$(command -v python${DIB_PYTHON_VERSION})"},{"line_number":18,"context_line":"if [ -z \"$python_path\" ]; then"},{"line_number":19,"context_line":"    echo \"Could not find python${DIB_PYTHON_VERSION} executable.\""},{"line_number":20,"context_line":"    exit 1"}],"source_content_type":"application/x-shellscript","patch_set":20,"id":"dfbec78f_9516ec48","line":17,"in_reply_to":"dfbec78f_4a7f6fdf","updated":"2019-05-15 09:25:48.000000000","message":"Done","commit_id":"97e83b4e30aba6af94b4deefd92727da52dd37e9"},{"author":{"_account_id":6133,"name":"yolanda.robla","email":"yroblamo@redhat.com","username":"yolanda.robla"},"change_message_id":"9ec37ea78b0f442f2eba6a4fce468796375aba0f","unresolved":false,"context_lines":[{"line_number":6,"context_line":"set -eu"},{"line_number":7,"context_line":"set -o pipefail"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"if [[ ${DISTRO_NAME} \u003d\u003d \"rhel\" \u0026\u0026 ${DIB_RELEASE} \u003d\u003d 8 ]]; then"},{"line_number":10,"context_line":"    # RHEL8 has a system python, separate from the user python.  What"},{"line_number":11,"context_line":"    # a good idea, abstracting the python binary for system scripts!"},{"line_number":12,"context_line":"    # :)  Use it for dib-python."}],"source_content_type":"application/x-shellscript","patch_set":21,"id":"bfb3d3c7_e3c5e95c","line":9,"range":{"start_line":9,"start_character":36,"end_line":9,"end_character":47},"updated":"2019-05-17 11:15:41.000000000","message":"can we set that to -ge ?","commit_id":"ca6ac6efd3573e00ff06fdeb1021ea8a0cabc606"},{"author":{"_account_id":6133,"name":"yolanda.robla","email":"yroblamo@redhat.com","username":"yolanda.robla"},"change_message_id":"fe0876971dd59487e074c8b9a3835ff9f2ed6d59","unresolved":false,"context_lines":[{"line_number":6,"context_line":"set -eu"},{"line_number":7,"context_line":"set -o pipefail"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"if [[ ${DISTRO_NAME} \u003d\u003d \"rhel\" \u0026\u0026 ${DIB_RELEASE} \u003d\u003d 8 ]]; then"},{"line_number":10,"context_line":"    # RHEL8 has a system python, separate from the user python.  What"},{"line_number":11,"context_line":"    # a good idea, abstracting the python binary for system scripts!"},{"line_number":12,"context_line":"    # :)  Use it for dib-python."}],"source_content_type":"application/x-shellscript","patch_set":21,"id":"bfb3d3c7_c90f4adf","line":9,"range":{"start_line":9,"start_character":36,"end_line":9,"end_character":47},"in_reply_to":"bfb3d3c7_e3c5e95c","updated":"2019-05-23 07:40:39.000000000","message":"Well, i am assuming that for any version starting from 8 it\u0027s going to be like that. It is nothing major however","commit_id":"ca6ac6efd3573e00ff06fdeb1021ea8a0cabc606"},{"author":{"_account_id":6579,"name":"Nir Magnezi","email":"nmagnezi@redhat.com","username":"nmagnezi"},"change_message_id":"709cfdcb2ad476b4f9cff05dbee595c69c3a6df1","unresolved":false,"context_lines":[{"line_number":6,"context_line":"set -eu"},{"line_number":7,"context_line":"set -o pipefail"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"if [[ ${DISTRO_NAME} \u003d\u003d \"rhel\" \u0026\u0026 ${DIB_RELEASE} \u003d\u003d 8 ]]; then"},{"line_number":10,"context_line":"    # RHEL8 has a system python, separate from the user python.  What"},{"line_number":11,"context_line":"    # a good idea, abstracting the python binary for system scripts!"},{"line_number":12,"context_line":"    # :)  Use it for dib-python."}],"source_content_type":"application/x-shellscript","patch_set":21,"id":"bfb3d3c7_703e68db","line":9,"range":{"start_line":9,"start_character":36,"end_line":9,"end_character":47},"in_reply_to":"bfb3d3c7_e3c5e95c","updated":"2019-05-22 09:42:15.000000000","message":"why?","commit_id":"ca6ac6efd3573e00ff06fdeb1021ea8a0cabc606"}],"diskimage_builder/elements/pip-and-virtualenv/pkg-map":[{"author":{"_account_id":8161,"name":"Lon Hohberger","email":"lhh@redhat.com","username":"lon"},"change_message_id":"ad2c21aac4cbd97f4f3ab03009778d037e5b86a1","unresolved":false,"context_lines":[{"line_number":2,"context_line":"  \"release\": {"},{"line_number":3,"context_line":"    \"rhel\": {"},{"line_number":4,"context_line":"      \"8\": {"},{"line_number":5,"context_line":"        \"python-dev\": \"python2-devel\","},{"line_number":6,"context_line":"        \"python3-dev\": \"python36-devel\""},{"line_number":7,"context_line":"      }"},{"line_number":8,"context_line":"    }"}],"source_content_type":"application/octet-stream","patch_set":17,"id":"dfbec78f_c9c85f23","line":5,"range":{"start_line":5,"start_character":0,"end_line":5,"end_character":38},"updated":"2019-05-14 12:36:46.000000000","message":"Note: python2-devel will not be available unless python27:2.7 module is enabled on RHEL8. In our RHEL8 base images, this module is not enabled.","commit_id":"365b8dfddb9a78a203e3f25d8bf57788ab4a3e4f"},{"author":{"_account_id":6579,"name":"Nir Magnezi","email":"nmagnezi@redhat.com","username":"nmagnezi"},"change_message_id":"db5afe87cfce48621aee522318a7cab352efcb65","unresolved":false,"context_lines":[{"line_number":2,"context_line":"  \"release\": {"},{"line_number":3,"context_line":"    \"rhel\": {"},{"line_number":4,"context_line":"      \"8\": {"},{"line_number":5,"context_line":"        \"python-dev\": \"python2-devel\","},{"line_number":6,"context_line":"        \"python3-dev\": \"python36-devel\""},{"line_number":7,"context_line":"      }"},{"line_number":8,"context_line":"    }"}],"source_content_type":"application/octet-stream","patch_set":17,"id":"dfbec78f_2c4a69ab","line":5,"range":{"start_line":5,"start_character":0,"end_line":5,"end_character":38},"in_reply_to":"dfbec78f_c9c85f23","updated":"2019-05-14 13:39:13.000000000","message":"Done","commit_id":"365b8dfddb9a78a203e3f25d8bf57788ab4a3e4f"},{"author":{"_account_id":8449,"name":"Marios Andreou","email":"marios.andreou@gmail.com","username":"marios"},"change_message_id":"11bd46c0abc627dbe5360342600cac56e6d60e3a","unresolved":false,"context_lines":[{"line_number":3,"context_line":"    \"rhel\": {"},{"line_number":4,"context_line":"      \"8\": {"},{"line_number":5,"context_line":"        \"python-dev\": \"python2-devel\","},{"line_number":6,"context_line":"        \"python3-dev\": \"python36-devel\""},{"line_number":7,"context_line":"      }"},{"line_number":8,"context_line":"    }"},{"line_number":9,"context_line":"  },"}],"source_content_type":"application/octet-stream","patch_set":17,"id":"3fce034c_f963e040","line":6,"updated":"2019-04-18 06:54:40.000000000","message":"is that 6 a nit? i can\u0027t see any more hits for python36 under diskimage-builder with grep :)","commit_id":"365b8dfddb9a78a203e3f25d8bf57788ab4a3e4f"},{"author":{"_account_id":8449,"name":"Marios Andreou","email":"marios.andreou@gmail.com","username":"marios"},"change_message_id":"8163b3e74bb783b9554582a2b74180286e05ac92","unresolved":false,"context_lines":[{"line_number":3,"context_line":"    \"rhel\": {"},{"line_number":4,"context_line":"      \"8\": {"},{"line_number":5,"context_line":"        \"python-dev\": \"python2-devel\","},{"line_number":6,"context_line":"        \"python3-dev\": \"python36-devel\""},{"line_number":7,"context_line":"      }"},{"line_number":8,"context_line":"    }"},{"line_number":9,"context_line":"  },"}],"source_content_type":"application/octet-stream","patch_set":17,"id":"3fce034c_399088ed","line":6,"in_reply_to":"3fce034c_39fba847","updated":"2019-04-18 07:02:47.000000000","message":"ack i came back here to say i was wrong sorry revoting (went looking a bit more)","commit_id":"365b8dfddb9a78a203e3f25d8bf57788ab4a3e4f"},{"author":{"_account_id":6579,"name":"Nir Magnezi","email":"nmagnezi@redhat.com","username":"nmagnezi"},"change_message_id":"6a0e7a9bed9d664f82f2d7876ad4e47acc91090a","unresolved":false,"context_lines":[{"line_number":3,"context_line":"    \"rhel\": {"},{"line_number":4,"context_line":"      \"8\": {"},{"line_number":5,"context_line":"        \"python-dev\": \"python2-devel\","},{"line_number":6,"context_line":"        \"python3-dev\": \"python36-devel\""},{"line_number":7,"context_line":"      }"},{"line_number":8,"context_line":"    }"},{"line_number":9,"context_line":"  },"}],"source_content_type":"application/octet-stream","patch_set":17,"id":"ffb9cba7_58e61feb","line":6,"in_reply_to":"3fce034c_39fba847","updated":"2019-04-22 09:04:04.000000000","message":"should I just put: python3-devel instead?","commit_id":"365b8dfddb9a78a203e3f25d8bf57788ab4a3e4f"},{"author":{"_account_id":7118,"name":"Ian Wienand","email":"iwienand@redhat.com","username":"iwienand"},"change_message_id":"585b6c9bdbd70ac38474f6c3d9d1d60a03174e6f","unresolved":false,"context_lines":[{"line_number":3,"context_line":"    \"rhel\": {"},{"line_number":4,"context_line":"      \"8\": {"},{"line_number":5,"context_line":"        \"python-dev\": \"python2-devel\","},{"line_number":6,"context_line":"        \"python3-dev\": \"python36-devel\""},{"line_number":7,"context_line":"      }"},{"line_number":8,"context_line":"    }"},{"line_number":9,"context_line":"  },"}],"source_content_type":"application/octet-stream","patch_set":17,"id":"3fce034c_39fba847","line":6,"in_reply_to":"3fce034c_f963e040","updated":"2019-04-18 06:59:34.000000000","message":"rhel8 will be python 3.6, so this is correct?","commit_id":"365b8dfddb9a78a203e3f25d8bf57788ab4a3e4f"},{"author":{"_account_id":6579,"name":"Nir Magnezi","email":"nmagnezi@redhat.com","username":"nmagnezi"},"change_message_id":"db5afe87cfce48621aee522318a7cab352efcb65","unresolved":false,"context_lines":[{"line_number":3,"context_line":"    \"rhel\": {"},{"line_number":4,"context_line":"      \"8\": {"},{"line_number":5,"context_line":"        \"python-dev\": \"python2-devel\","},{"line_number":6,"context_line":"        \"python3-dev\": \"python36-devel\""},{"line_number":7,"context_line":"      }"},{"line_number":8,"context_line":"    }"},{"line_number":9,"context_line":"  },"}],"source_content_type":"application/octet-stream","patch_set":17,"id":"dfbec78f_ccc86d23","line":6,"in_reply_to":"ffb9cba7_58e61feb","updated":"2019-05-14 13:39:13.000000000","message":"Done","commit_id":"365b8dfddb9a78a203e3f25d8bf57788ab4a3e4f"}],"diskimage_builder/elements/rhel/README.rst":[{"author":{"_account_id":7118,"name":"Ian Wienand","email":"iwienand@redhat.com","username":"iwienand"},"change_message_id":"63e13dff2748e64e7bbc30d331efb4f44bf00eb8","unresolved":false,"context_lines":[{"line_number":19,"context_line":""},{"line_number":20,"context_line":".. code-block:: bash"},{"line_number":21,"context_line":""},{"line_number":22,"context_line":"   export DIB_LOCAL_IMAGE\u003drhel-guest-image-8.0-1774.x86_64.qcow2"},{"line_number":23,"context_line":""},{"line_number":24,"context_line":"The downloaded file will then be used as the basis for any subsequent image"},{"line_number":25,"context_line":"builds."}],"source_content_type":"text/x-rst","patch_set":13,"id":"5fc1f717_5ec3e6ed","line":22,"updated":"2019-04-08 11:50:07.000000000","message":"If I\u0027ve understood correctly; using this image with this element right now does not work, with errors during unpacking.\n\n $ guestfish -a ./rhel-guest-image-8.0-1854.x86_64.qcow2 \n \u003e\u003cfs\u003e part-list /dev/sda\n [0] \u003d {\n   part_num: 1\n   part_start: 1048576\n   part_end: 8389656575\n   part_size: 8388608000\n }\n\nI did a quick check here, and it doesn\u0027t have anything odd.  I thought maybe it would have a EFI partition or something but it does not seem so.","commit_id":"e0301a85b4fea4bd005dadf3ecbbc97b25420898"},{"author":{"_account_id":1955,"name":"Alan Pevec","email":"alan.pevec@redhat.com","username":"apevec"},"change_message_id":"57596fc0f7931c89da3887747972d223ad044dc6","unresolved":false,"context_lines":[{"line_number":19,"context_line":""},{"line_number":20,"context_line":".. code-block:: bash"},{"line_number":21,"context_line":""},{"line_number":22,"context_line":"   export DIB_LOCAL_IMAGE\u003drhel-guest-image-8.0-1774.x86_64.qcow2"},{"line_number":23,"context_line":""},{"line_number":24,"context_line":"The downloaded file will then be used as the basis for any subsequent image"},{"line_number":25,"context_line":"builds."}],"source_content_type":"text/x-rst","patch_set":13,"id":"3fce034c_1e7deb1b","line":22,"in_reply_to":"5fc1f717_5ec3e6ed","updated":"2019-04-11 14:42:12.000000000","message":"On which OS are you running libguestfs ?\nIf on RHEL7 you need to update libguestfs appliance b/c of xfs difference:\n\n cd /export\n wget http://download.libguestfs.org/binaries/appliance/appliance-1.38.0.tar.xz\n tar -xzf appliance-1.38.0.tar.xz\n export LIBGUESTFS_PATH\u003d/export/appliance","commit_id":"e0301a85b4fea4bd005dadf3ecbbc97b25420898"},{"author":{"_account_id":6133,"name":"yolanda.robla","email":"yroblamo@redhat.com","username":"yolanda.robla"},"change_message_id":"9ec37ea78b0f442f2eba6a4fce468796375aba0f","unresolved":false,"context_lines":[{"line_number":10,"context_line":"environment variable."},{"line_number":11,"context_line":""},{"line_number":12,"context_line":"The cloud image can be found at (login required):"},{"line_number":13,"context_line":"RHEL8: https://access.redhat.com/downloads/content/69/ver\u003d/rhel---8/8.0/x86_64/product-downloads"},{"line_number":14,"context_line":"RHEL7: https://access.redhat.com/downloads/content/69/ver\u003d/rhel---7/7.1/x86_64/product-downloads"},{"line_number":15,"context_line":""},{"line_number":16,"context_line":""}],"source_content_type":"text/x-rst","patch_set":21,"id":"bfb3d3c7_a38e112c","line":13,"range":{"start_line":13,"start_character":0,"end_line":13,"end_character":96},"updated":"2019-05-17 11:15:41.000000000","message":"That link doesn\u0027t work for me. The right one is https://access.redhat.com/downloads/content/479/ver\u003d/rhel---8/8.0/x86_64/product-software","commit_id":"ca6ac6efd3573e00ff06fdeb1021ea8a0cabc606"},{"author":{"_account_id":6579,"name":"Nir Magnezi","email":"nmagnezi@redhat.com","username":"nmagnezi"},"change_message_id":"709cfdcb2ad476b4f9cff05dbee595c69c3a6df1","unresolved":false,"context_lines":[{"line_number":10,"context_line":"environment variable."},{"line_number":11,"context_line":""},{"line_number":12,"context_line":"The cloud image can be found at (login required):"},{"line_number":13,"context_line":"RHEL8: https://access.redhat.com/downloads/content/69/ver\u003d/rhel---8/8.0/x86_64/product-downloads"},{"line_number":14,"context_line":"RHEL7: https://access.redhat.com/downloads/content/69/ver\u003d/rhel---7/7.1/x86_64/product-downloads"},{"line_number":15,"context_line":""},{"line_number":16,"context_line":""}],"source_content_type":"text/x-rst","patch_set":21,"id":"bfb3d3c7_6bbc2bdc","line":13,"range":{"start_line":13,"start_character":0,"end_line":13,"end_character":96},"in_reply_to":"bfb3d3c7_a38e112c","updated":"2019-05-22 09:42:15.000000000","message":"Done","commit_id":"ca6ac6efd3573e00ff06fdeb1021ea8a0cabc606"},{"author":{"_account_id":6133,"name":"yolanda.robla","email":"yroblamo@redhat.com","username":"yolanda.robla"},"change_message_id":"9ec37ea78b0f442f2eba6a4fce468796375aba0f","unresolved":false,"context_lines":[{"line_number":19,"context_line":""},{"line_number":20,"context_line":".. code-block:: bash"},{"line_number":21,"context_line":""},{"line_number":22,"context_line":"   export DIB_LOCAL_IMAGE\u003drhel-guest-image-8.0-1774.x86_64.qcow2"},{"line_number":23,"context_line":""},{"line_number":24,"context_line":"The downloaded file will then be used as the basis for any subsequent image"},{"line_number":25,"context_line":"builds."}],"source_content_type":"text/x-rst","patch_set":21,"id":"bfb3d3c7_6388191f","line":22,"range":{"start_line":22,"start_character":26,"end_line":22,"end_character":30},"updated":"2019-05-17 11:15:41.000000000","message":"The image that is on downloads is called rhel-8.0-x86_64-kvm.qcow2","commit_id":"ca6ac6efd3573e00ff06fdeb1021ea8a0cabc606"},{"author":{"_account_id":6579,"name":"Nir Magnezi","email":"nmagnezi@redhat.com","username":"nmagnezi"},"change_message_id":"709cfdcb2ad476b4f9cff05dbee595c69c3a6df1","unresolved":false,"context_lines":[{"line_number":19,"context_line":""},{"line_number":20,"context_line":".. code-block:: bash"},{"line_number":21,"context_line":""},{"line_number":22,"context_line":"   export DIB_LOCAL_IMAGE\u003drhel-guest-image-8.0-1774.x86_64.qcow2"},{"line_number":23,"context_line":""},{"line_number":24,"context_line":"The downloaded file will then be used as the basis for any subsequent image"},{"line_number":25,"context_line":"builds."}],"source_content_type":"text/x-rst","patch_set":21,"id":"bfb3d3c7_2bb633fc","line":22,"range":{"start_line":22,"start_character":26,"end_line":22,"end_character":30},"in_reply_to":"bfb3d3c7_6388191f","updated":"2019-05-22 09:42:15.000000000","message":"Done","commit_id":"ca6ac6efd3573e00ff06fdeb1021ea8a0cabc606"}],"diskimage_builder/elements/yum-minimal/root.d/08-yum-chroot":[{"author":{"_account_id":7118,"name":"Ian Wienand","email":"iwienand@redhat.com","username":"iwienand"},"change_message_id":"22570c3a94adea98d7b35c33f66debd900712cb5","unresolved":false,"context_lines":[{"line_number":205,"context_line":"    # install the \"user\" interpreter.  On the other platforms,"},{"line_number":206,"context_line":"    # this is dragged in by base deps."},{"line_number":207,"context_line":"    if [ \"$DISTRO_NAME\" \u003d \"rhel\" ]; then"},{"line_number":208,"context_line":"        _extra_pkgs+\u003d\"python3\""},{"line_number":209,"context_line":"    fi"},{"line_number":210,"context_line":""},{"line_number":211,"context_line":"        sudo -E yum -y \\"}],"source_content_type":"application/x-shellscript","patch_set":17,"id":"3fce034c_a39e9e51","line":208,"updated":"2019-04-17 08:27:02.000000000","message":"This needs to be done in the upstream image; quite early.   Note this is in yum-minimal, which is not invovled with the rhel7 element.  Otherwise dib-python bails out.  Investigating ...","commit_id":"365b8dfddb9a78a203e3f25d8bf57788ab4a3e4f"},{"author":{"_account_id":6579,"name":"Nir Magnezi","email":"nmagnezi@redhat.com","username":"nmagnezi"},"change_message_id":"6a0e7a9bed9d664f82f2d7876ad4e47acc91090a","unresolved":false,"context_lines":[{"line_number":205,"context_line":"    # install the \"user\" interpreter.  On the other platforms,"},{"line_number":206,"context_line":"    # this is dragged in by base deps."},{"line_number":207,"context_line":"    if [ \"$DISTRO_NAME\" \u003d \"rhel\" ]; then"},{"line_number":208,"context_line":"        _extra_pkgs+\u003d\"python3\""},{"line_number":209,"context_line":"    fi"},{"line_number":210,"context_line":""},{"line_number":211,"context_line":"        sudo -E yum -y \\"}],"source_content_type":"application/x-shellscript","patch_set":17,"id":"ffb9cba7_3127cf67","line":208,"in_reply_to":"3fce034c_a39e9e51","updated":"2019-04-22 09:04:04.000000000","message":"thank you for looking into this, Ian.\nLet\u0027s followup when you are done investigating this?","commit_id":"365b8dfddb9a78a203e3f25d8bf57788ab4a3e4f"}]}
