Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
Output which task is run next.
Browse files Browse the repository at this point in the history
  • Loading branch information
andsens committed Jun 5, 2012
1 parent d405963 commit 1729681
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ec2debian-build-ami
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,11 @@ log \
"charmap: $charmap" \
"timezone: $timezone" \
"architecture: $arch" \
"packages: $packages"
"packages: $packages" \
""

# Source all tasks in the right order
for task in `find $scriptdir/tasks -type f | sort`; do
log "Run task: "`echo $task | sed "s#$scriptdir/tasks/##"`
source $task
done

0 comments on commit 1729681

Please sign in to comment.