← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~ilasc/lp-production-crontabs/add-impish-translations-schedule into lp:lp-production-crontabs

 

Ioana Lasc has proposed merging lp:~ilasc/lp-production-crontabs/add-impish-translations-schedule into lp:lp-production-crontabs.

Commit message:
Add Ubuntu Impish translations schedule

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~ilasc/lp-production-crontabs/add-impish-translations-schedule/+merge/402551

Attempting to update cron schedule for Launchpad to generate language pack tarballs for Ubuntu Impish but it looks like we've run out of days of the week for Impish. I'm thinking we do not want to collide with other exports (Impish will collide with Xenial in this MP) but I figured it will be easier asking the question through MP.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~ilasc/lp-production-crontabs/add-impish-translations-schedule into lp:lp-production-crontabs.
=== modified file 'loganberry.canonical.com-launchpad'
--- loganberry.canonical.com-launchpad	2021-03-04 16:11:30 +0000
+++ loganberry.canonical.com-launchpad	2021-05-11 07:53:20 +0000
@@ -37,6 +37,7 @@
 
 # Rosetta language packs
 30 10 * * 0 nice -16 $LP_PY /srv/launchpad.net/production/launchpad/cronscripts/language-pack-exporter.py ubuntu xenial --force-utf8-encoding -q --log-file=INFO:/srv/launchpad.net/production-logs/rosetta/language-pack-exporter.log
+30 10 * * 0 nice -16 $LP_PY /srv/launchpad.net/production/launchpad/cronscripts/language-pack-exporter.py ubuntu impish --force-utf8-encoding -q --log-file=INFO:/srv/launchpad.net/production-logs/rosetta/language-pack-exporter.log
 30 10 * * 1 nice -16 $LP_PY /srv/launchpad.net/production/launchpad/cronscripts/language-pack-exporter.py ubuntu groovy --force-utf8-encoding -q --log-file=INFO:/srv/launchpad.net/production-logs/rosetta/language-pack-exporter.log
 30 10 * * 2 nice -16 $LP_PY /srv/launchpad.net/production/launchpad/cronscripts/language-pack-exporter.py ubuntu focal --force-utf8-encoding -q --log-file=INFO:/srv/launchpad.net/production-logs/rosetta/language-pack-exporter.log
 30 10 * * 3 nice -16 $LP_PY /srv/launchpad.net/production/launchpad/cronscripts/language-pack-exporter.py ubuntu trusty --force-utf8-encoding -q --log-file=INFO:/srv/launchpad.net/production-logs/rosetta/language-pack-exporter.log


Follow ups