summaryrefslogtreecommitdiff
path: root/jenkinstool
diff options
context:
space:
mode:
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):