Sha256: 75d4c1deec9ac21d6fabb1ddb0ee86c203e034a87eabc08b3e591a522ede8c1b

Contents?: true

Size: 802 Bytes

Versions: 48

Compression:

Stored size: 802 Bytes

Contents

#! /usr/bin/env ruby

require 'autoproj'
require 'autoproj/cmdline'

user_selection = Autoproj.silent do
    Autoproj::CmdLine.initialize_root_directory
    Autoproj::CmdLine.initialize_and_load(ARGV)
end

user_selection = user_selection.map do |arg|
    if File.directory?(arg)
        File.expand_path(arg)
    else arg
    end
end

Autobuild.pass_doc_errors = false

Autoproj::CmdLine.report do
    resolved_selection = Autoproj::CmdLine.
        resolve_user_selection(user_selection, :filter => false)
    # This calls #prepare, which is required to run build_packages
    packages = Autoproj::CmdLine.import_packages(resolved_selection)
    packages.each { |pkg| Autobuild::Package[pkg].disable_phases('import', 'prepare', 'install') }
    Autobuild.apply(packages, "autoproj-doc", ['doc'])
end

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
autoproj-1.13.7 bin/autoproj-doc
autoproj-1.13.6 bin/autoproj-doc
autoproj-1.13.5 bin/autoproj-doc
autoproj-1.13.5.rc1 bin/autoproj-doc
autoproj-1.13.4 bin/autoproj-doc
autoproj-1.13.3 bin/autoproj-doc
autoproj-1.13.3.b2 bin/autoproj-doc
autoproj-1.13.3.b1 bin/autoproj-doc
autoproj-1.13.2.b4 bin/autoproj-doc
autoproj-1.13.2.b3 bin/autoproj-doc
autoproj-1.13.2.b2 bin/autoproj-doc
autoproj-1.13.2.b1 bin/autoproj-doc
autoproj-1.13.2 bin/autoproj-doc
autoproj-1.13.1 bin/autoproj-doc
autoproj-1.13.0 bin/autoproj-doc
autoproj-1.12.6 bin/autoproj-doc
autoproj-1.13.0.b8 bin/autoproj-doc
autoproj-1.13.0.b7 bin/autoproj-doc
autoproj-1.13.0.b6 bin/autoproj-doc
autoproj-1.13.0.b5 bin/autoproj-doc