Sha256: 54f99c54707e92cdf79d4f0a6814277469b2b853206700d8b0b544facec1eea6

Contents?: true

Size: 653 Bytes

Versions: 39

Compression:

Stored size: 653 Bytes

Contents

#! /usr/bin/env ruby
require 'autoproj'

Autoproj::CmdLine.report do
    begin
        Autoproj::CmdLine.bootstrap(*ARGV)

    rescue RuntimeError => e
        STDERR.puts <<-EOTEXT
#{color('autoproj bootstrap failed', :red, :bold)}
To retry, first source the #{Autoproj::ENV_FILENAME} script with
  source #{Dir.pwd}/#{Autoproj::ENV_FILENAME}
and then re-run autoproj bootstrap with
  autoproj bootstrap <vcs_type> <vcs_url> <vcs_options>

where
  'vcs_type' is git, svn, darcs, cvs
  'vcs_url' is the vcs-specific URL to the repository, and
  'vcs_options' are optional values that can be given to the chosen VCS
    EOTEXT

        raise
    end
end

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
autoproj-1.9.7.rc6 bin/autoproj-bootstrap
autoproj-1.9.7.rc5 bin/autoproj-bootstrap
autoproj-1.9.7.rc4 bin/autoproj-bootstrap
autoproj-1.9.7.rc3 bin/autoproj-bootstrap
autoproj-1.9.7.rc2 bin/autoproj-bootstrap
autoproj-1.9.7.rc1 bin/autoproj-bootstrap
autoproj-1.9.6 bin/autoproj-bootstrap
autoproj-1.9.5 bin/autoproj-bootstrap
autoproj-1.9.5.rc5 bin/autoproj-bootstrap
autoproj-1.9.5.rc4 bin/autoproj-bootstrap
autoproj-1.9.5.rc3 bin/autoproj-bootstrap
autoproj-1.9.5.rc2 bin/autoproj-bootstrap
autoproj-1.9.5.rc1 bin/autoproj-bootstrap
autoproj-1.9.4 bin/autoproj-bootstrap
autoproj-1.9.3 bin/autoproj-bootstrap
autoproj-1.9.3.rc9 bin/autoproj-bootstrap
autoproj-1.9.3.rc8 bin/autoproj-bootstrap
autoproj-1.9.3.rc7 bin/autoproj-bootstrap
autoproj-1.9.3.rc6 bin/autoproj-bootstrap