Commit c6589bb2 authored by 06kellyjac's avatar 06kellyjac
Browse files

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.
parent f7bf8f20
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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