You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by BlackMaria <gi...@git.apache.org> on 2016/12/16 15:09:37 UTC

[GitHub] mesos pull request #196: Typo: $basearch was not escaped, it should be evalu...

GitHub user BlackMaria opened a pull request:

    https://github.com/apache/mesos/pull/196

    Typo: $basearch was not escaped, it should be evaluated by yum

    When this code block was run, it would evaluate $basearch in the shell typically giving "", this variable was intended to be used by yum, meaning it should be escaped so as to pass '$basearch' rather than "" (blank) to the yum config file.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/BlackMaria/mesos master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/mesos/pull/196.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #196
    
----
commit c60c3a7262b82376d4d9e4d967960701e7c25420
Author: Hro�gar Skj�ldung <ml...@machproductions.com>
Date:   2016-12-16T15:05:37Z

    Typo: $basearch was not escaped, it should be evaluated by yum not the shell

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] mesos pull request #196: Typo: $basearch was not escaped, it should be evalu...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/mesos/pull/196


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---