1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 23:23:27 +02:00

Make builds work after 04e6f2eb and 120be433

This commit is contained in:
Ciaran Gultnieks 2015-09-09 11:43:17 +00:00
parent 664f6e4adb
commit 803a3ebbac

View File

@ -302,6 +302,8 @@ def build_server(app, thisbuild, vcs, build_dir, output_dir, force):
serverpath = os.path.abspath(os.path.dirname(__file__))
ftp.put(os.path.join(serverpath, 'build.py'), 'build.py')
ftp.put(os.path.join(serverpath, 'common.py'), 'common.py')
ftp.put(os.path.join(serverpath, 'scanner.py'), 'scanner.py')
ftp.put(os.path.join(serverpath, 'net.py'), 'net.py')
ftp.put(os.path.join(serverpath, 'metadata.py'), 'metadata.py')
ftp.put(os.path.join(serverpath, '..', 'buildserver',
'config.buildserver.py'), 'config.py')