Page MenuHomeSoftware Heritage

staging: Deploy maven index exporter to extract export.fld files
ClosedPublic

Authored by ardumont on Apr 7 2022, 5:50 PM.

Details

Summary

per maven repository.

For each maven repository configured in the configuration key
maven_index_exporter::repositories, this installs:

  • one timer maven_index_exporter@.timer and its associated service maven_index_exporter@.service
  • one run_maven_index_exporter.sh script to compute export.fld (the script is triggered by the service)

For now, this also installs 2 maven repositories to crawl:

  • clojars
  • maven-central

Related to T3746

Test Plan

vagrant up staging-maven-exporter

Diff Detail

Repository
rSPSITE puppet-swh-site
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Only deal with the service, timer and friend (no apache)

ardumont retitled this revision from Deploy maven index exporter service to staging to staging: Deploy maven index exporter to extract export.fld files.Apr 8 2022, 10:30 AM
ardumont edited the summary of this revision. (Show Details)
ardumont edited the summary of this revision. (Show Details)
ardumont added a subscriber: vsellier.

Fix typo in dns record

Thanks @vsellier's laser eyes

This revision is now accepted and ready to land.Apr 8 2022, 2:32 PM