Make build scripts executable

- Related: RHEL-62239
This commit is contained in:
Andrew Hughes 2024-10-08 23:58:05 +01:00
parent 0de3d06119
commit 4f77af492e
9 changed files with 1 additions and 0 deletions

View File

@ -2541,6 +2541,7 @@ cjc.mainProgram(args)
- Sync with RHEL 7 portable build:
- Use ExclusiveArch over ExcludeArch
- Add build scripts to repository to ease remembering all CentOS & RHEL targets and options
- Make build scripts executable
- Related: RHEL-62239
- Resolves: RHEL-62241

0
scripts/builds/build_centos.sh Normal file → Executable file
View File

0
scripts/builds/build_centos_portable_build.sh Normal file → Executable file
View File

0
scripts/builds/build_rhel_10.sh Normal file → Executable file
View File

0
scripts/builds/build_rhel_7_portable_build.sh Normal file → Executable file
View File

0
scripts/builds/build_rhel_8.sh Normal file → Executable file
View File

0
scripts/builds/build_rhel_9.sh Normal file → Executable file
View File

0
scripts/builds/build_rhel_portable_build.sh Normal file → Executable file
View File

0
scripts/builds/build_vanilla.sh Normal file → Executable file
View File