Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeff Balogh <jbalogh@mozilla.com>2010-09-03 05:36:17 (GMT)
committer Jeff Balogh <jbalogh@mozilla.com>2010-09-03 05:36:20 (GMT)
commit03cdbb1eb2d37fc0a0df893190e5488ce72f5cad (patch)
tree2eda4934e35e9664b515a1fee061ee975a9e650c /scripts
parent67f9208a8e49651bf6afb19c5b897e2582dd69a0 (diff)
we update collection ratings on the fly as of bug 593244
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/crontab/make-crons.py1
-rw-r--r--scripts/crontab/preview1
-rw-r--r--scripts/crontab/prod1
3 files changed, 0 insertions, 3 deletions
diff --git a/scripts/crontab/make-crons.py b/scripts/crontab/make-crons.py
index 03b0fb5..eeac10a 100755
--- a/scripts/crontab/make-crons.py
+++ b/scripts/crontab/make-crons.py
@@ -64,7 +64,6 @@ HOME = /tmp
#twice per day
25 1,13 * * * $REMORA; /usr/bin/python26 import-personas.py
-25 2,14 * * * $REMORA; /usr/bin/python26 maintenance.py collections_ratings
25 3,15 * * * $Z_CRON update_addons_collections_downloads
25 4,16 * * * $Z_CRON update_collections_total
diff --git a/scripts/crontab/preview b/scripts/crontab/preview
index 61d99c8..d202b61 100644
--- a/scripts/crontab/preview
+++ b/scripts/crontab/preview
@@ -31,7 +31,6 @@ HOME = /tmp
#twice per day
25 1,13 * * * cd /data/amo/www/addons.mozilla.org-preview/bin; /usr/bin/python26 import-personas.py
-25 2,14 * * * cd /data/amo/www/addons.mozilla.org-preview/bin; /usr/bin/python26 maintenance.py collections_ratings
25 3,15 * * * cd /data/amo_python/src/preview/zamboni; /data/virtualenvs/zamboni/bin/python manage.py cron update_addons_collections_downloads
25 4,16 * * * cd /data/amo_python/src/preview/zamboni; /data/virtualenvs/zamboni/bin/python manage.py cron update_collections_total
diff --git a/scripts/crontab/prod b/scripts/crontab/prod
index 78f440c..d60e7cd 100644
--- a/scripts/crontab/prod
+++ b/scripts/crontab/prod
@@ -31,7 +31,6 @@ HOME = /tmp
#twice per day
25 1,13 * * * apache cd /data/amo/www/addons.mozilla.org-remora/bin; /usr/bin/python26 import-personas.py
-25 2,14 * * * apache cd /data/amo/www/addons.mozilla.org-remora/bin; /usr/bin/python26 maintenance.py collections_ratings
25 3,15 * * * apache cd /data/amo_python/src/prod/zamboni; /data/virtualenvs/zamboni/bin/python manage.py cron update_addons_collections_downloads
25 4,16 * * * apache cd /data/amo_python/src/prod/zamboni; /data/virtualenvs/zamboni/bin/python manage.py cron update_collections_total