aboutsummaryrefslogtreecommitdiff
path: root/po/packages/it.po
blob: 24cde7d4c65accb2905dd81643e3672a27c4d3ca (about) (plain)
blob size (1161KB) exceeds display size limit (100KB).
socket file wouldn't be ready yet when the client connects. Ludovic Courtès 2015-06-10guix-register: Perform deduplication even when --prefix is passed....Fixes <http://bugs.gnu.org/19044>. * nix/guix-register/guix-register.cc (register_validity): Change the (optimize && prefix.empty ()) condition to just (optimize). Change settings.nixStore around the loop. Prepend PREFIX to the argument passed to 'optimisePath'. * tests/guix-register.sh: Use 'guix-register -p' with duplicate files, and make sure they are deduplicated on the target. Adjust existing tests. Ludovic Courtès 2015-06-10tests: Make the daemon socket explicit in guix-register test....* tests/guix-register.sh: Define GUIX_DAEMON_SOCKET. Pass it explicitly to 'open-connection'. Ludovic Courtès