Skip to content
Snippets Groups Projects
Commit fc4c31d8 authored by Danny Auble's avatar Danny Auble
Browse files

Make the rpm build process not happen on a cray

parent 2dbc68f4
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,11 @@ proc check_path {path file_name} {
}
if {[test_cray] || [test_alps]} {
send_user "Warning: This test does not work correctly on a Cray (Native or ALPS) system";
exit $exit_code
}
exec rsync -av $src_dir/slurm.spec /tmp
# Replace fields in the slurm.spec files with the correct values
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment