Bug 1748581 Comment 4 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

We are running l10n-bumper on central. We hit [this block](https://github.com/escapewindow/scriptworker-scripts/blob/20119e0ba6c7d1ddcae4e772fe72e6ba4ad3dfce/treescript/src/treescript/l10n.py#L149-L152) because [this block](https://hg.mozilla.org/mozilla-central/file/138105a14659deafa96bbb13bea482eecd736256/taskcluster/ci/l10n-bump/kind.yml#l72) doesn't include an [l10n-repo-url](https://hg.mozilla.org/mozilla-central/file/138105a14659deafa96bbb13bea482eecd736256/taskcluster/ci/l10n-bump/kind.yml#l39).

We can add the l10n-repo-url, in which case we'll push a new l10n-bumper commit [once per day](https://hg.mozilla.org/mozilla-central/file/138105a14659deafa96bbb13bea482eecd736256/.cron.yml#l273) on central if there are any new strings. (Currently we only push an l10n-bumper commit on central if a locale is added or removed.)

These are fairly easy changes to make; curious if others think this is a good change to make. Flod?
We are running l10n-bumper on central. We hit [this block](https://github.com/escapewindow/scriptworker-scripts/blob/20119e0ba6c7d1ddcae4e772fe72e6ba4ad3dfce/treescript/src/treescript/l10n.py#L149-L152) because [this block](https://hg.mozilla.org/mozilla-central/file/138105a14659deafa96bbb13bea482eecd736256/taskcluster/ci/l10n-bump/kind.yml#l72) doesn't include an [l10n-repo-url](https://hg.mozilla.org/mozilla-central/file/138105a14659deafa96bbb13bea482eecd736256/taskcluster/ci/l10n-bump/kind.yml#l39). This means the revision to pull falls back to `default`.

We can add the l10n-repo-url, in which case we'll push a new l10n-bumper commit [once per day](https://hg.mozilla.org/mozilla-central/file/138105a14659deafa96bbb13bea482eecd736256/.cron.yml#l273) on central if there are any new strings, pinning locale checkouts to a specific revision. (Currently we only push an l10n-bumper commit on central if a locale is added or removed.)

These are fairly easy changes to make; curious if others think this is a good change to make. Flod?

Back to Bug 1748581 Comment 4