maintainers/scripts/check-hydra-by-maintainer: inform user eval is taking place
Evaluation to identify packages can take time; print something so the user knows what's going on and waits.
This commit is contained in:
@@ -30,7 +30,7 @@ let
|
||||
) set
|
||||
));
|
||||
|
||||
packages = packagesWith (
|
||||
packages = builtins.trace "evaluating list of packages for maintainer: ${maintainer}" packagesWith (
|
||||
name: pkg:
|
||||
(
|
||||
if builtins.hasAttr "meta" pkg && builtins.hasAttr "maintainers" pkg.meta then
|
||||
|
||||
Reference in New Issue
Block a user