mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Build server needs metadata.py
This commit is contained in:
parent
3372a5fb25
commit
6d8cf1c789
1 changed files with 1 additions and 0 deletions
|
|
@ -246,6 +246,7 @@ def build_server(app, thisbuild, vcs, build_dir, output_dir, force):
|
||||||
serverpath = os.path.abspath(os.path.dirname(__file__))
|
serverpath = os.path.abspath(os.path.dirname(__file__))
|
||||||
ftp.put(os.path.join(serverpath, 'build.py'), 'build.py')
|
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, 'common.py'), 'common.py')
|
||||||
|
ftp.put(os.path.join(serverpath, 'metadata.py'), 'metadata.py')
|
||||||
ftp.put(os.path.join(serverpath, '..', 'config.buildserver.py'), 'config.py')
|
ftp.put(os.path.join(serverpath, '..', 'config.buildserver.py'), 'config.py')
|
||||||
ftp.chmod('config.py', 0o600)
|
ftp.chmod('config.py', 0o600)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue