Issue #8374 has been updated by James Turnbull. Status changed from Unreviewed to Requires CLA to be signed Assignee set to Matthias Pigulla
Hi Matthias Could you sign the CLA at https://projects.puppetlabs.com/contributor_licenses/sign please? Also it’d be great if you could submit this as a Git branch or a GitHub pull request as explained at https://github.com/puppetlabs/puppet/blob/master/CONTRIBUTING.md – thanks again for your contribution! ---------------------------------------- Bug #8374: MacPorts package provider should ignore warnings from the "port" command https://projects.puppetlabs.com/issues/8374 Author: Matthias Pigulla Status: Requires CLA to be signed Priority: Normal Assignee: Matthias Pigulla Category: provider Target version: Affected Puppet version: Keywords: macports provider Branch: The "port" command may emit warnings, for example when a "portarchivepath" has been set that points to an unreachable network share. The macports provider fails to recognize these warnings, mistaking them f.e. for the latest version number. I have too little Ruby skills to get a redirection (stderr to /dev/null) working, so the attached patch simply filters out the warnings. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
