Skip to content

Migrate expat from sourceforge to github

Luc Hermitte requested to merge lhermitte/otb:MigrateExpatToGithub into develop

Summary

Build fails because a new version of expat is out.

Rationale

Builds should never fail when a new version of expat, or any other 3rd party component, is out.

Implementation Details

Expat is officially migrating from SF to GH since 2022-01-09.

Also, downloading expat packets from GH will be more resilient as the URLs aren't discarded every time a new version is out.

Note: at this moment, there exists a version 2.4.9, but this commit/MR only focuses on changing the official source repository.

Copyright

The copyright owner is CNES and has signed the ORFEO ToolBox Contributor License Agreement.


Check before merging:

  • All discussions are resolved
  • At least 2 👍 votes from core developers, no 👎 vote.
  • The feature branch is (reasonably) up-to-date with the base branch
  • Dashboard is green
  • Copyright owner has signed the ORFEO ToolBox Contributor License Agreement
  • Optionally, run git diff develop... -U0 --no-color | clang-format-diff.py -p1 -i on latest changes and commit

Merge request reports