[Pkg-puppet-devel] [facter] 174/180: (FACT-570) Pin facter to vendored ruby and ffi'ed gems on Windows

Stig Sandbeck Mathisen ssm at debian.org
Mon Jun 30 15:06:45 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 a5e552de509bf7a9696fadee4b1a4317ee15404c
Author: Josh Cooper <josh at puppetlabs.com>
Date:   Tue Jun 24 12:24:37 2014 -0700

    (FACT-570) Pin facter to vendored ruby and ffi'ed gems on Windows
    
    The acceptance setup step did not specify which revision of the vendored
    ruby to install, relying on the default branch.
    
    This commit makes it explicit as facter-2 depends on ffi-based windows
    gems that are only available in the 1.9.3-x86 branch.
---
 acceptance/setup/common/00_EnvSetup.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/acceptance/setup/common/00_EnvSetup.rb b/acceptance/setup/common/00_EnvSetup.rb
index be19c45..363755b 100644
--- a/acceptance/setup/common/00_EnvSetup.rb
+++ b/acceptance/setup/common/00_EnvSetup.rb
@@ -34,7 +34,7 @@ hosts.each do |host|
   case host['platform']
   when /windows/
     step "#{host} Install ruby from git"
-    install_from_git(host, "/opt/puppet-git-repos", :name => 'puppet-win32-ruby', :path => 'git://github.com/puppetlabs/puppet-win32-ruby')
+    install_from_git(host, "/opt/puppet-git-repos", :name => 'puppet-win32-ruby', :path => 'git://github.com/puppetlabs/puppet-win32-ruby', :rev  => '1.9.3-x86')
     on host, 'cd /opt/puppet-git-repos/puppet-win32-ruby; cp -r ruby/* /'
     on host, 'cd /lib; icacls ruby /grant "Everyone:(OI)(CI)(RX)"'
     on host, 'cd /lib; icacls ruby /reset /T'

-- 
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