From cb29191c1759626626880b2e3963eeaa4d209e04 Mon Sep 17 00:00:00 2001 From: Federico Stagni Date: Thu, 1 Aug 2024 11:10:49 +0200 Subject: [PATCH] sweep: #7743 remove nightly (was for py2!) and updated info --- .github/workflows/nightly.yml | 42 ----------------------------------- AUTHORS.rst | 7 ++---- SECURITY.md | 3 ++- 3 files changed, 4 insertions(+), 48 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" 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 f93d5c276f6..79605a83b3c 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -9,4 +9,5 @@ ## Reporting a Vulnerability -You can privately report vulnerability at https://github.com/DIRACGrid/DIRAC/security +Please report any suspected vulnerabilities in https://github.com/DIRACGrid/DIRAC/security. +We will respond to you within 2 working days.