onceover-octocatalog-diff 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c41d68499ea3cc7dbcb44bf646cf1da88e8677d9
4
- data.tar.gz: 9fd0f96f534bb43afb4cbca93c6d89b99740f4af
3
+ metadata.gz: 55b1b1d978b0628b638d768b2dfd2b260ff94e41
4
+ data.tar.gz: 0e9761af15e2241e50b9ed21ee00e9c95f5f593a
5
5
  SHA512:
6
- metadata.gz: 18ffdfb43aa9caa51945478e456ba5765f6e90c2d9bd698b6b295342407f718d875630e984123c10f723ff37d0fba4d94144a2f86b08242a5e83cce071d2b376
7
- data.tar.gz: 8480b6c421b32fdbc9eeb0355b3f367dd840f51c89acd3901a9fb04de8b59b835273204993e5740cdf2ca8c8eb7cb891757c0018a21cd1d7db0677e3ad0d18db
6
+ metadata.gz: 6480e63889835cad6fab8740d472a8ed020a7c832721eb50ad7e9a3eeb81938ee2c2962df0435f186c99d74facf1f983d96f89d1edbf6b01fe44d7ef0ca5fd60
7
+ data.tar.gz: 0c7df87a98e4d0c465f67b588a0167ed2d3c31ef2b74b9aa13e011fe849a7c0a22c54b15fda683e3822cd81b11a72bdc770613eb702ad28e59a2069a39aafe79
@@ -17,7 +17,6 @@ revisions to compare between.
17
17
  option :t, :to, 'branch to compare to', argument: :required
18
18
 
19
19
  run do |opts, args, cmd|
20
- require 'pry'
21
20
  require 'facter'
22
21
  require 'colored'
23
22
 
@@ -55,7 +54,7 @@ revisions to compare between.
55
54
 
56
55
  logger.info "Deploying Puppetfile for #{test.classes[0].name} on #{test.nodes[0].name}"
57
56
  r10k_cmd = "r10k puppetfile install --verbose --color --puppetfile #{repo.puppetfile} --config #{r10k_cache_dir}/r10k.yaml"
58
- Open3.popen3(r10k_cmd) do |stdin, stdout, stderr, wait_thr|
57
+ Open3.popen3(r10k_cmd, :chdir => tempdir) do |stdin, stdout, stderr, wait_thr|
59
58
  exit_status = wait_thr.value
60
59
  if exit_status.exitstatus != 0
61
60
  STDOUT.puts stdout.read
@@ -1,7 +1,7 @@
1
1
  class Onceover
2
2
  module Octocatalog
3
3
  module Diff
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onceover-octocatalog-diff
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dylan Ratcliffe