Subversion Repositories vgwhois

Rev

Rev 100 | Rev 146 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 100 Rev 143
Line 165... Line 165...
165
# ---
165
# ---
166
 
166
 
167
$their_debian = getLatestGWIversion();
167
$their_debian = getLatestGWIversion();
168
$own_debian_base = '20120626.0-1'; // 17 October 2022: Taken over by Debian QA Team. No difference in the code towards gwhois_20120626-1.3, just Debian files changed.
168
$own_debian_base = '20120626.0-1'; // 17 October 2022: Taken over by Debian QA Team. No difference in the code towards gwhois_20120626-1.3, just Debian files changed.
169
 
169
 
170
$their_github = github_commit_count('julijane', 'gwhois'); // this repo is dead
170
$their_github = github_latest_commit('julijane', 'gwhois'); // this repo is dead
171
$own_github_base = 4; // Latest commit f712050  on 30 Nov 2018
171
$own_github_base = 'f7120506ac40dfc6b58ffbaf42096fc0c40d00b2'; // Latest commit f712050  on 30 Nov 2018
172
 
172
 
173
echo "* Check if there is a newer official version of gwhois which needs to be merged with the ViaThinkSoft fork\n";
173
echo "* Check if there is a newer official version of gwhois which needs to be merged with the ViaThinkSoft fork\n";
174
 
174
 
175
$loc_good = true;
175
$loc_good = true;
176
 
176