Merge pull request 'fix: per-project lock and log files for dev-poll' (#29) from fix/per-project-locks into main
Reviewed-on: https://codeberg.org/johba/disinto/pulls/29
This commit is contained in:
commit
d971f6d9da
1 changed files with 2 additions and 2 deletions
|
|
@ -23,8 +23,8 @@ source "$(dirname "$0")/../lib/env.sh"
|
|||
REPO="${CODEBERG_REPO}"
|
||||
|
||||
API="${CODEBERG_API}"
|
||||
LOCKFILE="/tmp/dev-agent.lock"
|
||||
LOGFILE="${FACTORY_ROOT}/dev/dev-agent.log"
|
||||
LOCKFILE="/tmp/dev-agent-${PROJECT_NAME:-harb}.lock"
|
||||
LOGFILE="${FACTORY_ROOT}/dev/dev-agent-${PROJECT_NAME:-harb}.log"
|
||||
PREFLIGHT_RESULT="/tmp/dev-agent-preflight.json"
|
||||
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue