Sha256: f3c5477d6c0b3516df0820d769b569b1e48e040789f59898fc27976ea675f409
Contents?: true
Size: 346 Bytes
Versions: 2
Compression:
Stored size: 346 Bytes
Contents
#! /usr/bin/ruby if RUBY_VERSION < "2.0.0" STDERR.puts "autoproj requires Ruby >= 2.0.0" exit 1 end AUTOPROJ_OPS_INSTALL ENV.delete('BUNDLE_GEMFILE') ENV.delete('RUBYLIB') ops = Autoproj::Ops::Install.new(Dir.pwd) bootstrap_options = ops.parse_options(ARGV) ops.stage1 ops.call_stage2 ops.run_autoproj 'bootstrap', *bootstrap_options
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
autoproj-2.0.0.rc11 | bin/autoproj_bootstrap.in |
autoproj-2.0.0.rc10 | bin/autoproj_bootstrap.in |