1
0
mirror of https://github.com/CMiksche/gitea-auto-update synced 2025-12-10 07:57:23 +01:00

add option to build from source

This commit is contained in:
Christoph Miksche
2019-04-14 15:41:02 +02:00
parent beb24a54db
commit 85e3b8f4f1
4 changed files with 40 additions and 115 deletions

View File

@@ -14,3 +14,7 @@ gtgithubapiurl = 'https://api.github.com/repos/go-gitea/gitea/releases/latest'
gtsystem = 'linux-amd64'
# Name and Path of gitea file
gtfile = '/home/git/gitea'
# Build new version from source?
build_from_source = None
# Source directroy
source_dir = '/home/git/go/src/code.gitea.io/gitea'