Skip to content
Snippets Groups Projects
Commit c8bbf0fd authored by Axel Hahn's avatar Axel Hahn
Browse files

- added cronjob to cache branches and tags

parent f1dae944
No related branches found
No related tags found
No related merge requests found
......@@ -212,7 +212,6 @@ class vcs implements iVcs {
$oCache = new AhCache($this->_getNameOfCacheModule(), "RemoteBranches");
// list of cached branch keys
$aKeysToDelete = array();
if ($oCache->isExpired() || $bForceNoCache) {
$sWorkdir = dirname($this->_sTempDir) . '/fetchRemoteBranches/';
$sGitCmd = 'export GIT_SSH="' . $this->_sWrapper . '" ; export PKEY="' . $this->_sKeyfile . '" ; ';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment