filed
Job queue using FUSE
git clone git://mccd.space/filed
| Log | Files | Refs | README | LICENSE |
commit 96c04942978887cc188990c0ff7031f5696dfdcf parent 2729a4747723aa4e514d9584bf4a063086be2cd6 Author: Marc Coquand <marc@coquand.email> Date: Thu, 29 Jan 2026 11:13:52 +0100 * Diffstat:
| M | config.go | | | 2 | +- |
| M | jobdir.go | | | 2 | +- |
| M | manager.go | | | 2 | +- |
| M | newid.go | | | 2 | +- |
| M | pendingdir.go | | | 2 | +- |
| M | setfattr.go | | | 2 | +- |
6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config.go b/config.go @@ -3,7 +3,7 @@ package main import ( "context" "encoding/json" - "filed/store" + "git.sr.ht/~marcc/filed/store" "log/slog" "os" "syscall" diff --git a/jobdir.go b/jobdir.go @@ -2,7 +2,7 @@ package main import ( "context" - "filed/store" + "git.sr.ht/~marcc/filed/store" "log/slog" "os" "os/exec" diff --git a/manager.go b/manager.go @@ -3,7 +3,7 @@ package main import ( "bytes" "context" - "filed/store" + "git.sr.ht/~marcc/filed/store" "strings" "fmt" diff --git a/newid.go b/newid.go @@ -2,7 +2,7 @@ package main import ( "context" - "filed/store" + "git.sr.ht/~marcc/filed/store" "log/slog" "math/rand" "os" diff --git a/pendingdir.go b/pendingdir.go @@ -3,7 +3,7 @@ package main import ( "bytes" "context" - "filed/store" + "git.sr.ht/~marcc/filed/store" "log/slog" "os" "syscall" diff --git a/setfattr.go b/setfattr.go @@ -2,7 +2,7 @@ package main import ( "context" - "filed/store" + "git.sr.ht/~marcc/filed/store" "log/slog" "os" "syscall"