aboutsummaryrefslogtreecommitdiffstats
path: root/dist-tools/getstats.py
diff options
context:
space:
mode:
Diffstat (limited to 'dist-tools/getstats.py')
-rwxr-xr-xdist-tools/getstats.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/dist-tools/getstats.py b/dist-tools/getstats.py
index 17fcab50..df2fbeaf 100755
--- a/dist-tools/getstats.py
+++ b/dist-tools/getstats.py
@@ -4,6 +4,9 @@
import commands, os, string, ftplib
+print "This script must be adjusted for Git."
+exit(1)
+
# Get version and date
date = commands.getoutput("LC_TIME=C date -u")
pid = os.getpid()