Subversion Repositories vgwhois

Compare Revisions

Regard whitespace Rev 56 → Rev 57

/trunk/maintenance/qa-monitor/run
164,7 → 164,7
 
# ---
 
$own_debian = '20120626.1.2';
$own_debian = '20120626.1.3';
$own_github = 4; // Latest commit f712050 on 30 Nov 2018
 
echo "* Check if there is a newer official version of gwhois which needs to be merged with the ViaThinkSoft fork\n";
175,7 → 175,7
$loc_good = true;
 
if ($own_debian != $their_debian) {
echo '[ !! ] Their DEBIAN version: '.$their_debian." (Our version is based on: ".own_debian.")\n";
echo '[ !! ] Their DEBIAN version: '.$their_debian." (Our version is based on: ".$own_debian.")\n";
$loc_good = false;
}