Skip to content

Commit

Permalink
Builder: Update readme before the build
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 20, 2012
1 parent 337d94e commit 4446ea8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions distrib/pilot.py
Expand Up @@ -311,6 +311,10 @@ def doTask(task):
msg("PURGE")
return autobuild('purge')

elif task == 'generate_readme':
msg("GENERATE README")
return autobuild('readme')

elif task == 'generate_apidoc':
msg("GENERATE API DOCUMENTATION")
return autobuild('apidoc')
Expand All @@ -334,6 +338,7 @@ def handleCompletedTasks():

if task == 'tag_build':
newTask('deb_changes', forClient='ubuntu')
newTask('generate_readme', forClient='clikits')

elif task == 'deb_changes':
newTask('build', allClients=True)
Expand Down

0 comments on commit 4446ea8

Please sign in to comment.