Re: Perl component for building perl modules on Gitlab instances
[email protected] (Wouter Verhelst)
| Newsgroups | perl.module-authors |
|---|---|
| Message-ID | <[email protected]> |
Kang-min Liu <[email protected]> schreef op 22 augustus 2026 02:27:01 GMT+02:00: >Wouter Verhelst <[email protected]> writes: > >Hi, > >That's a lot of automation in 1 component! > >> Still TODO is add support for pushing to PAUSE, but I need to come up >> with a safe way to do that, and doing something to generate and upload >> SBOM files. > >Do gitlab offer some space for storing artifacts temporarily ? Yes, in multiple ways, all of which are already used by the component right now. The upload to PAUSE would just be extra, on top of that. > >If so, an useful scenario for authors is to upload them to CPAN via >their usual means after manually downloading the artifacts (tarballs) >from gitlab. > >It may be preferred by whoever do not wish to store their PAUSE >credentials anywhere other than their own systems. Indeed, and the extra feature, if I find a way to do it safely, would never be required so that this would remain possible.