packaging_rake_tasks 1.5.0 → 1.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/lib/tasks/osc.rake +6 -2
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 46ce3829c7375bbaa7fbae51f8dd2d048a5405f02b79a9847c2896e64b4b0bd3
4
- data.tar.gz: 1f7d203a058da0ff9fc95bf4d76fa6e514bd1878801dc70963a12960b77f4d87
3
+ metadata.gz: 99d2716778ca9f5bae89a0ff9a024ed8287c1892907b1a9bd6b57da3e35be4b6
4
+ data.tar.gz: 5c53d47b4e44df0f737f6de4650bed1780f3f4c197514e8ac6dc3bbdcb140080
5
5
  SHA512:
6
- metadata.gz: 83865577aedef1a4a9e02111e73b326db1f9a69040434b8ddbac38736fccfad1b54507f1fb84c1f8927e158b22fcf37e1be8f1aff024ee1fd5433e30dcac5f5c
7
- data.tar.gz: cb5ddfdacab8e31f46e899b77941a9a295b140343d37bfd12c850ea72996368e9c2e6260b072de829773b048a7418960928011c38955ce876302e413482a6308
6
+ metadata.gz: de603feead7958f7ac02a6263a7fe6b8aa36691d948c995398b7327d9f3ed9c753f564409e4e2aaa18df590856f5181e14cb20e07be4468a1763dd4b6a8e74c7
7
+ data.tar.gz: 167c400d98bd31136c73dbaf88e62308878e155ca9d43f63a7e8fb6ecbcdec2867e8719a1f05b4cec501b9dfab7ce5af7b6c13f34aeb3bd6837e09545e95143c
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.5.0
1
+ 1.5.1
data/lib/tasks/osc.rake CHANGED
@@ -160,8 +160,12 @@ namespace :osc do
160
160
  Dir.chdir osc_checkout_dir do
161
161
  puts "building package..." if verbose
162
162
 
163
- # pipe yes to osc build to automatic rebuild broken build root if it happen
164
- command = "yes | osc -A '#{obs_api}' build"
163
+ # feed the "osc build" command with "y" input to automatically rebuild
164
+ # the broken build root if that happens, three attempts should be enough in most cases
165
+ # do not use the "yes" command here as the endless output might cause endless loop
166
+ # (workaround for a broken rpmlint/checkbashisms test,
167
+ # https://bugzilla.suse.com/show_bug.cgi?id=1190094)
168
+ command = "echo -e 'y\\ny\\ny\\n' | osc -A '#{obs_api}' build"
165
169
  command << " --no-verify" #ignore untrusted BS projects
166
170
  command << " --release=1" #have always same release number
167
171
  # store packages for given base system at one place, so it speeds up rebuild
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: packaging_rake_tasks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josef Reidinger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-25 00:00:00.000000000 Z
11
+ date: 2021-09-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -67,7 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  version: '0'
68
68
  requirements: []
69
69
  rubyforge_project:
70
- rubygems_version: 2.7.6.2
70
+ rubygems_version: 2.7.6.3
71
71
  signing_key:
72
72
  specification_version: 4
73
73
  summary: Rake tasks providing tasks to package project in git and integration with