From bb26a82b734d7f87de716aaf3f2413a989f86a87 Mon Sep 17 00:00:00 2001 From: Federico Stagni Date: Wed, 31 Jul 2024 15:15:19 +0200 Subject: [PATCH 1/2] fix: remove nightlies (tarballs not needed anymore!) --- .github/workflows/nightly.yml | 42 ----------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 .github/workflows/nightly.yml diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml deleted file mode 100644 index ca7b1da03a0..00000000000 --- a/.github/workflows/nightly.yml +++ /dev/null @@ -1,42 +0,0 @@ -# This workflow runs every 24 hours for the following purpose: -# -# - Create + upload *integration* + *master* tarball -# -# All created images are then uploaded to GitHub packages - -name: Nightlies - -# on: push - -on: - schedule: - # every day at 6 am (so that the master of DIRACOS is already created) - - cron: '0 6 * * *' - -jobs: - # running dirac-distribution in the proper image - dirac-distribute: - runs-on: ubuntu-latest - if: github.repository == 'DIRACGrid/DIRAC' - - strategy: - fail-fast: False - matrix: - branch: - - master - - integration - - steps: - - uses: actions/checkout@v4 - - name: create - run: | - docker pull ghcr.io/diracgrid/management/dirac-distribution:latest - docker run ghcr.io/diracgrid/management/dirac-distribution:latest bash -c \ - "python3 dirac-distribution.py -r ${{ matrix.branch }} | tail -n 1 > /tmp/deploy.sh && "\ - "sed -i 's/lhcbprod/${{ secrets.KRB_USERNAME }}/g' /tmp/deploy.sh && "\ - "cat /tmp/deploy.sh && "\ - "echo ${{ secrets.KRB_PASSWORD }} | kinit ${{ secrets.KRB_USERNAME }}@CERN.CH && "\ - "echo readyToUpload && "\ - "export USER=${{ secrets.KRB_USERNAME }} && "\ - "echo reallyReadyToUpload && "\ - "source /tmp/deploy.sh" From 5905b277d42953774addea43dac30af89c184258 Mon Sep 17 00:00:00 2001 From: Federico Stagni Date: Wed, 31 Jul 2024 15:22:20 +0200 Subject: [PATCH 2/2] fix: authors and supported version --- AUTHORS.rst | 7 ++----- SECURITY.md | 7 +++---- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index 82ee68848b9..d226042bc9d 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -2,14 +2,12 @@ Main contributors to the source code ------------------------------------ - Andrei Tsaregorodtsev - Federico Stagni -- Zoltan Mathe - Christophe Haen +- Chris Burr +- Alexandre Boyer - Philippe Charpentier - Andre Sailer -- Marko Petric - Simon Fayer -- Andrew McNab -- Wojciech Krzemien DIRAC consortium members ------------------------ @@ -17,6 +15,5 @@ DIRAC consortium members - CERN - European Organisation for Nuclear Research (Switzerland) - IHEP (China) - UM (Montpellier, France) -- PNNL (USA) - KEK (Japan) - Imperial College (UK) diff --git a/SECURITY.md b/SECURITY.md index 184b7301e37..79605a83b3c 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,11 +4,10 @@ | Version | Supported | | ------- | ------------------ | -| >= 7.1 | :white_check_mark: | -| < 7.1 | :x: | +| >= 8.0 | :white_check_mark: | +| < 8.0 | :x: | ## Reporting a Vulnerability -Please report any suspected vulnerabilities by emailing fstagni-at-cern.ch and atsareg-at-in2p3.fr. +Please report any suspected vulnerabilities in https://github.com/DIRACGrid/DIRAC/security. We will respond to you within 2 working days. -If for some reason you do not recieve a response, please follow up via email to ensure we received your original message.