#!/usr/bin/env python # # Collect statistics on current release. import commands, string, ftplib # Get version and date date = commands.getoutput("date") ln = commands.getoutput("co -p RCS/*.[chly],v 2>/dev/null | wc -l") vers = commands.getoutput("sed -n -e '/VERSION/s/VERSION *= *\\(.*\\)/\\1/p'