summaryrefslogtreecommitdiff
path: root/jenkinstool
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-09-01 07:22:43 +0100
committerLars Wirzenius <liw@liw.fi>2012-09-01 07:22:43 +0100
commit22810a3a82a85b0d5699330ff26563d70b5ef57e (patch)
tree20b6293696d1837c1eda605a903f12b6e09972f3 /jenkinstool
parent31d15a8970aabb06a0a1ba2fd6b87fba58d86fc3 (diff)
downloadjenkinstool-22810a3a82a85b0d5699330ff26563d70b5ef57e.tar.gz
Make reprepro be more verbose
Diffstat (limited to 'jenkinstool')
-rwxr-xr-xjenkinstool5
1 files changed, 3 insertions, 2 deletions
diff --git a/jenkinstool b/jenkinstool
index 568fcd8..237262f 100755
--- a/jenkinstool
+++ b/jenkinstool
@@ -272,7 +272,7 @@ end
}
script += '''
-reprepro -b "$base" export
+reprepro -b "$base" --verbose export
'''
jc.add_shell_command(script)
@@ -505,7 +505,8 @@ fi
jc = self.create_job_config(localhost, project, 'incoming_' + suffix)
jc.set_description('Process reprepro incoming queue')
jc.add_shell_command(
- 'reprepro -b "%(global.repreprobase)s" processincoming default')
+ 'reprepro -b "%(global.repreprobase)s" --verbose '
+ 'processincoming default')
return jc
def deb_job(self, host, project, build_all):