Commit graph

15 commits

Author SHA1 Message Date
Roman Mohr 5141e1305a Add support for DNF
If the folder `/car/cache/dnf` is present, the content will be cached
like in the Yum plugin.

A possible configuration to enable it:

Vagrant.configure(2) do |config|
   config.vm.box = "fedora/24-cloud-base"
  if Vagrant.has_plugin?("vagrant-cachier")
    config.cache.scope = :machine
    config.cache.auto_detect = false
    config.cache.enable :dnf
  end
end
2016-09-23 12:10:29 +02:00
AmirAli Moinfar 6deb452f0d Add documentation for caching pip packages 2015-07-05 14:44:27 +04:30
Fabio Rehm 2bb7f21273 v1.2.0 2015-01-14 23:11:54 -02:00
Sebastien Lecacheur 1fe3e15c64 Fix Bower menu link in the docs 2014-10-07 00:07:19 +02:00
Sébastien LECACHEUR 973d5d1a8f Add support for Bower 2014-10-04 01:34:44 +02:00
Fabio Rehm 137bb91eec Add link to gitter chat on docs 2014-08-09 16:16:44 -03:00
Fabio Rehm 5d9c433326 Add link to generic buckets docs to menu 2014-04-06 21:29:31 -03:00
Fabio Rehm b4d12be2e5 Add docs for apt-lists bucket 2014-02-26 22:03:22 -03:00
Fabio Rehm d8e195bb63 Tweak benchmarks table styling 2013-12-09 10:33:15 -02:00
Mark Steve Samson b28ac072a5 Make menu links relative 2013-12-08 09:24:13 +08:00
Fabio Rehm 3421b4489a Fix GA tracking code 2013-12-07 13:01:24 -02:00
Fabio Rehm 3c4a20f44d Hide github badges on smaller screens 2013-12-07 03:54:03 -02:00
Fabio Rehm 0340d6e76b docs: Adjust menu 2013-12-07 03:51:10 -02:00
Fabio Rehm 00f4aaa28c docs for buckets 2013-12-07 03:43:37 -02:00
Fabio Rehm fc6819ce00 Import viewdocs-yeti layout 2013-12-07 02:04:41 -02:00