Issue #8374 has been updated by Jacob Helwig. Status changed from In Topic Branch Pending Merge to Tests Insufficient
Added some comments on the pull request about splitting the commit based on the ticket, adding some testing, and a better way to discard the warning lines. ---------------------------------------- Bug #8374: MacPorts package provider should ignore warnings from the "port" command https://projects.puppetlabs.com/issues/8374 Author: Matthias Pigulla Status: Tests Insufficient Priority: Normal Assignee: Matthias Pigulla Category: provider Target version: 2.7.x 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.
