<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 10/10/19 1:23 AM, John Broome wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CA+u3C2k_1fqVhVoCbChcLSZTmjYASrLMQDE8jYXz5mXh=DD6oA@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div dir="ltr"><br>
        </div>
        <div class="gmail_quote">
          <div dir="ltr" class="gmail_attr">On Wed, Oct 9, 2019 at 1:54
            PM Lance Albertson <<a href="mailto:lance@osuosl.org"
              moz-do-not-send="true">lance@osuosl.org</a>> wrote:<br>
          </div>
          <blockquote class="gmail_quote" style="margin:0px 0px 0px
            0.8ex;border-left:1px solid
            rgb(204,204,204);padding-left:1ex">
            <div dir="ltr">
              <div dir="ltr">
                <div style="font-family:arial,helvetica,sans-serif"><br>
                </div>
              </div>
              <br>
              <div class="gmail_quote">
                <div style="font-family:arial,helvetica,sans-serif">If
                  that's the case, should there at least be an empty
                  repo that makes dnf happy until there's time there's
                  actual content to be added there?</div>
              </div>
            </div>
          </blockquote>
          <div><br>
          </div>
          <div><br>
          </div>
          <div>I thought it shipped disabled by default, and you
            explicitly had to enable if you wanted packages before the
            next point release was fully released.<br>
          </div>
        </div>
      </div>
    </blockquote>
    <p><br>
    </p>
    <p>It should still exist. <br>
    </p>
    <p>I, and I presume like others, will often use "dnf --enablerepo=*
      search hotness" to see if a package is hiding in a repo I keep
      disabled by default. A missing repo breaks this process. As a
      result I have the CR and Media repo files completely commented out
      (if I remove the file it will simply be replaced by an update).
      For those who want the same, try: <br>
    </p>
    <p>sed --in-place "s/^/# /g" /etc/yum.repos.d/CentOS-Media.repo<br>
      sed --in-place "s/# #/##/g" /etc/yum.repos.d/CentOS-Media.repo<br>
      sed --in-place "s/^/# /g" /etc/yum.repos.d/CentOS-Vault.repo<br>
      sed --in-place "s/# #/##/g" /etc/yum.repos.d/CentOS-Vault.repo<br>
      sed --in-place "s/^/# /g" /etc/yum.repos.d/CentOS-CR.repo<br>
      sed --in-place "s/# #/##/g" /etc/yum.repos.d/CentOS-CR.repo<br>
    </p>
    <p>That said, last I checked, the source and debuginfo repos are
      also defined, but missing. This causes problems. That means I
      currently need to type "dnf --enablerepo=* --disablerepo=*source
      --disablerepo=*debuginfo search hotness" ... <br>
    </p>
    <p>I assume the core team simply hasn't had time to set those repos
      yet ... and I don't mind waiting patiently, but perhaps it's time
      to create, at the very least, an empty repo, as suggested above. <br>
    </p>
    <p>L~<br>
    </p>
  </body>
</html>