Skip to content

Commit

Permalink
Builder|Pilot: Removed obsolete steps
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 17, 2015
1 parent 44a4f8c commit bc12b74
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions distrib/pilot.py
Expand Up @@ -436,10 +436,6 @@ def doTask(task):
msg("MIRROR TO FILES.DENGINE.NET")
systemCommand('mirror-builds-to-dengine.sh')

elif task == 'mirror':
msg("MIRROR")
systemCommand('mirror-buildmaster-to-idisk.sh')

return True


Expand Down Expand Up @@ -476,15 +472,13 @@ def handleCompletedTasks():

elif task == 'sign':
newTask('publish', forClient='master')
newTask('apt_refresh', forClient='ubuntu-32bit')
# After the build we can switch to the master again.
newTask('branch_master', allClients=True)

elif task == 'publish':
newTask('update_feed', forClient='master')

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


Expand Down

0 comments on commit bc12b74

Please sign in to comment.