mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 18:41:38 +08:00
These have to use a local lock file as ftpsync doesnt have perms to /srv or /
This commit is contained in:
@@ -14,7 +14,7 @@ fi
|
||||
CREATE=/usr/local/bin/create-filelist
|
||||
|
||||
# A single lockfile for everything we're modifying
|
||||
LOCKFILE=/srv/.lock.create-filelist
|
||||
LOCKFILE=.lock.create-filelist
|
||||
|
||||
# The directory where all of the modules live
|
||||
TOPD=/pub
|
||||
|
||||
@@ -14,7 +14,7 @@ fi
|
||||
CREATE=/usr/local/bin/create-filelist
|
||||
|
||||
# A single lockfile for everything we're modifying
|
||||
LOCKFILE=/srv/.lock.create-filelist
|
||||
LOCKFILE=.lock.create-filelist
|
||||
|
||||
# The directory where all of the modules live
|
||||
TOPD=/pub
|
||||
|
||||
Reference in New Issue
Block a user