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:
@@ -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' ),
|
||||
|
||||
Reference in New Issue
Block a user