diff options
author | 2019-03-17 00:27:22 +0000 | |
---|---|---|
committer | 2019-04-21 23:33:07 +0200 | |
commit | d8b847da354d330a40a67a2971bbb851744a4ec2 (patch) | |
tree | f397974c3197ed7bdcd744cfcf1c18ca50909a6c /www-apps/gitea/files/gitea.confd-r1 | |
parent | net-libs/tox: update to tox 0.2.9 (diff) | |
download | gentoo-d8b847da354d330a40a67a2971bbb851744a4ec2.tar.gz gentoo-d8b847da354d330a40a67a2971bbb851744a4ec2.tar.bz2 gentoo-d8b847da354d330a40a67a2971bbb851744a4ec2.zip |
www-apps/gitea: bump to 1.7.6
Thanks to Felix Neumärker and Pierre-Olivier Mercier
for patches.
Closes: https://bugs.gentoo.org/680590
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11387
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-apps/gitea/files/gitea.confd-r1')
-rw-r--r-- | www-apps/gitea/files/gitea.confd-r1 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www-apps/gitea/files/gitea.confd-r1 b/www-apps/gitea/files/gitea.confd-r1 new file mode 100644 index 000000000000..19018c1c645a --- /dev/null +++ b/www-apps/gitea/files/gitea.confd-r1 @@ -0,0 +1,14 @@ +# Gitea configuration +GITEA_CONF="/etc/gitea/app.ini" + +# Gitea user +GITEA_USER="git" + +# Gitea group +GITEA_GROUP="git" + +# Gitea working directory +GITEA_WORK_DIR="/var/lib/gitea" + +# Gitea custom directory +GITEA_CUSTOM="${GITEA_WORK_DIR}/custom" |