From 7b485bd15fee2402577709002b7fa6a309cb9722 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Sun, 2 Jun 2024 18:23:24 +0200 Subject: [PATCH] mxq: Update version from 0.31.3 to 0.31.4 https://github.molgen.mpg.de/mariux64/mxq/releases/tag/0.31.4 - mxqd_control: Check prerequisites against empty group tags We want to be able to use group tags as a stigma so that servers can be configured to accept only jobs without certain tags. For example, mxqi can add a tag "mxqi" to its jobs and the servers which shouldn't run mxqi jobs can use "!mxqi" as their prerequisites. However, for that to work, we need to evaluate server prerequistes even for jobs which don't have any tags. Remove the check, which skips server prerequistes evaluation for jobs without tags. - mxqsub: Remove a stray space character from output - mxqd_control: Check prerequisites against empty group tags --- mxq.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mxq.be0 b/mxq.be0 index 06c9b7fa7..d1babddb7 100755 --- a/mxq.be0 +++ b/mxq.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION mxq-0.31.3-0 +# BEE_VERSION mxq-0.31.4-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)