From dd7253c6ff9827b94f55a57dac4d4f6fa237e9b5 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 5 Jun 2015 13:46:17 +0200 Subject: [PATCH] Add the missing UPLOAD_FOLDER --- roles/pagure/frontend/templates/pagure.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/pagure/frontend/templates/pagure.cfg b/roles/pagure/frontend/templates/pagure.cfg index d780b18d10..f4cc20454f 100644 --- a/roles/pagure/frontend/templates/pagure.cfg +++ b/roles/pagure/frontend/templates/pagure.cfg @@ -76,6 +76,7 @@ TICKETS_FOLDER = '/srv/git/repositories/tickets' GITOLITE_CONFIG = '/srv/git/.gitolite/conf/gitolite.conf' ### Path of the release folder +UPLOAD_FOLDER = 'releases/' UPLOAD_FOLDER_PATH = '/var/www/' + UPLOAD_FOLDER