[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: except -d for --noisy too (should probably rename --noisy to --debug)
Holger Levsen
holger at moszumanska.debian.org
Tue Sep 22 21:25:10 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 34864370448ad18592206736bb531f34fd556e20
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Sep 22 23:24:47 2015 +0200
reproducible: except -d for --noisy too (should probably rename --noisy to --debug)
---
bin/reproducible_remote_scheduler.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_remote_scheduler.py b/bin/reproducible_remote_scheduler.py
index e81131e..247c537 100755
--- a/bin/reproducible_remote_scheduler.py
+++ b/bin/reproducible_remote_scheduler.py
@@ -28,7 +28,7 @@ parser.add_argument('-k', '--keep-artifacts', action='store_true',
help='Save artifacts (for further offline study).')
parser.add_argument('-n', '--notify', action='store_true',
help='Notify the channel when the build finishes.')
-parser.add_argument('--noisy', action='store_true', help='Also notify when ' +
+parser.add_argument('-d', '--noisy', action='store_true', help='Also notify when ' +
'the build starts, linking to the build url.')
parser.add_argument('-m', '--message', default='',
help='A text to be sent to the IRC channel when notifying' +
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list