)]}'
{"diskimage_builder/elements/epel/pre-install.d/05-rpm-epel-release":[{"author":{"_account_id":6469,"name":"Carlos Gonçalves","display_name":"Carlos Goncalves","email":"cgoncalves@redhat.com","username":"cgoncalves"},"change_message_id":"883a46b0eac9fbb5f6ba9f265033c3c4e3284f67","unresolved":false,"context_lines":[{"line_number":34,"context_line":"fi"},{"line_number":35,"context_line":""},{"line_number":36,"context_line":"if [ ${DIB_EPEL_DISABLED:-0} -ne 0 ]; then"},{"line_number":37,"context_line":"    if [[ ${YUM} \u003d\u003d \"dnf\" ]]; then"},{"line_number":38,"context_line":"        dnf config-manager --set-disabled epel"},{"line_number":39,"context_line":"    else"},{"line_number":40,"context_line":"        yum-config-manager --disable epel"}],"source_content_type":"application/x-shellscript","patch_set":4,"id":"3fa7e38b_5f966195","line":37,"range":{"start_line":37,"start_character":10,"end_line":37,"end_character":16},"updated":"2019-09-26 07:20:34.000000000","message":"nit: better wrap it in quotes. If not set, we get a syntax error.\n\n$ [[  \u003d\u003d \"dnf\" ]]\nbash: conditional binary operator expected\nbash: syntax error near `\"dnf\"\u0027\n\nQuote wrapped:\n$ [[ \"\" \u003d\u003d \"dnf\" ]]\n$","commit_id":"a3a650e31a41922b6fe2b479782720daaed69d91"},{"author":{"_account_id":7118,"name":"Ian Wienand","email":"iwienand@redhat.com","username":"iwienand"},"change_message_id":"942bc3137fce0508343b8d0dc7d23289ab44efe4","unresolved":false,"context_lines":[{"line_number":34,"context_line":"fi"},{"line_number":35,"context_line":""},{"line_number":36,"context_line":"if [ ${DIB_EPEL_DISABLED:-0} -ne 0 ]; then"},{"line_number":37,"context_line":"    if [[ ${YUM} \u003d\u003d \"dnf\" ]]; then"},{"line_number":38,"context_line":"        dnf config-manager --set-disabled epel"},{"line_number":39,"context_line":"    else"},{"line_number":40,"context_line":"        yum-config-manager --disable epel"}],"source_content_type":"application/x-shellscript","patch_set":4,"id":"3fa7e38b_94ecbb8f","line":37,"range":{"start_line":37,"start_character":10,"end_line":37,"end_character":16},"in_reply_to":"3fa7e38b_5f966195","updated":"2019-09-26 09:21:04.000000000","message":"hrm ... i do agree but how are you seeing it not set?  it should always be set to either yum or dnf","commit_id":"a3a650e31a41922b6fe2b479782720daaed69d91"},{"author":{"_account_id":6469,"name":"Carlos Gonçalves","display_name":"Carlos Goncalves","email":"cgoncalves@redhat.com","username":"cgoncalves"},"change_message_id":"014b49a86d3e5016ed8d60f62e0ff06b557df0c0","unresolved":false,"context_lines":[{"line_number":34,"context_line":"fi"},{"line_number":35,"context_line":""},{"line_number":36,"context_line":"if [ ${DIB_EPEL_DISABLED:-0} -ne 0 ]; then"},{"line_number":37,"context_line":"    if [[ ${YUM} \u003d\u003d \"dnf\" ]]; then"},{"line_number":38,"context_line":"        dnf config-manager --set-disabled epel"},{"line_number":39,"context_line":"    else"},{"line_number":40,"context_line":"        yum-config-manager --disable epel"}],"source_content_type":"application/x-shellscript","patch_set":4,"id":"3fa7e38b_340f0738","line":37,"range":{"start_line":37,"start_character":10,"end_line":37,"end_character":16},"in_reply_to":"3fa7e38b_94ecbb8f","updated":"2019-09-26 09:25:47.000000000","message":"Agreed. It was just a nit. Feel free to ignore it.","commit_id":"a3a650e31a41922b6fe2b479782720daaed69d91"}],"diskimage_builder/elements/rpm-distro/pre-install.d/01-override-yum-arch":[{"author":{"_account_id":6469,"name":"Carlos Gonçalves","display_name":"Carlos Goncalves","email":"cgoncalves@redhat.com","username":"cgoncalves"},"change_message_id":"883a46b0eac9fbb5f6ba9f265033c3c4e3284f67","unresolved":false,"context_lines":[{"line_number":28,"context_line":"    exit 1"},{"line_number":29,"context_line":"fi"},{"line_number":30,"context_line":""},{"line_number":31,"context_line":"if [[ ${YUM} \u003d\u003d \"dnf\" ]]; then"},{"line_number":32,"context_line":"    mkdir -p /etc/dnf/vars"},{"line_number":33,"context_line":"    echo $basearch \u003e /etc/dnf/vars/basearch"},{"line_number":34,"context_line":"    echo $arch \u003e /etc/dnf/vars/arch"}],"source_content_type":"application/x-shellscript","patch_set":4,"id":"3fa7e38b_bfeaf50b","line":31,"range":{"start_line":31,"start_character":6,"end_line":31,"end_character":12},"updated":"2019-09-26 07:20:34.000000000","message":"ditto","commit_id":"a3a650e31a41922b6fe2b479782720daaed69d91"}],"diskimage_builder/elements/yum/post-install.d/99-reset-yum-conf":[{"author":{"_account_id":6469,"name":"Carlos Gonçalves","display_name":"Carlos Goncalves","email":"cgoncalves@redhat.com","username":"cgoncalves"},"change_message_id":"883a46b0eac9fbb5f6ba9f265033c3c4e3284f67","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 [[ ${YUM} \u003d\u003d \"dnf\" ]]; then"},{"line_number":10,"context_line":"    cfg\u003d/etc/dnf/dnf.conf"},{"line_number":11,"context_line":"    cachedir\u003d/var/cache/dnf"},{"line_number":12,"context_line":"else"}],"source_content_type":"application/x-shellscript","patch_set":4,"id":"3fa7e38b_dfefb11b","line":9,"range":{"start_line":9,"start_character":6,"end_line":9,"end_character":12},"updated":"2019-09-26 07:20:34.000000000","message":"ditto","commit_id":"a3a650e31a41922b6fe2b479782720daaed69d91"}],"diskimage_builder/elements/yum/pre-install.d/01-yum-keepcache":[{"author":{"_account_id":6469,"name":"Carlos Gonçalves","display_name":"Carlos Goncalves","email":"cgoncalves@redhat.com","username":"cgoncalves"},"change_message_id":"883a46b0eac9fbb5f6ba9f265033c3c4e3284f67","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 [[ ${YUM} \u003d\u003d \"dnf\" ]]; then"},{"line_number":10,"context_line":"    # dnf is slightly different; doesn\u0027t have these by default"},{"line_number":11,"context_line":"    cfg\u003d/etc/dnf/dnf.conf"},{"line_number":12,"context_line":"    echo \"keepcache\u003d1\" \u003e\u003e $cfg"}],"source_content_type":"application/x-shellscript","patch_set":4,"id":"3fa7e38b_7ff0fdfd","line":9,"range":{"start_line":9,"start_character":6,"end_line":9,"end_character":12},"updated":"2019-09-26 07:20:34.000000000","message":"ditto","commit_id":"a3a650e31a41922b6fe2b479782720daaed69d91"}]}
