Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2011-09-21 11:22:20 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2011-09-21 11:22:20 (GMT)
commitcfbbbe181339a30904f0679efd02972ecab1ae40 (patch)
tree6d594caba68f75a5f3ece70caefb2b0a97637a57 /misc
parent1eaf7f9d75c17073478dce366866f1ad32462c87 (diff)
Move check_pendings_commits.py output to pootle's http directory
Diffstat (limited to 'misc')
-rw-r--r--misc/check_pendings_commits.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/check_pendings_commits.py b/misc/check_pendings_commits.py
index 867ea5b..5c1f293 100644
--- a/misc/check_pendings_commits.py
+++ b/misc/check_pendings_commits.py
@@ -5,7 +5,7 @@ import os
import subprocess
POOTLE_DIR = '/var/lib/pootle/checkouts'
-OUTPUT = '/home/godiard/pending_commits.html'
+OUTPUT = '/var/lib/pootle/public_html/status/index.html'
out = open(OUTPUT, 'w')