Page MenuHomeWildfire Games

Simplify the translations maintenance script
ClosedPublic

Authored by Itms on Jul 14 2019, 5:04 PM.

Details

Summary

This removes some complexity in the script, making it more streamlined and easier to use from CI.

  • Removed bashisms
  • Removed the call to SVN update which is usually done beforehand in CI
  • Removed the git alternative which is never used
  • Fixed the call to poediff which seems to fail with latest poediff
Test Plan

This is tested on CI already.

Diff Detail

Repository
rP 0 A.D. Public Repository
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Itms created this revision.Jul 14 2019, 5:04 PM

Successful build - Chance fights ever on the side of the prudent.

Link to build: https://jenkins.wildfiregames.com/job/docker-differential/76/display/redirect

Gallaecio accepted this revision.Jul 20 2019, 7:22 PM
This revision is now accepted and ready to land.Jul 20 2019, 7:22 PM
Itms added a comment.Aug 18 2019, 8:12 PM

Thanks for taking a look ?

This revision was automatically updated to reflect the committed changes.