)]}'
{"diskimage_builder/elements/centos-minimal/environment.d/10-centos-distro-name.bash":[{"author":{"_account_id":7118,"name":"Ian Wienand","email":"iwienand@redhat.com","username":"iwienand"},"change_message_id":"e5fa363605438e2e101576fdfa8df401591fb665","unresolved":false,"context_lines":[{"line_number":4,"context_line":"# by default, enable DHCP configuration of eth0 \u0026 eth1 in network"},{"line_number":5,"context_line":"# scripts for centos 7.  See yum-minimal for full details.  CentOS 8"},{"line_number":6,"context_line":"# does not come with network-scripts by default so avoid this there."},{"line_number":7,"context_line":"if [[ \"${DIB_RELEASE}\" \u003c \"8\" ]]; then"},{"line_number":8,"context_line":"    export DIB_YUM_MINIMAL_CREATE_INTERFACES\u003d${DIB_YUM_MINIMAL_CREATE_INTERFACES:-1}"},{"line_number":9,"context_line":"else"},{"line_number":10,"context_line":"    export DIB_YUM_MINIMAL_CREATE_INTERFACES\u003d${DIB_YUM_MINIMAL_CREATE_INTERFACES:-0}"}],"source_content_type":"text/x-sh","patch_set":13,"id":"bf51134e_250d873e","line":7,"updated":"2020-06-16 06:42:26.000000000","message":"this is another one that should \u003d~ match on \"8\" probably","commit_id":"a80f43d98dc0adf969263ccf8eae6af44ce71254"}],"diskimage_builder/elements/centos-minimal/yum.repos.d/8-stream/appstream.repo":[{"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":"2169b020421a4cb23057f206f895409d9f391150","unresolved":false,"context_lines":[{"line_number":2,"context_line":"name\u003dCentOS-Stream - AppStream"},{"line_number":3,"context_line":"mirrorlist\u003dhttp://mirrorlist.centos.org/?release\u003d8-stream\u0026arch\u003d$basearch\u0026repo\u003dAppStream"},{"line_number":4,"context_line":"gpgcheck\u003d0"},{"line_number":5,"context_line":""}],"source_content_type":"application/octet-stream","patch_set":14,"id":"bf51134e_7508a290","line":5,"updated":"2020-07-05 18:03:53.000000000","message":"nit: extra line","commit_id":"367dfc9294f76da411bdedea4445959fc5f80aac"}],"diskimage_builder/elements/centos-minimal/yum.repos.d/8-stream/base.repo":[{"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":"2169b020421a4cb23057f206f895409d9f391150","unresolved":false,"context_lines":[{"line_number":2,"context_line":"name\u003dCentOS-Stream - Base"},{"line_number":3,"context_line":"mirrorlist\u003dhttp://mirrorlist.centos.org/?release\u003d8-stream\u0026arch\u003d$basearch\u0026repo\u003dBaseOS"},{"line_number":4,"context_line":"gpgcheck\u003d0"},{"line_number":5,"context_line":""}],"source_content_type":"application/octet-stream","patch_set":14,"id":"bf51134e_d5ffee64","line":5,"updated":"2020-07-05 18:03:53.000000000","message":"nit: extra line","commit_id":"367dfc9294f76da411bdedea4445959fc5f80aac"}],"diskimage_builder/elements/pip-and-virtualenv/environment.d/51-pip-and-virutalenv-default.bash":[{"author":{"_account_id":9311,"name":"Tristan Cacqueray","email":"tdecacqu@redhat.com","username":"tristanC"},"change_message_id":"3724d826f772d18209ddd9c65a1c715844585085","unresolved":false,"context_lines":[{"line_number":2,"context_line":"# upgrading packaged system pip/setuptools/virtualenv binaries with"},{"line_number":3,"context_line":"# upstream non-packaged versions, we wish to avoid this completely on"},{"line_number":4,"context_line":"# modern distros."},{"line_number":5,"context_line":"if [[ $DISTRO_NAME \u003d~ (centos|rhel) \u0026\u0026 $DIB_RELEASE \u003e 7 ]]; then"},{"line_number":6,"context_line":"    export DIB_INSTALLTYPE_pip_and_virtualenv\u003d${DIB_INSTALLTYPE_pip_and_virtualenv:-package}"},{"line_number":7,"context_line":""},{"line_number":8,"context_line":"    if [[ ${DIB_INSTALLTYPE_pip_and_virtualenv} \u003d\u003d \"source\" ]]; then"}],"source_content_type":"text/x-sh","patch_set":13,"id":"bf51134e_1e9b7b72","line":5,"range":{"start_line":5,"start_character":51,"end_line":5,"end_character":55},"updated":"2020-06-15 18:15:14.000000000","message":"shouldn\u0027t that be `\u003d~ 8` ?","commit_id":"a80f43d98dc0adf969263ccf8eae6af44ce71254"}],"diskimage_builder/elements/simple-init/environment.d/15-simple-init-networkmanager":[{"author":{"_account_id":9311,"name":"Tristan Cacqueray","email":"tdecacqu@redhat.com","username":"tristanC"},"change_message_id":"3724d826f772d18209ddd9c65a1c715844585085","unresolved":false,"context_lines":[{"line_number":4,"context_line":"    export DIB_SIMPLE_INIT_NETWORKMANAGER\u003d${DIB_SIMPLE_INIT_NETWORKMANAGER:-0}"},{"line_number":5,"context_line":"fi"},{"line_number":6,"context_line":""},{"line_number":7,"context_line":"if [[ ${DISTRO_NAME} \u003d\u003d \"centos\" \u0026\u0026 $DIB_RELEASE \u003e 7 ]] || [[ ${DISTRO_NAME} \u003d\u003d \"fedora\" ]]; then"},{"line_number":8,"context_line":"    if [[ $DIB_SIMPLE_INIT_NETWORKMANAGER \u003d\u003d 0 ]]; then"},{"line_number":9,"context_line":"        echo \"simple-init only supports NetworkManager mode on Fedora and CentOS 8\""},{"line_number":10,"context_line":"        exit 1"}],"source_content_type":"application/octet-stream","patch_set":13,"id":"bf51134e_5e8e932e","line":7,"range":{"start_line":7,"start_character":49,"end_line":7,"end_character":51},"updated":"2020-06-15 18:15:14.000000000","message":"ditto, `\u003d~ 8` ?","commit_id":"a80f43d98dc0adf969263ccf8eae6af44ce71254"}]}
