SHA256
1
0
forked from pool/slurm

Accepting request 1005746 from home:eeich:branches:network:cluster

- Do not deduplicate files of testsuite Slurm configuration.
  This directory is supposed to be mounted over /etc/slurm
  therefore it must not contain softlinks to the files in
  this directory.
- Improve .a and .o file collection for test suite: find these
  files even if there are multiple ones in a single line.

OBS-URL: https://build.opensuse.org/request/show/1005746
OBS-URL: https://build.opensuse.org/package/show/network:cluster/slurm?expand=0&rev=218
This commit is contained in:
2022-09-26 15:01:51 +00:00
committed by Git OBS Bridge
parent 3f68233e21
commit 09aecc2015
2 changed files with 15 additions and 3 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Sep 24 07:34:31 UTC 2022 - Egbert Eich <eich@suse.com>
- Do not deduplicate files of testsuite Slurm configuration.
This directory is supposed to be mounted over /etc/slurm
therefore it must not contain softlinks to the files in
this directory.
- Improve .a and .o file collection for test suite: find these
files even if there are multiple ones in a single line.
-------------------------------------------------------------------
Tue Sep 20 21:12:19 UTC 2022 - Egbert Eich <eich@suse.com>