Github user dlyle65535 commented on a diff in the pull request:

    https://github.com/apache/incubator-metron/pull/339#discussion_r86358821
  
    --- Diff: 
metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/0.2.1BETA/package/scripts/enrichment_commands.py
 ---
    @@ -49,27 +49,33 @@ def set_configured(self):
                  mode=0775)
     
         def setup_repo(self):
    +
             def local_repo():
                 Logger.info("Setting up local repo")
                 Execute("yum -y install createrepo")
                 Execute("createrepo /localrepo")
                 Execute("chmod -R o-w+r /localrepo")
    -            Execute("echo \"[METRON-0.2.1BETA]\n"
    -                    "name=Metron 0.2.1BETA packages\n"
    -                    "baseurl=file:///localrepo\n"
    -                    "gpgcheck=0\n"
    -                    "enabled=1\" > /etc/yum.repos.d/local.repo")
     
             def remote_repo():
    --- End diff --
    
    No, it's still logging the fact that we're using a remote repo. It's 
functionality hasn't changed so you can't see that in the diff.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to