)]}'
{"elements/haproxy-octavia/pre-install.d/01-repositories":[{"author":{"_account_id":29244,"name":"Gregory Thiemonge","email":"gthiemon@redhat.com","username":"gthiemonge"},"change_message_id":"429da8847fdd1cd4bd74bdcbe82e6071c0ceb024","unresolved":false,"context_lines":[{"line_number":3,"context_line":"set -eu"},{"line_number":4,"context_line":"set -o xtrace"},{"line_number":5,"context_line":""},{"line_number":6,"context_line":"if [ \"$DISTRO_NAME\" \u003d\u003d \"centos\" ]; then"},{"line_number":7,"context_line":"    dnf install dnf-plugins-core -y"},{"line_number":8,"context_line":"    dnf copr enable cgoncalves/haproxy -y"},{"line_number":9,"context_line":"fi"}],"source_content_type":"application/x-shellscript","patch_set":6,"id":"9f560f44_fc38413e","line":6,"range":{"start_line":6,"start_character":5,"end_line":6,"end_character":31},"updated":"2020-08-13 12:57:46.000000000","message":"could we add a env variable that would disable the installation this custom repo?","commit_id":"354ed9a38bdd9a2772f0c8cc7b2bedacaca2897e"},{"author":{"_account_id":29244,"name":"Gregory Thiemonge","email":"gthiemon@redhat.com","username":"gthiemonge"},"change_message_id":"697638750686306f65b85b67eadf934242811362","unresolved":false,"context_lines":[{"line_number":3,"context_line":"set -eu"},{"line_number":4,"context_line":"set -o xtrace"},{"line_number":5,"context_line":""},{"line_number":6,"context_line":"if [ \"$DISTRO_NAME\" \u003d\u003d \"centos\" ]; then"},{"line_number":7,"context_line":"    dnf install dnf-plugins-core -y"},{"line_number":8,"context_line":"    if [[ \"$ARCH\" \u003d~ (aarch64|arm64) ]]; then"},{"line_number":9,"context_line":"        yum_arch\u003daarch64"}],"source_content_type":"application/x-shellscript","patch_set":7,"id":"9f560f44_5ddeab3e","line":6,"range":{"start_line":6,"start_character":5,"end_line":6,"end_character":31},"updated":"2020-09-14 09:11:28.000000000","message":"can we add a condition to skip it? I_REALLY_WANT_TO_USE_LEGACY_HAPROXY\u003d1?","commit_id":"db8ab5d69b5955dd5eb8b08a44340d56f565d11c"},{"author":{"_account_id":6469,"name":"Carlos Gonçalves","display_name":"Carlos Goncalves","email":"cgoncalves@redhat.com","username":"cgoncalves"},"change_message_id":"c444238fe9f1d2ee846d70e773b11b4793c53b46","unresolved":false,"context_lines":[{"line_number":3,"context_line":"set -eu"},{"line_number":4,"context_line":"set -o xtrace"},{"line_number":5,"context_line":""},{"line_number":6,"context_line":"if [ \"$DISTRO_NAME\" \u003d\u003d \"centos\" ]; then"},{"line_number":7,"context_line":"    dnf install dnf-plugins-core -y"},{"line_number":8,"context_line":"    if [[ \"$ARCH\" \u003d~ (aarch64|arm64) ]]; then"},{"line_number":9,"context_line":"        yum_arch\u003daarch64"}],"source_content_type":"application/x-shellscript","patch_set":7,"id":"9f560f44_83d2a1d0","line":6,"range":{"start_line":6,"start_character":5,"end_line":6,"end_character":31},"in_reply_to":"9f560f44_5ddeab3e","updated":"2020-09-14 14:01:13.000000000","message":"I am not much keen on adding an option to choose haproxy package source for 2 reasons:\n\n1) we had in the past ubuntu-backports repo enabled by default and as the only install option.\n2) an option like AMP_HAPROXY_INSTALL_FROM_DISTRIB defaulting to false would only be applicable to CentOS. We could suffix with _CENTOS but hmmm.\n\nI am totally open to continue discussing this! If you or anybody else still things such an option is needed we can add it.","commit_id":"db8ab5d69b5955dd5eb8b08a44340d56f565d11c"},{"author":{"_account_id":16312,"name":"Alfredo Moralejo","email":"amoralej@redhat.com","username":"amoralej"},"change_message_id":"ea4bc37d1a1c4244b93bb4715339858d71804e87","unresolved":false,"context_lines":[{"line_number":16,"context_line":"        exit 1"},{"line_number":17,"context_line":"    fi"},{"line_number":18,"context_line":"    # FIXME(cgoncalves): change repository to stable from testing once available. This is DNM for now."},{"line_number":19,"context_line":"    dnf config-manager --add-repo https://buildlogs.centos.org/centos/8/nfv/${yum_arch}/network-extras/"},{"line_number":20,"context_line":"    echo gpgcheck\u003d0 \u003e\u003e /etc/yum.repos.d/buildlogs.centos.org_centos_8_nfv_*_network-extras_.repo"},{"line_number":21,"context_line":"fi"}],"source_content_type":"application/x-shellscript","patch_set":9,"id":"9f560f44_85c0457e","line":19,"range":{"start_line":19,"start_character":34,"end_line":19,"end_character":103},"updated":"2020-09-23 11:48:34.000000000","message":"It\u0027s now released in official mirror:\n\nhttp://mirror.centos.org/centos/8/nfv/x86_64/network-extras/\n\nWe will soon also provide a release rpm to create the repo.","commit_id":"4f4c367d7721bcdc684086625c783300a0d3e033"},{"author":{"_account_id":6469,"name":"Carlos Gonçalves","display_name":"Carlos Goncalves","email":"cgoncalves@redhat.com","username":"cgoncalves"},"change_message_id":"aca88a1a6bfad94aeac3a1bad776ff75995e4844","unresolved":false,"context_lines":[{"line_number":16,"context_line":"        exit 1"},{"line_number":17,"context_line":"    fi"},{"line_number":18,"context_line":"    # FIXME(cgoncalves): change repository to stable from testing once available. This is DNM for now."},{"line_number":19,"context_line":"    dnf config-manager --add-repo https://buildlogs.centos.org/centos/8/nfv/${yum_arch}/network-extras/"},{"line_number":20,"context_line":"    echo gpgcheck\u003d0 \u003e\u003e /etc/yum.repos.d/buildlogs.centos.org_centos_8_nfv_*_network-extras_.repo"},{"line_number":21,"context_line":"fi"}],"source_content_type":"application/x-shellscript","patch_set":9,"id":"9f560f44_e542e1ab","line":19,"range":{"start_line":19,"start_character":34,"end_line":19,"end_character":103},"in_reply_to":"9f560f44_85c0457e","updated":"2020-09-23 12:17:42.000000000","message":"Done. Thank you very much for creating the repository and building HAProxy 2.2!","commit_id":"4f4c367d7721bcdc684086625c783300a0d3e033"},{"author":{"_account_id":29244,"name":"Gregory Thiemonge","email":"gthiemon@redhat.com","username":"gthiemonge"},"change_message_id":"ad8d117e730e7ee377f99c2bbd7b4fa436c99ad5","unresolved":false,"context_lines":[{"line_number":17,"context_line":"        exit 1"},{"line_number":18,"context_line":"    fi"},{"line_number":19,"context_line":"    dnf config-manager --add-repo http://mirror.centos.org/centos/8/nfv/${yum_arch}/network-extras"},{"line_number":20,"context_line":"    echo gpgkey\u003dfile:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-NFV \u003e\u003e /etc/yum.repos.d/mirror.centos.org_centos_8_nfv_*_network-extras.repo"},{"line_number":21,"context_line":"fi"}],"source_content_type":"application/x-shellscript","patch_set":10,"id":"9f560f44_60b51fed","line":20,"range":{"start_line":20,"start_character":70,"end_line":20,"end_character":139},"updated":"2020-09-23 12:45:52.000000000","message":"nit: I don\u0027t like seeing wildcards after \u003e\u003e, but in this case, it works","commit_id":"a2b7fd4da5d9a81c7a78fe83782058e7f78ae5b3"}]}
