summary refs log tree commit diff
path: root/nixos/lib/make-squashfs.nix
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2017-12-15 19:57:40 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2017-12-15 19:57:40 +0200
commit6ed6d323fe3d1c45b4c69040d658db5078f8d511 (patch)
tree1ac3890beb945ed062e5090b011d83f2abfcd022 /nixos/lib/make-squashfs.nix
parent5af695c6885fb8f31c3722b5db7c292eadb2c21e (diff)
downloadnixpkgs-6ed6d323fe3d1c45b4c69040d658db5078f8d511.tar
nixpkgs-6ed6d323fe3d1c45b4c69040d658db5078f8d511.tar.gz
nixpkgs-6ed6d323fe3d1c45b4c69040d658db5078f8d511.tar.bz2
nixpkgs-6ed6d323fe3d1c45b4c69040d658db5078f8d511.tar.lz
nixpkgs-6ed6d323fe3d1c45b4c69040d658db5078f8d511.tar.xz
nixpkgs-6ed6d323fe3d1c45b4c69040d658db5078f8d511.tar.zst
nixpkgs-6ed6d323fe3d1c45b4c69040d658db5078f8d511.zip
make-squashfs.nix: Improve invalid path check messages
Now the mtime problems are gone, but EC2 Hydra builders are still having
some problems:

https://hydra.nixos.org/build/66043835
Diffstat (limited to 'nixos/lib/make-squashfs.nix')
-rw-r--r--nixos/lib/make-squashfs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/lib/make-squashfs.nix b/nixos/lib/make-squashfs.nix
index c76c9873741..e66c0ae8f66 100644
--- a/nixos/lib/make-squashfs.nix
+++ b/nixos/lib/make-squashfs.nix
@@ -36,7 +36,7 @@ stdenv.mkDerivation {
           hasBadPaths=1
         fi
         if [ "$mode" != 444 ] && [ "$mode" != 555 ]; then
-          echo "Store path '$path' has invalid permissions."
+          echo "Store path '$path' has invalid permissions ($mode)."
           hasBadPaths=1
         fi
       done