Sha256: 964a8efd8ac725abb3b6d09e92ee7638f3a459dc8aa62a1ce9d1fd42f1278129

Contents?: true

Size: 527 Bytes

Versions: 19

Compression:

Stored size: 527 Bytes

Contents

#! /usr/bin/ruby

if RUBY_VERSION < "2.1.0"
    STDERR.puts "autoproj requires Ruby >= 2.1.0"
    exit 1
elsif ENV['AUTOPROJ_CURRENT_ROOT'] && (ENV['AUTOPROJ_CURRENT_ROOT'] != Dir.pwd)
    STDERR.puts "it seems that you've already loaded an env.sh script in this console, open a new console and try again"
    exit 1
end

require 'autoproj/ops/install'

ENV.delete('BUNDLE_GEMFILE')
ENV.delete('RUBYLIB')
ops = Autoproj::Ops::Install.new(Dir.pwd)
ops.parse_options(ARGV)
ops.stage1
if !ops.skip_stage2?
    ops.call_stage2
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
autoproj-2.9.0 bin/autoproj_install.in
autoproj-2.8.8 bin/autoproj_install.in
autoproj-2.8.7 bin/autoproj_install.in
autoproj-2.8.6 bin/autoproj_install.in
autoproj-2.8.5 bin/autoproj_install.in
autoproj-2.8.5.b1 bin/autoproj_install.in
autoproj-2.8.4 bin/autoproj_install.in
autoproj-2.8.3 bin/autoproj_install.in
autoproj-2.8.2 bin/autoproj_install.in
autoproj-2.8.1 bin/autoproj_install.in
autoproj-2.8.0 bin/autoproj_install.in
autoproj-2.7.1 bin/autoproj_install.in
autoproj-2.7.0 bin/autoproj_install.in
autoproj-2.6.1 bin/autoproj_install.in
autoproj-2.6.0 bin/autoproj_install.in
autoproj-2.5.1 bin/autoproj_install.in
autoproj-2.5.0 bin/autoproj_install.in
autoproj-2.5.0.pre1 bin/autoproj_install.in
autoproj-2.4.0 bin/autoproj_install.in