summaryrefslogtreecommitdiff
path: root/build-farm.el
diff options
context:
space:
mode:
Diffstat (limited to 'build-farm.el')
-rw-r--r--build-farm.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/build-farm.el b/build-farm.el
index 9639d3c..4d7a01b 100644
--- a/build-farm.el
+++ b/build-farm.el
@@ -188,7 +188,11 @@ If URL is nil, use variable `build-farm-url'."
(message "The build farm cache has been cleared."))
-(defvar build-farm-job-regexp ".+\\.[^.]+"
+(defvar build-farm-job-regexp
+ (concat ".+\\."
+ (regexp-opt (append build-farm-guix-system-types
+ build-farm-nix-system-types))
+ "\\'")
"Regexp matching full name of a job (including system).")
(defun build-farm-job-name-specification (name version)