fxa/_scripts/l10n
dschom 76ad8cb534
task(many): Fix issues with l10n:clone failing on postinstall
Because:
- We are hitting race conditions using postinstall
- If two packages invoke l10n:clone at the same time in their post install git will error out

This Commit:
- Adds a git checkout hook, so the l10n folder is regularly updated
- Remove l10n:clone and l10n:prime commands from the post install
- Moves the l10n:prime command into build and tests commands
- Adds clean script so blank slates can be tested locally
- Adds respective l10n-bundle and l10n-prime scripts per workspace
- Moves the creation of the git-head.txt to the prime step and avoids creating an change on the l10n repo

Co-authored-by: Peter deHaan <peter@deseloper.com>
2023-03-20 11:23:00 -05:00
..
bundle.sh task(many): Fix issues with l10n:clone failing on postinstall 2023-03-20 11:23:00 -05:00
clone.sh task(many): Fix issues with l10n:clone failing on postinstall 2023-03-20 11:23:00 -05:00
prime.sh task(many): Fix issues with l10n:clone failing on postinstall 2023-03-20 11:23:00 -05:00