mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-25 03:26:54 -05:00
Compare commits
3 Commits
hybrid-met
...
woodpecker
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2687993d1e | ||
|
|
f3f2ae256c | ||
|
|
88fa212cb6 |
3399
.woodpecker.star
Normal file
3399
.woodpecker.star
Normal file
File diff suppressed because it is too large
Load Diff
@@ -88,7 +88,6 @@ func Local(cfg *config.Config) map[string]interface{} {
|
||||
func Posix(cfg *config.Config, enableFSScan bool) map[string]interface{} {
|
||||
return map[string]interface{}{
|
||||
"root": cfg.Drivers.Posix.Root,
|
||||
"metadata_backend": "hybrid",
|
||||
"personalspacepath_template": cfg.Drivers.Posix.PersonalSpacePathTemplate,
|
||||
"generalspacepath_template": cfg.Drivers.Posix.GeneralSpacePathTemplate,
|
||||
"permissionssvc": cfg.Drivers.Posix.PermissionsEndpoint,
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
ROOT_PATH="$1"
|
||||
if [ -z "$1" ]; then
|
||||
ROOT_PATH="/drone/src"
|
||||
ROOT_PATH="/woodpecker/src"
|
||||
fi
|
||||
BINGO_DIR="$ROOT_PATH/.bingo"
|
||||
|
||||
3399
woodpecker.star
Normal file
3399
woodpecker.star
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user