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