Skip to content
Snippets Groups Projects
Commit 480ac197 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 a798d6aa
No related branches found
No related tags found
No related merge requests found
......@@ -228,7 +228,7 @@ class vcs implements iVcs {
$sGitCmd.='git ls-remote --heads --tags origin 2>&1 ;';
$this->log(__FUNCTION__." start command $sGitCmd");
exec($sGitCmd, $aOutput, $iRc);
$this->log(__FUNCTION__." end command $sGitCmd");
$this->log(__FUNCTION__." end with rc=$iRc ", ($iRc==0 ? 'info':'error'));
if ($iRc == 0) {
// use cache that getCommitmessageByBranch can access it
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment