mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Move config.buildserver.py into buildserver subdir
This commit is contained in:
parent
8e40b59c00
commit
f6f23030e2
2 changed files with 2 additions and 1 deletions
|
@ -244,7 +244,8 @@ def build_server(app, thisbuild, vcs, build_dir, output_dir, force):
|
||||||
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, 'metadata.py'), 'metadata.py')
|
||||||
ftp.put(os.path.join(serverpath, '..', 'config.buildserver.py'), 'config.py')
|
ftp.put(os.path.join(serverpath, '..', 'buildserver',
|
||||||
|
'config.buildserver.py'), 'config.py')
|
||||||
ftp.chmod('config.py', 0o600)
|
ftp.chmod('config.py', 0o600)
|
||||||
|
|
||||||
# Copy the metadata - just the file for this app...
|
# Copy the metadata - just the file for this app...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue