//tmp//if pod is on the development branch - see when you last updated your pod and when the last commit was made to dev branch - if the repo is active and your not updating every 120 days why are you on dev branch?
if($updategap+$devlastdays>200){
debug('Outdated More than 200 days','Yes');
$podminhelp='Your code base seems too out of date to be used. Last time you updated was '.$updategap;