mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
ci: protect deployment/build files and update maintainer contact
- Add ci-approval protection for docker/, charts/, openshift/,
and build_oai and build_helper files
- Update oai email contact to `oaicicdteam@openairinterface.org`
- Change GitLab to GitHub in `GET_SOURCES.md`
Signed-off-by: Shubhika Garg <shubhika.garg@openairinterface.org>
This commit is contained in:
5
.github/workflows/jenkins-dispatch.yml
vendored
5
.github/workflows/jenkins-dispatch.yml
vendored
@@ -40,6 +40,11 @@ jobs:
|
||||
- 'ci-scripts/**'
|
||||
- '.github/workflows/**'
|
||||
- '.github/actions/**'
|
||||
- 'docker/**'
|
||||
- 'charts/**'
|
||||
- 'openshift/**'
|
||||
- 'cmake_targets/build_oai'
|
||||
- 'cmake_targets/tools/build_helper'
|
||||
|
||||
require-maintainer-approval:
|
||||
needs: detect-changes
|
||||
|
||||
@@ -35,4 +35,4 @@ sources:
|
||||
|
||||
maintainers:
|
||||
- name: OPENAIRINTERFACE
|
||||
email: contact@openairinterface.org
|
||||
email: oaicicdteam@openairinterface.org
|
||||
|
||||
@@ -34,4 +34,4 @@ sources:
|
||||
|
||||
maintainers:
|
||||
- name: OPENAIRINTERFACE
|
||||
email: contact@openairinterface.org
|
||||
email: oaicicdteam@openairinterface.org
|
||||
|
||||
@@ -35,4 +35,4 @@ sources:
|
||||
|
||||
maintainers:
|
||||
- name: OPENAIRINTERFACE
|
||||
email: contact@openairinterface.org
|
||||
email: oaicicdteam@openairinterface.org
|
||||
|
||||
@@ -34,4 +34,4 @@ sources:
|
||||
|
||||
maintainers:
|
||||
- name: OPENAIRINTERFACE
|
||||
email: contact@openairinterface.org
|
||||
email: oaicicdteam@openairinterface.org
|
||||
|
||||
@@ -13,7 +13,7 @@ sudo apt-get update
|
||||
sudo apt-get install git
|
||||
```
|
||||
|
||||
## Clone the Git repository (for OAI Users without login to gitlab server)
|
||||
## Clone the Git repository (for OAI Users without login to github server)
|
||||
|
||||
The [openairinterface5g repository](https://github.com/duranta-project/openairinterface5g.git)
|
||||
holds the source code for the RAN (4G and 5G).
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
|
||||
FROM registry.redhat.io/ubi9/ubi:latest AS ran-base
|
||||
LABEL MAINTAINER OpenAirInterface <contact@openairinterface.org>
|
||||
LABEL MAINTAINER OpenAirInterface <oaicicdteam@openairinterface.org>
|
||||
ARG NEEDED_GIT_PROXY
|
||||
ARG TARGETARCH
|
||||
ENV TZ=Europe/Paris
|
||||
|
||||
Reference in New Issue
Block a user