Automatic transfer of specified built apps to repository during update

This commit is contained in:
Ciaran Gultnieks 2011-01-05 22:20:57 +00:00
parent cde355146c
commit ea7fe6b3e0
4 changed files with 23 additions and 4 deletions

View file

@ -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'