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