Page MenuHomeSoftware Heritage

staging: Deploy apache service to serve extracted export.fld files
ClosedPublic

Authored by ardumont on Apr 7 2022, 6:12 PM.

Details

Summary

One per maven repository listed.

Related to T3746
Depends on D7527

Test Plan

vagrant provision staging-maven-indexer

Start a service that computes the fld and move the fld file to the apache service to
serve it:

# from within the vagrant vm
root@maven-exporter0:~# systemctl start maven_index_exporter@clojars.service
root@maven-exporter0:~# curl -s -k https://maven-exporter.internal.staging.swh.network/export-clojars.fld | head
doc 0
  field 0
    name u
    type string
    value lein-environ|lein-environ|1.1.0|NA|pom
  field 1
    name m
    type string
    value 1647205295753
  field 2

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 apache service

ardumont retitled this revision from Deploy maven index exporter apache service to serve export.fld files to staging: Deploy apache service to serve extracted export.fld files.Apr 8 2022, 10:30 AM
ardumont edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Apr 8 2022, 2:43 PM