[
https://issues.apache.org/jira/browse/METRON-463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15632903#comment-15632903
]
ASF GitHub Bot commented on METRON-463:
---------------------------------------
Github user mmiklavc commented on a diff in the pull request:
https://github.com/apache/incubator-metron/pull/339#discussion_r86356765
--- 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 --
Should we get rid of this method now? Doesn't look like it does anything.
> Pull RPMs from Remote (configurable) repos
> ------------------------------------------
>
> Key: METRON-463
> URL: https://issues.apache.org/jira/browse/METRON-463
> Project: Metron
> Issue Type: Sub-task
> Affects Versions: 0.2.1BETA
> Reporter: David M. Lyle
> Assignee: David M. Lyle
> Fix For: 0.2.2BETA
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)