-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow users to set the scm repo dir to be used to get the revision ve…
…rsion
- Loading branch information
gggeek
committed
May 20, 2016
1 parent
830913f
commit 062d72c
Showing
5 changed files
with
14 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,3 @@ | ||
<?php | ||
|
||
/*$revisionInfo = array(); | ||
$retcode = 0; | ||
exec( "cd .. && git log -1", $revisionInfo, $retcode ); | ||
$statusInfo = array(); | ||
$retcode = 0; | ||
exec( "cd .. && git status", $statusInfo, $retcode ); | ||
$tagInfo = array(); | ||
$retcode = 0; | ||
exec( "cd .. && git describe", $tagInfo, $retcode ); | ||
$tpl->setVariable( 'revision_info', $revisionInfo ); | ||
$tpl->setVariable( 'status_info', $statusInfo ); | ||
$tpl->setVariable( 'tag_info', $tagInfo );*/ | ||
|
||
$tpl->setVariable( 'info', eZSysinfoSCMChecker::getScmInfo() ); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters