From 1e4e316cd3fdaf9b997d5cfe3d0d438dec64881b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 22 Jun 2016 23:04:38 +0000 Subject: [PATCH] These have to use a local lock file as ftpsync doesnt have perms to /srv or / --- roles/bodhi2/backend/files/update-fullfilelist | 2 +- roles/releng/files/update-fullfilelist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/bodhi2/backend/files/update-fullfilelist b/roles/bodhi2/backend/files/update-fullfilelist index 83614c1a28..65e4ef4924 100755 --- a/roles/bodhi2/backend/files/update-fullfilelist +++ b/roles/bodhi2/backend/files/update-fullfilelist @@ -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 diff --git a/roles/releng/files/update-fullfilelist b/roles/releng/files/update-fullfilelist index 83614c1a28..65e4ef4924 100755 --- a/roles/releng/files/update-fullfilelist +++ b/roles/releng/files/update-fullfilelist @@ -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