From 469c633241dbc56cc205613a843a3b51ec72d78a Mon Sep 17 00:00:00 2001 From: Adrian Sevcenco <adrian.sevcenco@cern.ch> Date: Mon, 26 Sep 2022 11:25:40 +0200 Subject: [PATCH] fix xrootd_rpms with the correct list of deps --- docs/site/xrootd_rpms.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/site/xrootd_rpms.md b/docs/site/xrootd_rpms.md index 6c9674d..3e7d435 100644 --- a/docs/site/xrootd_rpms.md +++ b/docs/site/xrootd_rpms.md @@ -56,12 +56,11 @@ The following documentation describes how to install XRootD using RPMs. ``` The ALICE XRootD plugins are: - - `tokenauthz` (not dependent on XRootD, to be found in WLCG repository) - - `xrootd-alicetokenacc` (dependent on XRootD and `tokenauthz`) + - `alicetokenacc` (dependent on XRootD) - `xrootd-aggregatingname2name` (dependent on XRootD) - - `alicexrdplugins` (metapackage, will pull all required dependencies) + - `alicexrdplugins` (metapackage, will pull the above packages) - Until these pluggins are accepted in WLCG repository, `xrootd-alicetokenacc`, `xrootd-aggregatingname2name`, `alicexrdplugins` can be downloaded from [here](https://asevcenc.web.cern.ch/asevcenc/xrootd5alice/) + Until these pluggins are accepted in WLCG repository, `alicetokenacc`, `xrootd-aggregatingname2name`, `alicexrdplugins` can be downloaded from [here](https://asevcenc.web.cern.ch/asevcenc/xrootd5alice/) otherwise they are usually found in WLCG repository. (chose the relevant distro, for centos 7, chose `el7` directory.) -- GitLab