support list of myproxy retrievers
- Dominant language
- Python
- Stars
- 18
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
current REST configuration requires a list with a single element which is the full regexp that can match all retrievers, e.g.
https://gitlab.cern.ch/crab3/CRAB3ServerConfig/blob/master/cmsweb-rest-config.json#L4
this list of retrievers is only used in the CRABClient when it calls `myproxy-init`
it would make configuration easier to allow an actual multi element list in the conifg,
and then the client code could combine in a single regexp by concatenating with `OR` i.e. `|` in
https://github.com/dmwm/CRABClient/blob/a0a21c53f58024a8c9046c1c1740dadfefacfda5/src/python/CRABClient/Commands/SubCommand.py#L439-L451
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.