Sha256: 9fc54d6263c0a45eae073b52753904ce5e763b43129648148f24aa426700107f

Contents?: true

Size: 455 Bytes

Versions: 41

Compression:

Stored size: 455 Bytes

Contents

#! /usr/bin/env ruby

require 'autoproj'
require 'autoproj/ops/cache'

root_dir = Autoproj::CmdLine.initialize_root_directory

Autoproj::CmdLine.report do
    cache_dir, *_ =
        Autoproj.silent do
            Autoproj::CmdLine.initialize_and_load(ARGV)
        end
    cache_dir = File.expand_path(cache_dir, root_dir)

    cache_op = Autoproj::Ops::Cache.new(cache_dir, Autoproj.manifest)
    cache_op.create_or_update(Autobuild.ignore_errors)
end

Version data entries

41 entries across 41 versions & 1 rubygems

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