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.10.2 bin/autoproj-bootstrap
autoproj-1.10.1 bin/autoproj-bootstrap
autoproj-1.10 bin/autoproj-bootstrap
autoproj-1.10.rc1 bin/autoproj-bootstrap
autoproj-1.9.7.rc23 bin/autoproj-bootstrap
autoproj-1.9.7.rc22 bin/autoproj-bootstrap
autoproj-1.9.7.rc21 bin/autoproj-bootstrap
autoproj-1.9.7.rc20 bin/autoproj-bootstrap
autoproj-1.9.7.rc19 bin/autoproj-bootstrap
autoproj-1.9.7.rc18 bin/autoproj-bootstrap
autoproj-1.9.7.rc17 bin/autoproj-bootstrap
autoproj-1.9.7.rc16 bin/autoproj-bootstrap
autoproj-1.9.7.rc15 bin/autoproj-bootstrap
autoproj-1.9.7.rc14 bin/autoproj-bootstrap
autoproj-1.9.7.rc13 bin/autoproj-bootstrap
autoproj-1.9.7.rc12 bin/autoproj-bootstrap
autoproj-1.9.7.rc11 bin/autoproj-bootstrap
autoproj-1.9.7.rc10 bin/autoproj-bootstrap
autoproj-1.9.7.rc9 bin/autoproj-bootstrap
autoproj-1.9.7.rc7 bin/autoproj-bootstrap