packaging 0.109.6 → 0.109.7
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 +4 -4
- data/lib/packaging/util/net.rb +1 -1
- data/tasks/nightly_repos.rake +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0302fad395c2dbc8aa71645b463a4da5f333341b5f9a542cfd78b72488c4c98d
|
|
4
|
+
data.tar.gz: fe97ea4b5923e8efaf3243eca8ddc20e2cd9f58ab097d68b25af53082a8bc7d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8cf5ba1d6868d2490a2c1be7a08287ceec001d5d3b4b43f5d0cb8e446cbc566bf0e353e31b41b2acb5ac72441758d7df9ef45df225e9dbc7be3117ebccc62348
|
|
7
|
+
data.tar.gz: 83ded7c09cd11571d96c43bf862b5f9e2409ae666b1063d5757b4d2090c3208bc91ce1ce4522ec840f9ccda132a58edd6cf235532b343d9053d240b069172a94
|
data/lib/packaging/util/net.rb
CHANGED
|
@@ -390,7 +390,7 @@ module Pkg::Util::Net
|
|
|
390
390
|
end
|
|
391
391
|
|
|
392
392
|
def remote_bundle_install_command
|
|
393
|
-
rvm_ruby_version = ENV['RVM_RUBY_VERSION'] || '
|
|
393
|
+
rvm_ruby_version = ENV['RVM_RUBY_VERSION'] || '3.1.1'
|
|
394
394
|
export_packaging_location = "export PACKAGING_LOCATION='#{ENV['PACKAGING_LOCATION']}';" if ENV['PACKAGING_LOCATION'] && !ENV['PACKAGING_LOCATION'].empty?
|
|
395
395
|
export_vanagon_location = "export VANAGON_LOCATION='#{ENV['VANAGON_LOCATION']}';" if ENV['VANAGON_LOCATION'] && !ENV['VANAGON_LOCATION'].empty?
|
|
396
396
|
"source /usr/local/rvm/scripts/rvm; rvm use ruby-#{rvm_ruby_version}; #{export_packaging_location} #{export_vanagon_location} bundle install --path .bundle/gems ;"
|
data/tasks/nightly_repos.rake
CHANGED
|
@@ -107,7 +107,7 @@ namespace :pl do
|
|
|
107
107
|
# names stay the same between runs. Their contents have the ref
|
|
108
108
|
# stripped off and the project replaced by $project-latest. Then the
|
|
109
109
|
# repos directory is a symlink to the last pushed ref's repos.
|
|
110
|
-
FileUtils.cp_r(File.join(local_target, "repo_configs"), "#{Pkg::Config.project}-latest",
|
|
110
|
+
FileUtils.cp_r(File.join(local_target, "repo_configs"), "#{Pkg::Config.project}-latest", preserve: true)
|
|
111
111
|
|
|
112
112
|
# Now we need to remove the ref and replace $project with
|
|
113
113
|
# $project-latest so that it will work as a pinned latest repo
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: packaging
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.109.
|
|
4
|
+
version: 0.109.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Puppet By Perforce
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-04-
|
|
11
|
+
date: 2023-04-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: debug
|