mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-07 09:51:07 +03:00
parent
664f6e4adb
commit
803a3ebbac
1 changed files with 2 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue