Replace template registry system with git-backed template sources
This commit is contained in:
@@ -128,11 +128,6 @@ namespace dropshell
|
||||
return dropshell_dir() + "/temp_files";
|
||||
}
|
||||
|
||||
std::string template_cache()
|
||||
{
|
||||
return dropshell_dir() + "/template_cache";
|
||||
}
|
||||
|
||||
std::string template_example()
|
||||
{
|
||||
return agent_local() + "/template_example";
|
||||
@@ -145,7 +140,6 @@ namespace dropshell
|
||||
dropshell_dir(),
|
||||
agent_local(),
|
||||
agent_remote(),
|
||||
template_cache(),
|
||||
backups(),
|
||||
temp_files()};
|
||||
for (auto &p : gConfig().get_local_server_definition_paths())
|
||||
|
||||
Reference in New Issue
Block a user