dmwm / dmwm/CRABClient

support list of myproxy retrievers

Open
#4,891 0 comments 0 reactions 1 assignee Assigned to @ddaina View on GitHub
enhancement Low Priority Support
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.