Skip to content

Commit

Permalink
Builder|Pilot: Source packaging task
Browse files Browse the repository at this point in the history
Only the "trusty" builder is now responsible for source packaging
and the Launchpad PPA upload. "saucy" is obsolete and the VM is gone.
  • Loading branch information
skyjake committed Aug 7, 2014
1 parent 20d6ab9 commit d8c2361
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions distrib/pilot.py
Expand Up @@ -395,8 +395,6 @@ def handleCompletedTasks():
newTask('generate_wiki', forClient='master')

elif task == 'build':
#newTask('source', forClient='ubuntu')
newTask('source', forClient='saucy')
newTask('source', forClient='trusty')

elif task == 'source':
Expand Down

0 comments on commit d8c2361

Please sign in to comment.