Skip to content

Commit

Permalink
Builder|Ubuntu: Added a source-only builder for 14.04 LTS
Browse files Browse the repository at this point in the history
The packages for Trusty are available via the sjke/doomsday PPA.
  • Loading branch information
skyjake committed May 22, 2014
1 parent 209e829 commit 2bde208
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distrib/pilot.py
Expand Up @@ -397,6 +397,7 @@ def handleCompletedTasks():
elif task == 'build':
newTask('source', forClient='ubuntu')
newTask('source', forClient='saucy')
newTask('source', forClient='trusty')

elif task == 'source':
newTask('sign', forClient='master')
Expand Down

0 comments on commit 2bde208

Please sign in to comment.