Skip to content

Commit

Permalink
Builder|Pilot: Added a step for mirroring files to dengine.net
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 11, 2015
1 parent 69159ec commit 726b7be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions distrib/pilot.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,10 @@ def doTask(task):
msg("GENERATE API DOCUMENTATION")
return autobuild('apidoc')

elif task == 'mirror_files':
msg("MIRROR TO FILES.DENGINE.NET")
systemCommand('mirror-builds-to-dengine.sh')

elif task == 'mirror':
msg("MIRROR")
systemCommand('mirror-buildmaster-to-idisk.sh')
Expand Down Expand Up @@ -481,6 +485,7 @@ def handleCompletedTasks():

elif task == 'update_feed':
newTask('mirror', forClient='master')
newTask('mirror_files', forClient='ubuntu-32bit')


def autobuild(cmd):
Expand Down

0 comments on commit 726b7be

Please sign in to comment.