[tor-commits] [builders/rbm] branch master updated: Bug 40039: Report project name when version is missing
    gitolite role 
    git at cupani.torproject.org
       
    Wed May  4 10:25:47 UTC 2022
    
    
  
This is an automated email from the git hooks/post-receive script.
boklm pushed a commit to branch master
in repository builders/rbm.
The following commit(s) were added to refs/heads/master by this push:
     new d3bc044  Bug 40039: Report project name when version is missing
d3bc044 is described below
commit d3bc044d450a3d8c739902564e563d3931cf52f4
Author: Jeremy Rand <jeremyrand at danwin1210.de>
AuthorDate: Wed May 4 07:16:56 2022 +0000
    Bug 40039: Report project name when version is missing
    
    Makes it much easier to find the source of the error.
---
 lib/RBM/DefaultConfig.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/RBM/DefaultConfig.pm b/lib/RBM/DefaultConfig.pm
index 516156e..ce75c1a 100644
--- a/lib/RBM/DefaultConfig.pm
+++ b/lib/RBM/DefaultConfig.pm
@@ -139,7 +139,7 @@ our %default_config = (
         return '946684800';
     },
     debug         => 0,
-    version       => "[%- exit_error('No version specified'); -%]",
+    version       => "[%- exit_error('No version specified for ' _ project); -%]",
 ####
 ####
 ####
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the tor-commits
mailing list