autoproj 1.12.1 → 1.12.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: 7e2ee9fe300a30429ca7c12afca958058d50c689
4
- data.tar.gz: 7e11b16b835b22a248aeb7400c231104581fc58b
3
+ metadata.gz: 8175c51311f09040e84654e66de8fcaa1389a289
4
+ data.tar.gz: f5e0cb0c5d683be7c7d7daa15cf46afe46a58fbd
5
5
  SHA512:
6
- metadata.gz: e59714a1e7b66b5303035f73e44bd25c6a7e9af7bbd449f3f4db014c4eb283835ab2e305c38c2063c1fb2726a8abcffd85d25e07b91cc9e0247fe58d5b23c583
7
- data.tar.gz: f9f6ea4a2ef29ac7ca513a5ec9fa522a4d367e35ac23b17e34c5977d8104ed9b9fc079c8e058bd682fed3ccb52e0c0bf7adfb5aa3104ccc63c1b16569f3b9e0f
6
+ metadata.gz: fba4def407135c8a4ffca75bd5cf2641e51dab54f219aa34eee7e18f2505147b1cabcd2c87f8765f34e18b1f753c288fddd72872d6f0a6633b336f567b7d8d0c
7
+ data.tar.gz: 8b724473e08ca5e0c21a1b97a3082da2c5193b7e9b89d8dfebaaaa71b4382560662f4de0c89864b3405882b79f56f4b30857d5e15bb9b663f0aad28c641629d2
@@ -60,11 +60,11 @@ module Autoproj
60
60
  if current_root = ENV['AUTOPROJ_CURRENT_ROOT']
61
61
  # Allow having a current root only if it is being reused
62
62
  if (current_root != root_dir) && !reuse.include?(current_root)
63
- Autobuild.error "the env.sh from #{ENV['AUTOPROJ_CURRENT_ROOT']} seem to already be sourced"
64
- Autobuild.error "start a new shell and try to bootstrap again"
65
- Autobuild.error
66
- Autobuild.error "you are allowed to boostrap from another autoproj installation"
67
- Autobuild.error "only if you reuse it with the --reuse flag"
63
+ Autoproj.error "the env.sh from #{ENV['AUTOPROJ_CURRENT_ROOT']} seem to already be sourced"
64
+ Autoproj.error "start a new shell and try to bootstrap again"
65
+ Autoproj.error ""
66
+ Autoproj.error "you are allowed to boostrap from another autoproj installation"
67
+ Autoproj.error "only if you reuse it with the --reuse flag"
68
68
  raise Autobuild::Exception, ""
69
69
  end
70
70
  end
@@ -1,3 +1,3 @@
1
1
  module Autoproj
2
- VERSION = "1.12.1"
2
+ VERSION = "1.12.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autoproj
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.1
4
+ version: 1.12.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rock Core Developers