Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
14 lines
729 B
Diff
14 lines
729 B
Diff
--- a/libdeja/duplicity/DuplicityInstance.vala
|
|
+++ b/libdeja/duplicity/DuplicityInstance.vala
|
|
@@ -114,8 +114,8 @@ internal class DuplicityInstance : Object
|
|
// We already are pretty sure we don't have other duplicities in our
|
|
// archive directories, because we use our own and we ensure we only have
|
|
// one deja-dup running at a time via DBus.
|
|
var lockfile_glob = Shell.quote(cache_dir) + "/*/lockfile.lock";
|
|
- if (Posix.system("/bin/rm -f " + lockfile_glob) != 0)
|
|
+ if (Posix.system("@coreutils@/bin/rm -f " + lockfile_glob) != 0)
|
|
warning("Could not delete '%s'", lockfile_glob);
|
|
|
|
Process.spawn_async_with_pipes(null, real_argv, real_envp,
|
|
SpawnFlags.SEARCH_PATH |
|