summaryrefslogtreecommitdiff
path: root/ick
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-06-07 13:58:22 +0300
committerLars Wirzenius <liw@liw.fi>2015-06-13 13:46:39 +0300
commit865fe1828059b4fd62d1a9eedb5f9e6730b0df85 (patch)
tree578c1e448c60afc5c00223c14bf69b1b1ecaf793 /ick
parentd0e33107c1468c7c3678278c06494af3467e3c38 (diff)
downloadick-865fe1828059b4fd62d1a9eedb5f9e6730b0df85.tar.gz
Add project type for building Debian packages
Diffstat (limited to 'ick')
-rwxr-xr-xick4
1 files changed, 3 insertions, 1 deletions
diff --git a/ick b/ick
index 3e85982..2ed9da7 100755
--- a/ick
+++ b/ick
@@ -61,7 +61,9 @@ class Ick(cliapp.Application):
ick, self.settings['project'])
for project in projects:
self.logger.log(
- 'Building project {project_name}', project_name=project.name)
+ 'Building project {project_name} (type: {project_type})',
+ project_name=project.name,
+ project_type=project.project_type)
project.set_logger(self.logger)
project.build(statedir, targets)