change project ID for mangles

This commit is contained in:
Louis Abel 2023-10-12 12:32:43 -07:00
parent bc72e6c7e4
commit 77f078c287
Signed by: label
GPG Key ID: B37E62D143879B36
4 changed files with 7 additions and 2 deletions

View File

@ -4,3 +4,4 @@ __pycache__/
*.so
generate_prepopulate_from_self
generate_prepopulate_from_rpr
generate_versions_from_rpr

View File

@ -7,9 +7,9 @@ VER="r${MAJOR}${LH}"
case "$VER" in
r9)
export PERIDOT_PROJECT_ID=0048077b-1573-4cb7-8ba7-cce823857ba5 ;;
export PERIDOT_PROJECT_ID=dff20351-7d36-4f7c-9eea-7f039f5026d0 ;;
r9lh)
export PERIDOT_PROJECT_ID=6794b5a8-290b-4d0d-ad5a-47164329cbb0 ;;
export PERIDOT_PROJECT_ID=6202c09e-6252-4d3a-bcd3-9c7751682970 ;;
*)
echo "Not supported"
exit 1

View File

@ -10,7 +10,9 @@ from common import *
# Source packages we do not ship or are rocky branded
IGNORES = [
'insights-client',
'redhat-cloud-client-configuration',
'rhc',
'rhc-worker-playbook',
'centos-indexhtml',
'centos-logos',
'centos-stream-release',

View File

@ -20,7 +20,9 @@ REPOS = switcher.rlver(results.version,
# Source packages we do not ship or are rocky branded
IGNORES = [
'insights-client',
'redhat-cloud-client-configuration',
'rhc',
'rhc-worker-playbook',
'centos-indexhtml',
'centos-logos',
'centos-stream-release',