2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-09-26 09:44:03 +00:00

Merge pull request #7805 from VersatusHPC/fix/apache-config-sources-makerpm-fixture

test(build): stage the source-only helper in the makerpm fixture
This commit is contained in:
Daniel Hilst
2026-09-01 06:57:50 -03:00
committed by GitHub
+3
View File
@@ -320,6 +320,9 @@ sub stage_makerpm_fixture {
chmod 0755,
File::Spec->catfile( $root, 'build-utils', 'sync-xcat-apache-configs' )
or die "Unable to make the Apache configuration helper executable: $!";
copy( repo_path('build-utils/source-only.sh'),
File::Spec->catfile( $root, 'build-utils', 'source-only.sh' ) )
or die "Unable to stage the source-only build helper: $!";
write_text( File::Spec->catfile( $root, 'xCAT', 'xcat.conf' ),
"canonical apache22\n" );
write_text( File::Spec->catfile( $root, 'xCAT', 'xcat.conf.apach24' ),