From caf026e92b934b26903d088d5301b67f96914a33 Mon Sep 17 00:00:00 2001 From: Jose Caballero Date: Sun, 22 Sep 2024 17:06:37 +0100 Subject: [PATCH 1/2] Update CVMFS documentation (#676) * small language correction * add repository omnibenchmark to the list # Summary --- **Related issue :** --- content/en/users/compute/software-distribution/_index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/en/users/compute/software-distribution/_index.md b/content/en/users/compute/software-distribution/_index.md index de8dfbf36e..8003167391 100644 --- a/content/en/users/compute/software-distribution/_index.md +++ b/content/en/users/compute/software-distribution/_index.md @@ -54,6 +54,7 @@ The current list of EGI repositories is as follows | na62.egi.eu | | | neugrid.egi.eu | | | notebooks.egi.eu | [web page](https://notebooks.egi.eu) | +| omnibenchmark.egi.eu | [web page](https://omnibenchmark.org/) | | pheno.egi.eu | | | phys-ibergrid.egi.eu | | | pravda.egi.eu | | @@ -99,8 +100,8 @@ 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. -Its hostname is `cvmfs-uploader-egi.gridpp.rl.ac.uk`. +To log into the service, just use `ssh`. +The 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. From 48a2ae1e34388b3659867a66cdffee84464745cd Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Sat, 12 Oct 2024 12:52:08 +0200 Subject: [PATCH 2/2] Re-enable gitleaks (#677) gitleaks got disabled in #511, this PR is meant to re-enable and test if the configuration file is finally taken into account. Fix #516 --- .github/workflows/lint.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e8167858e9..e603031318 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,8 +26,6 @@ jobs: DEFAULT_BRANCH: main GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} MARKDOWN_CONFIG_FILE: .markdownlint.json - # XXX gitleaks is currently not using exception file: #511 - VALIDATE_GITLEAKS: false # Only check changed files VALIDATE_ALL_CODEBASE: false # Debug super-linter