mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
Automatic transfer of specified built apps to repository during update
This commit is contained in:
parent
cde355146c
commit
ea7fe6b3e0
4 changed files with 23 additions and 4 deletions
2
build.py
2
build.py
|
|
@ -174,7 +174,7 @@ for app in apps:
|
|||
|
||||
#Delete unwanted file...
|
||||
if thisbuild.has_key('rm'):
|
||||
os.remove(os.path.join(root_dir, thisbuild['rm']))
|
||||
os.remove(os.path.join(build_dir, thisbuild['rm']))
|
||||
|
||||
#Build the source tarball right before we build the relase...
|
||||
tarname = app['id'] + '_' + thisbuild['vercode'] + '_src'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue