From da61f9df0ebc7d7610375387ec7edd27193fad94 Mon Sep 17 00:00:00 2001 From: Jose Caballero Date: Wed, 18 Sep 2024 13:20:35 +0100 Subject: [PATCH] Update _index.md * remove no longer explanation regarding files/directories permissions * add the newest Uploader hostname * add a table with current list of repositories --- .../compute/software-distribution/_index.md | 54 +++++++++++++++---- 1 file changed, 44 insertions(+), 10 deletions(-) diff --git a/content/en/users/compute/software-distribution/_index.md b/content/en/users/compute/software-distribution/_index.md index 6ac60d566f..a2a96b8e99 100644 --- a/content/en/users/compute/software-distribution/_index.md +++ b/content/en/users/compute/software-distribution/_index.md @@ -26,6 +26,48 @@ small and large collaborations. In many cases, it replaces package managers and shared software areas on cluster file systems as means to distribute the software used to process experiment data. +The current list of EGI repositories is as follows (disclaimer, some of them are inactive, but we keep them for archival purposes): + +| Repository | Project's URL | +|-------------------------------|---------------| +| auger.egi.eu | | +| biomed.egi.eu | https://vip.creatis.insa-lyon.fr/home.html | +| cernatschool.egi.eu | | +| chipster.egi.eu | | +| comet.egi.eu | | +| config-egi.egi.eu | | +| dirac.egi.eu | https://dirac.readthedocs.io/en/latest/ | +| eiscat.egi.eu | | +| eosc.egi.eu | | +| extras-fp7.egi.eu | | +| galdyn.egi.eu | | +| ghost.egi.eu | | +| glast.egi.eu | | +| gridpp.egi.eu | | +| hyperk.egi.eu | | +| intertwin.egi.eu | | +| km3net.egi.eu | https://www.km3net.org/ | +| ligo.egi.eu | | +| lucid.egi.eu | | +| mice.egi.eu | | +| na62.egi.eu | | +| neugrid.egi.eu | | +| notebooks.egi.eu | https://notebooks.egi.eu | +| pheno.egi.eu | | +| phys-ibergrid.egi.eu | | +| pravda.egi.eu | | +| researchinschools.egi.eu | | +| seadatanet.egi.eu | | +| snoplus.egi.eu | https://snoplus.phy.queensu.ca | +| solidexperiment.egi.eu | | +| supernemo.egi.eu | | +| t2k.egi.eu | | +| unpacked.egi.eu | | +| wenmr.egi.eu | | +| west-life.egi.eu | | + + + This documentation is for the VO content managers. ## Official CVMFS pages @@ -58,7 +100,7 @@ All VO content managers should join the CVMFS-UPLOADER-USERS mailing list in ## Distributing new content -To log into the service, just use `ssh`. +To log into the service, just use `ssh` to log into the Uploader host. It's hostname is `cvmfs-uploader-egi.gridpp.rl.ac.uk`. Also, to maintain backwards compatibility, the alias `cvmfs-upload01.gridpp.rl.ac.uk` can be used. You need to specify explicitly which username you want to use to log in. The username is composed as `reponame+"sgm"`. For example, for the repository `dirac.egi.eu`, the username is `diracsgm`. @@ -97,16 +139,8 @@ $ ls cvmfs_repo ``` -Add to that directory the new content you want to distribute. +Add the new content you want to distribute into that directory. -Files and directories cannot be distributed with CVMFS if they are not -world-wide readable. You may want to ensure they have the right permissions with -the following commands: - -```shell -$ find . -type d -exec chmod go+rx {} \; -$ find . -type f -exec chmod go+r {} \; -``` ### Building your software