autoproj 1.11.0.rc5 → 1.11.0.rc6

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: 1416fc8be90452353f3a55a7db1d98b6fac7b063
4
- data.tar.gz: bddd592807757b46c4e020597418d8153703801f
3
+ metadata.gz: a374debc4b6e9766d50fbbdfa1c3a1d3ab0a956c
4
+ data.tar.gz: 6be295348b0976330770862336ff7c9d0d6918c1
5
5
  SHA512:
6
- metadata.gz: 2b5aca4e7ba60e615309ecabe3d75eb868258f53919514c6a5af90214362210e997c29e55f4b37eef1141b6011f56b269bcc77c4d93e16ca26c0a20ca4194cba
7
- data.tar.gz: c785620bc8873d98dc327175c42d900047af9072f32481e6bd96220719b217d86f2c92936ce0bc3914d41bd752b87e3fc14ba480abc19d8f99b58b2432f579ca
6
+ metadata.gz: 43763fb3e6bc507e528a8cf6b361bbe7f394de94cf4c30e094d65a6167b69c8ad0406f5c534e12de96934d0a826f71d780d3dddbcc980d104bb8df6254f25da3
7
+ data.tar.gz: 671127d1555c5e1117946ffc5635b57ee0149cd8e4d0afba9f932f44afec718ecd77b168ec842ea89c44710c493156b3ff10b1f79f4777efeb93ae3039f445cb
data/bin/autoproj CHANGED
@@ -75,7 +75,7 @@ Autoproj::CmdLine.report do
75
75
  exit 0
76
76
  end
77
77
  elsif selected_packages.empty?
78
- Autoproj::CmdLine.update_myself
78
+ Autoproj::CmdLine.update_myself(force: true)
79
79
  Autoproj::CmdLine.update_configuration
80
80
  else
81
81
  begin
@@ -2930,7 +2930,7 @@ end
2930
2930
  # version of autoproj. If it is "localdev", expect him to install autoproj and
2931
2931
  # run autoproj bootstrap manually.
2932
2932
  if ARGV.first != "localdev"
2933
- if ARGV.first == "dev"
2933
+ if ARGV.first == "dev" || (ENV['AUTOPROJ_USE_PRERELEASE'] == '1')
2934
2934
  ENV['AUTOPROJ_USE_PRERELEASE'] = '1'
2935
2935
  Autoproj::PackageManagers::GemManager.with_prerelease = true
2936
2936
  ARGV.shift
@@ -205,7 +205,7 @@ end
205
205
  # version of autoproj. If it is "localdev", expect him to install autoproj and
206
206
  # run autoproj bootstrap manually.
207
207
  if ARGV.first != "localdev"
208
- if ARGV.first == "dev"
208
+ if ARGV.first == "dev" || (ENV['AUTOPROJ_USE_PRERELEASE'] == '1')
209
209
  ENV['AUTOPROJ_USE_PRERELEASE'] = '1'
210
210
  Autoproj::PackageManagers::GemManager.with_prerelease = true
211
211
  ARGV.shift
@@ -1,3 +1,3 @@
1
1
  module Autoproj
2
- VERSION = "1.11.0.rc5"
2
+ VERSION = "1.11.0.rc6"
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.11.0.rc5
4
+ version: 1.11.0.rc6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rock Core Developers