[Qa-jenkins-scm] [jenkins.debian.net] 02/04: reproducible: remote_scheduler: flag rename: -a/--artifacts to -k/--keep-artifacts

Holger Levsen holger at moszumanska.debian.org
Fri Aug 7 12:45:09 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 322c2d963226da968327288f5a5a9ba2a66601e7
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Wed Aug 5 12:48:15 2015 +0000

    reproducible: remote_scheduler: flag rename: -a/--artifacts to -k/--keep-artifacts
---
 bin/reproducible_remote_scheduler.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_remote_scheduler.py b/bin/reproducible_remote_scheduler.py
index 17e03fd..d81ba90 100755
--- a/bin/reproducible_remote_scheduler.py
+++ b/bin/reproducible_remote_scheduler.py
@@ -22,7 +22,7 @@ parser = argparse.ArgumentParser(
            'in the package list.')
 group = parser.add_mutually_exclusive_group()
 parser.add_argument('--dry-run', action='store_true')
-group.add_argument('-a', '--artifacts',  action='store_true',
+group.add_argument('-k', '--keep-artifacts',  action='store_true',
                    help='Save artifacts (for further offline study)')
 group.add_argument('-n', '--notify', action='store_true',
                    help='Notify the channel when the build finishes')
@@ -71,7 +71,7 @@ status = scheduling_args.status
 built_after = scheduling_args.after
 built_before = scheduling_args.before
 packages = scheduling_args.packages
-artifacts = scheduling_args.artifacts
+artifacts = scheduling_args.keep_artifacts
 notify = scheduling_args.notify or scheduling_args.noisy
 debug_url = scheduling_args.noisy
 dry_run = scheduling_args.dry_run

-- 
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