[Pkg-puppet-devel] [facter] 281/352: Merge pull request #634 from adrienthebo/refactor/facter-2/fact-327-pluggable-command-execution
Stig Sandbeck Mathisen
ssm at debian.org
Sun Apr 6 22:21:53 UTC 2014
This is an automated email from the git hooks/post-receive script.
ssm pushed a commit to branch master
in repository facter.
commit 47ba5b1d420fe3d786d9ee692f736487b705658b
Merge: d0f5c3c 74840eb
Author: Kylo Ginsberg <kylo at puppetlabs.com>
Date: Thu Feb 20 13:02:44 2014 -0800
Merge pull request #634 from adrienthebo/refactor/facter-2/fact-327-pluggable-command-execution
Refactor/facter 2/fact 327 pluggable command execution
lib/facter/core/execution.rb | 133 +++-------------
lib/facter/core/execution/base.rb | 73 +++++++++
lib/facter/core/execution/posix.rb | 50 ++++++
lib/facter/core/execution/windows.rb | 57 +++++++
lib/facter/core/resolvable.rb | 5 -
spec/unit/core/execution/base_spec.rb | 119 ++++++++++++++
spec/unit/core/execution/posix_spec.rb | 86 ++++++++++
spec/unit/core/execution/windows_spec.rb | 106 +++++++++++++
spec/unit/core/execution_spec.rb | 265 +++----------------------------
spec/unit/core/resolvable_spec.rb | 11 --
10 files changed, 537 insertions(+), 368 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-puppet/facter.git
More information about the Pkg-puppet-devel
mailing list