summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_remote_scheduler.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-08-18 22:16:10 +0000
committerMattia Rizzolo <mattia@mapreri.org>2015-08-18 22:16:25 +0000
commit8328c113b8d533edc92f0698d05b257a9eec98fa (patch)
tree927c71fba7b8c0a2578c2fbf16c7d9b9f79b1370 /bin/reproducible_remote_scheduler.py
parent16955949fd64ef9adf251a106cb7dfcbf99f35c0 (diff)
downloadjenkins.debian.net-8328c113b8d533edc92f0698d05b257a9eec98fa.tar.xz
reproducible: alioth reschedule script: pipe args to alioth instead of passing them through commal line, to avoid ssh screw up. Thanks to Lunar and Dhole for the help on figuring out how to gettig this working
Diffstat (limited to 'bin/reproducible_remote_scheduler.py')
-rwxr-xr-xbin/reproducible_remote_scheduler.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/reproducible_remote_scheduler.py b/bin/reproducible_remote_scheduler.py
index 50957b75..fc16508e 100755
--- a/bin/reproducible_remote_scheduler.py
+++ b/bin/reproducible_remote_scheduler.py
@@ -30,7 +30,6 @@ if null_args.null:
else:
input_args = sys.argv
-
parser.add_argument('--dry-run', action='store_true')
parser.add_argument('-k', '--keep-artifacts', action='store_true',
help='Save artifacts (for further offline study)')