Sha256: e66338a2aa6b5eeb908967810b1fdde0c5dc49754f2528dfb59b4f80ae0853e1

Contents?: true

Size: 430 Bytes

Versions: 7

Compression:

Stored size: 430 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
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
autoproj-1.11.0.rc4 bin/autoproj-cache
autoproj-1.11.0.rc3 bin/autoproj-cache
autoproj-1.11.0.rc2 bin/autoproj-cache
autoproj-1.11.0.rc1 bin/autoproj-cache
autoproj-1.11.0.b3 bin/autoproj-cache
autoproj-1.11.0.b2 bin/autoproj-cache
autoproj-1.11.0.b1 bin/autoproj-cache