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-24 01:03:18 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2011-09-24 01:03:18 (GMT)
commit3c95e4322490769468b1ffa29e5160510a519d46 (patch)
tree93556a16926f2d7321078e23726d4a88504c6d09 /misc
parenta944217ce1604da769e7bd32b7dd1f1667ec7993 (diff)
No need in check_unmerged_translations.sh, there is status page
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/pootle.cron3
1 files changed, 0 insertions, 3 deletions
diff --git a/misc/pootle.cron b/misc/pootle.cron
index b4ec55a..9e0c707 100755
--- a/misc/pootle.cron
+++ b/misc/pootle.cron
@@ -27,9 +27,6 @@ echo "-- it will cause Pootle to hang for reasonanble time eating much CPU."
echo "-- So, lets see all >1MB .po files to analyze."
find translations/ -name '*.po*' -size +1M -exec ls -al {} \;
-# $HELPERS/potupdater/check_unmerged_translations.sh
-# [ $? -e 0 ] || echo "-- ERROR"
-
echo "-- check_bad_ownership.sh"
$HELPERS/potupdater/check_bad_ownership.sh
test $? -eq 0 || echo "-- ERROR"