39
39
cd /srv/launchpad.net/production/launchpad/cronscripts
41
41
echo == Expiring memberships `date` ==
42
python flag-expired-memberships.py -q
42
python2.4 flag-expired-memberships.py -q
44
44
echo == Recalculating karma `date` ==
45
python foaf-update-karma-cache.py -q
45
python2.4 foaf-update-karma-cache.py -q
47
47
echo == Updating cached statistics `date` ==
48
python update-stats.py -q
48
python2.4 update-stats.py -q
50
50
echo == Updating package cache `date` ==
51
python update-pkgcache.py -q
51
python2.4 update-pkgcache.py -q
53
53
echo == Updating CVE database `date` ==
54
python update-cve.py -q
54
python2.4 update-cve.py -q
56
56
echo == Expiring questions `date` ==
57
python expire-questions.py
57
python2.4 expire-questions.py
59
59
### echo == Expiring bugs `date` ==
60
### python expire-bugtasks.py
60
### python2.4 expire-bugtasks.py
62
62
echo == Product Release Finder `date` ==
63
python product-release-finder.py -q
63
python2.4 product-release-finder.py -q
65
65
# checkwatches.py is scheduled in the /code/pqm/launchpad_crontabs branch.
66
66
### echo == Updating bug watches `date` ==
67
### python checkwatches.py
67
### python2.4 checkwatches.py
69
69
echo == POFile stats `date` ==
70
python rosetta-pofile-stats.py
70
python2.4 rosetta-pofile-stats.py
72
72
echo == Updating bugtask target name caches `date` ==
73
python update-bugtask-targetnamecaches.py -q
73
python2.4 update-bugtask-targetnamecaches.py -q