From da61f9df0ebc7d7610375387ec7edd27193fad94 Mon Sep 17 00:00:00 2001 From: Jose Caballero Date: Wed, 18 Sep 2024 13:20:35 +0100 Subject: [PATCH 1/8] 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 From bb799be82c8a40fba72f34c2b1c8b4f9bf5074ed Mon Sep 17 00:00:00 2001 From: Jose Caballero Date: Wed, 18 Sep 2024 13:53:41 +0100 Subject: [PATCH 2/8] Fix format for URLs --- .../en/users/compute/software-distribution/_index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/en/users/compute/software-distribution/_index.md b/content/en/users/compute/software-distribution/_index.md index a2a96b8e99..44e54e075b 100644 --- a/content/en/users/compute/software-distribution/_index.md +++ b/content/en/users/compute/software-distribution/_index.md @@ -31,12 +31,12 @@ The current list of EGI repositories is as follows (disclaimer, some of them are | Repository | Project's URL | |-------------------------------|---------------| | auger.egi.eu | | -| biomed.egi.eu | https://vip.creatis.insa-lyon.fr/home.html | +| biomed.egi.eu | [web page](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/ | +| dirac.egi.eu | [web page](https://dirac.readthedocs.io/en/latest/) | | eiscat.egi.eu | | | eosc.egi.eu | | | extras-fp7.egi.eu | | @@ -46,19 +46,19 @@ The current list of EGI repositories is as follows (disclaimer, some of them are | gridpp.egi.eu | | | hyperk.egi.eu | | | intertwin.egi.eu | | -| km3net.egi.eu | https://www.km3net.org/ | +| km3net.egi.eu | [web page](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 | +| notebooks.egi.eu | [web page](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 | +| snoplus.egi.eu | [web page](https://snoplus.phy.queensu.ca) | | solidexperiment.egi.eu | | | supernemo.egi.eu | | | t2k.egi.eu | | From fcc25e303ab7a63f7fe7df1f5ae707c9ca174d17 Mon Sep 17 00:00:00 2001 From: Jose Caballero Date: Wed, 18 Sep 2024 15:18:13 +0100 Subject: [PATCH 3/8] Update _index.md Add URL --- content/en/users/compute/software-distribution/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/users/compute/software-distribution/_index.md b/content/en/users/compute/software-distribution/_index.md index 44e54e075b..2e96dcbb0b 100644 --- a/content/en/users/compute/software-distribution/_index.md +++ b/content/en/users/compute/software-distribution/_index.md @@ -37,7 +37,7 @@ The current list of EGI repositories is as follows (disclaimer, some of them are | comet.egi.eu | | | config-egi.egi.eu | | | dirac.egi.eu | [web page](https://dirac.readthedocs.io/en/latest/) | -| eiscat.egi.eu | | +| eiscat.egi.eu | [web page](https://eiscat.se) | | eosc.egi.eu | | | extras-fp7.egi.eu | | | galdyn.egi.eu | | From e2a68c05e1db9916525eca360d13733b796a88dd Mon Sep 17 00:00:00 2001 From: Jose Caballero Date: Wed, 18 Sep 2024 15:23:38 +0100 Subject: [PATCH 4/8] Remove empty lines --- content/en/users/compute/software-distribution/_index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/en/users/compute/software-distribution/_index.md b/content/en/users/compute/software-distribution/_index.md index 2e96dcbb0b..54733d1822 100644 --- a/content/en/users/compute/software-distribution/_index.md +++ b/content/en/users/compute/software-distribution/_index.md @@ -26,7 +26,8 @@ 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): +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 | |-------------------------------|---------------| @@ -66,8 +67,6 @@ The current list of EGI repositories is as follows (disclaimer, some of them are | wenmr.egi.eu | | | west-life.egi.eu | | - - This documentation is for the VO content managers. ## Official CVMFS pages From 50578b7077efa0bb6543ad34b9ea2028faea134f Mon Sep 17 00:00:00 2001 From: Jose Caballero Date: Wed, 18 Sep 2024 15:28:33 +0100 Subject: [PATCH 5/8] Fix lintern --- content/en/users/compute/software-distribution/_index.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/content/en/users/compute/software-distribution/_index.md b/content/en/users/compute/software-distribution/_index.md index 54733d1822..a64233e450 100644 --- a/content/en/users/compute/software-distribution/_index.md +++ b/content/en/users/compute/software-distribution/_index.md @@ -26,7 +26,7 @@ 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 +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 | @@ -99,7 +99,10 @@ 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 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. +To login 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`. @@ -140,7 +143,6 @@ cvmfs_repo Add the new content you want to distribute into that directory. - ### Building your software CVMFS is an infrastructure to distribute software world-wide. However, the From dcb7eaf663a5d368d22be5799f03a07edb44afc2 Mon Sep 17 00:00:00 2001 From: Jose Caballero Date: Wed, 18 Sep 2024 16:12:07 +0100 Subject: [PATCH 6/8] Fix lintern --- content/en/users/compute/software-distribution/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/users/compute/software-distribution/_index.md b/content/en/users/compute/software-distribution/_index.md index a64233e450..31c07c4ad1 100644 --- a/content/en/users/compute/software-distribution/_index.md +++ b/content/en/users/compute/software-distribution/_index.md @@ -102,7 +102,7 @@ All VO content managers should join the CVMFS-UPLOADER-USERS mailing list in To login 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. +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`. From b9c354a9ae95de38d7b8f67cecfe81cc4e4b9754 Mon Sep 17 00:00:00 2001 From: Jose Caballero Date: Wed, 18 Sep 2024 15:36:51 +0000 Subject: [PATCH 7/8] Update metadata check-spelling run (push) for patch-2 Signed-off-by: check-spelling-bot on-behalf-of: @check-spelling --- .github/actions/spelling/expect.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt index cd716ede27..5379f3c59c 100644 --- a/.github/actions/spelling/expect.txt +++ b/.github/actions/spelling/expect.txt @@ -7,20 +7,30 @@ dearmor delims diracsgm findstr +galdyn getstate +glast hmac +hyperk iframe jscpd jwt +ligo lsb markdownlint mytoken newkey pem +pheno +pravda prettierrc reponame rsa +scp +seadatanet sgm +snoplus +supernemo tmp toml unconfigured From dcb949abad54eba4195096c0f7cd11058f1f7fbf Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Thu, 19 Sep 2024 17:15:08 +0200 Subject: [PATCH 8/8] Update content/en/users/compute/software-distribution/_index.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Enol Fernández --- content/en/users/compute/software-distribution/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/users/compute/software-distribution/_index.md b/content/en/users/compute/software-distribution/_index.md index 31c07c4ad1..de8dfbf36e 100644 --- a/content/en/users/compute/software-distribution/_index.md +++ b/content/en/users/compute/software-distribution/_index.md @@ -100,7 +100,7 @@ All VO content managers should join the CVMFS-UPLOADER-USERS mailing list in ## Distributing new content To login into the service, just use `ssh` to log into the Uploader host. -It's hostname is `cvmfs-uploader-egi.gridpp.rl.ac.uk`. +Its 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.