Skip to content
Snippets Groups Projects
Commit e60015e7 authored by hahn's avatar hahn
Browse files

task#1847 - smail fixes:

- getRevision writes git output to log (requires enabled debugging to see it)
- added check for tmpdir
parent 480ac197
No related branches found
No related tags found
No related merge requests found
...@@ -261,8 +261,6 @@ class vcs implements iVcs { ...@@ -261,8 +261,6 @@ class vcs implements iVcs {
} }
$this->_aRemoteBranches = $aReturn; $this->_aRemoteBranches = $aReturn;
$oCache->write($aReturn, $iTtl); $oCache->write($aReturn, $iTtl);
} else {
$this->log(__FUNCTION__." FAILD with rc=$iRc $sGitCmd", 'error');
} }
} else { } else {
$this->_aRemoteBranches = $oCache->read(); $this->_aRemoteBranches = $oCache->read();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment