From 750bb6cb3a10b1a43585742a3908219a1ae80457 Mon Sep 17 00:00:00 2001 From: Eideen Date: Sun, 19 May 2019 12:40:29 +0200 Subject: [PATCH] removed merge text --- updater.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/updater.py b/updater.py index 346eba6..9dd2eb2 100644 --- a/updater.py +++ b/updater.py @@ -9,7 +9,6 @@ License: GNU General Public License import settings import requests import os -<<<<<<< HEAD # Function to download a file @@ -36,9 +35,6 @@ def buildFromSource(tag): os.system('TAGS="bindata sqlite sqlite_unlock_notify" make generate build') # Move binary os.system("mv gitea "+settings.gtfile) -======= -import functions ->>>>>>> 38e9451f8a230c9110e7b43f34cd64f375858f71 def is_tool(name): ##Check whether `name` is on PATH and marked as executable. @@ -83,7 +79,6 @@ if functions.checkVersion(github_version, current_version): print (shadownload) # Download file -<<<<<<< HEAD ## downloading sha print ("downloading sha256 hashsum") @@ -110,9 +105,6 @@ if functions.checkVersion(github_version, current_version): else: print ("error") quit() -======= - functions.download(gtdownload, settings.gtfile) ->>>>>>> 38e9451f8a230c9110e7b43f34cd64f375858f71 # Start systemd service print ("starting gitea.service")