dr 0.1.10 → 0.1.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.
Files changed (4) hide show
  1. data/bin/dr +3 -0
  2. data/lib/dr/package.rb +3 -0
  3. data/lib/dr/version.rb +1 -1
  4. metadata +2 -2
data/bin/dr CHANGED
@@ -318,6 +318,9 @@ class RepoCLI < ExtendedThor
318
318
  rescue Dr::Package::UnableToBuild
319
319
  log :info, ""
320
320
  next
321
+ else # Ignore all other exceptions and try to build next package
322
+ log :info, ""
323
+ next
321
324
  end
322
325
 
323
326
  repo.push pkg.name, version, suite if version
@@ -6,6 +6,9 @@ module Dr
6
6
  class UnableToBuild < RuntimeError
7
7
  end
8
8
 
9
+ class BuildFailed < RuntimeError
10
+ end
11
+
9
12
  attr_reader :name
10
13
 
11
14
  include Logger
@@ -1,3 +1,3 @@
1
1
  module Dr
2
- VERSION = "0.1.10"
2
+ VERSION = "0.1.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-04-13 00:00:00.000000000 Z
12
+ date: 2014-04-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor