]> git.ipfire.org Git - thirdparty/ccache.git/commit
feat: Add reshare config option
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 9 Aug 2021 18:55:11 +0000 (20:55 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 10 Aug 2021 16:36:19 +0000 (18:36 +0200)
commit9af44de39e7708af4e73ed8e4f6212f96f2c4365
treedbcc8ad32d7a1cee313ccf9c6117b36aab622c3e
parent5fcec2b22b451a0d193d868afb4756d29f697ecd
feat: Add reshare config option

Setting reshare (CCACHE_RESHARE) to true make ccache send results to
secondary storage even for primary storage cache hits. The default is
false.
doc/MANUAL.adoc
src/Config.cpp
src/Config.hpp
src/storage/Storage.cpp
src/storage/Storage.hpp
test/suites/secondary_file.bash
unittest/test_Config.cpp