Sha256: ff18e233c1ce1b43fa83ba8b4a52fd56d82a2f6e9c0000a1a36f315d2a4b2ed4
Contents?: true
Size: 409 Bytes
Versions: 2
Compression:
Stored size: 409 Bytes
Contents
#! /usr/bin/ruby if RUBY_VERSION < "1.9.2" STDERR.puts "autoproj requires Ruby >= 1.9.2" exit 1 end AUTOPROJ_OPS_INSTALL ops = Autoproj::Ops::Install.new(Dir.pwd) bootstrap_options = ops.parse_options(ARGV) ops.run # we assume that Install#run loads bundler and autobuild. Load autoproj and run # bootstrap require 'autoproj/cli/main' Autoproj::CLI::Main.start(['bootstrap', *bootstrap_options])
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
autoproj-2.0.0.rc6 | bin/autoproj_bootstrap.in |
autoproj-2.0.0.rc5 | bin/autoproj_bootstrap.in |