packaging 0.99.10.2.gfa4c366 → 0.99.11

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: ed1069a6e2c970cfd58605a5ef95b379b33c0c14
4
- data.tar.gz: 59829675f9962b14b61eaca8edcc948e61c3d02a
3
+ metadata.gz: 941dadd42783a3f36d63c1b9ad2670ab6f514e76
4
+ data.tar.gz: c4a2cb2b7c8fdad4be179201aeb797ff539fc462
5
5
  SHA512:
6
- metadata.gz: 68df7464f92bdebf150a86fad3d1caf14c1558d725a0c21d3ce82f3434eb0d89a471addb01d964c64ef00b6d8309460fbc35dcbbbe78a7d49526d8cb9c3bd1ba
7
- data.tar.gz: 9a5f6ef023197d18ec1bfe1b5535bbe9807af7e2383ff8f25c13b242ab703d05bca016230b7ddf6cabb03ac2e57a42fbf111d52602afd13df098b22fe4bc0ce3
6
+ metadata.gz: 64160466a199a96adbe2f2de438387abed2a34ef09e60f19cc15b8261b2291e390c8327886df908786302ff33d17856ae3201da1dee98038da1caa7d08107218
7
+ data.tar.gz: 00d31db799203d04adea27d03816592dc67e2399302f571343a3d886ffdbea1746525a609cb34865d1a7b274f0be6cc955dc5e2fbe7cfceef7656db5feed9c62
@@ -246,6 +246,14 @@ module Pkg
246
246
  signature_format: 'v4',
247
247
  repo: true,
248
248
  },
249
+ '15' => {
250
+ architectures: ['x86_64', 'ppc64le'],
251
+ source_architecture: 'SRPMS',
252
+ package_format: 'rpm',
253
+ source_package_formats: ['src.rpm'],
254
+ signature_format: 'v4',
255
+ repo: true,
256
+ },
249
257
  },
250
258
 
251
259
  'solaris' => {
@@ -359,12 +359,12 @@ module Pkg::Util::Net
359
359
  #{tar} -zxvf /tmp/#{tarball_name}.tar.gz -C /tmp/ ;
360
360
  git clone --recursive /tmp/#{tarball_name} /tmp/#{Pkg::Config.project}-#{appendix} ;
361
361
  cd /tmp/#{Pkg::Config.project}-#{appendix} ;
362
+ bundle_prefix= ;
362
363
  if [[ -r Gemfile ]]; then
363
364
  source /usr/local/rvm/scripts/rvm; rvm use ruby-2.4.1; bundle install --path .bundle/gems ;
364
- else
365
- echo "ERROR: Couldn't read Gemfile, can't bundle install."
366
- exit 1
365
+ bundle_prefix='bundle exec' ;
367
366
  fi ;
367
+ $bundle_prefix rake package:bootstrap
368
368
  DOC
369
369
  Pkg::Util::Net.remote_ssh_cmd(host, command)
370
370
  "/tmp/#{Pkg::Config.project}-#{appendix}"
data/tasks/jenkins.rake CHANGED
@@ -53,13 +53,13 @@
53
53
  # pushd git_repo
54
54
  #
55
55
  # ### Clone the packaging repo
56
- # bundle install --path .bundle/gems --bin .bundle/bin --retry 3
56
+ # rake package:bootstrap
57
57
  #
58
58
  # ### Perform the build
59
- # bundle exec rake pl:build_from_params PARAMS_FILE=$WORKSPACE/BUILD_PROPERTIES
59
+ # rake pl:build_from_params PARAMS_FILE=$WORKSPACE/BUILD_PROPERTIES
60
60
  #
61
61
  # ### Send the results
62
- # bundle exec rake pl:jenkins:ship["artifacts"] PARAMS_FILE=$WORKSPACE/BUILD_PROPERTIES
62
+ # rake pl:jenkins:ship["artifacts"] PARAMS_FILE=$WORKSPACE/BUILD_PROPERTIES
63
63
  #
64
64
  # popd
65
65
  # popd
@@ -75,7 +75,7 @@
75
75
  # if [ -n "$DOWNSTREAM_JOB" ] ; then
76
76
  # pushd project
77
77
  # pushd git_repo
78
- # bundle exec rake pl:jenkins:post["$DOWNSTREAM_JOB"] PARAMS_FILE=$WORKSPACE/BUILD_PROPERTIES
78
+ # rake pl:jenkins:post["$DOWNSTREAM_JOB"] PARAMS_FILE=$WORKSPACE/BUILD_PROPERTIES
79
79
  # popd
80
80
  # popd
81
81
  # fi
@@ -146,7 +146,7 @@ pushd project
146
146
  pushd git_repo
147
147
 
148
148
  ### Clone the packaging repo
149
- bundle install --path .bundle/gems --bin .bundle/bin --retry 3
149
+ bundle install --path .bundle/gems --binstubs .bundle/bin --retry 3
150
150
 
151
151
  ### Perform the build
152
152
  bundle exec rake $command PARAMS_FILE="$WORKSPACE/BUILD_PROPERTIES" --trace
@@ -71,7 +71,7 @@ if [ $PACKAGE_BUILD_RESULT -eq 0 ] ; then
71
71
  pushd git_repo
72
72
 
73
73
  ### Clone the packaging repo
74
- bundle install --path .bundle/gems --bin .bundle/bin --retry 3
74
+ bundle install --path .bundle/gems --binstubs .bundle/bin --retry 3
75
75
 
76
76
  ### Run repo creation
77
77
  <% if Pkg::Config.final_mocks and not Pkg::Config.final_mocks.empty? %>
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.99.10.2.gfa4c366
4
+ version: 0.99.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppet Labs
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-22 00:00:00.000000000 Z
11
+ date: 2018-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -217,9 +217,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
217
217
  version: 2.0.0
218
218
  required_rubygems_version: !ruby/object:Gem::Requirement
219
219
  requirements:
220
- - - ">"
220
+ - - ">="
221
221
  - !ruby/object:Gem::Version
222
- version: 1.3.1
222
+ version: '0'
223
223
  requirements: []
224
224
  rubyforge_project:
225
225
  rubygems_version: 2.6.14