forked from sig_core/toolkit
change project ID for mangles
This commit is contained in:
parent
bc72e6c7e4
commit
77f078c287
1
mangle/generators/.gitignore
vendored
1
mangle/generators/.gitignore
vendored
@ -4,3 +4,4 @@ __pycache__/
|
||||
*.so
|
||||
generate_prepopulate_from_self
|
||||
generate_prepopulate_from_rpr
|
||||
generate_versions_from_rpr
|
||||
|
@ -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
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user