puppet-autostager 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a5ed62a7740c05771fb4d9aaa8fc798fd81d8187
4
- data.tar.gz: 8876fdfd9a24448647021ca1670a6f4e0460f6fc
3
+ metadata.gz: e151d052b76dbb2cf496b0c92add58183f3bd6f2
4
+ data.tar.gz: a52f5a7aab17308fe94a8905b3931d8aa2fffdd9
5
5
  SHA512:
6
- metadata.gz: bb03600fe1631b813ec68a1c17b862f4ac3d00863784cb1ccbe5b50b7882e852b70b3153b2522a3515da59e22e0576a6c594856003bae689e04aa4096bba785b
7
- data.tar.gz: 6ac3a4225687e4c17deeeba0d460386ac22858f5c5b300fa8356e5f457e084d5310e36f90fad61503c2402e265e59399ec35b28df5bc6ad2359eb7e555991da0
6
+ metadata.gz: 04563d02bd8886b26131175c1acb9d7da2fb87c74292b5e98067266ad24770f002272439edd9c6bd503d430fb29b2afd6e50fdd6e5b3809fdcac5235568f05bd
7
+ data.tar.gz: c38e14c529978ef985a0fb6f99aefd04e2635faae35b56fb927bfd0125a5ebd0580272693b1a6f00ac5afbb590fe38868da9e8e58880276417fe15341bf341af
@@ -117,6 +117,7 @@ module Autostager
117
117
  FileUtils.mkdir_p @base_dir unless File.exist?(@base_dir)
118
118
  `git clone -b #{@branch} #{@clone_url} #{@staging_dir} &> /dev/null`
119
119
  Dir.chdir @staging_dir
120
+ add_upstream_remote
120
121
  update_submodules
121
122
  end
122
123
  end
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
  # Version constant for the gem.
3
3
  module Autostager
4
- VERSION = '0.0.1'
4
+ VERSION = '0.0.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppet-autostager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Morgan