diff options
author | Pascal Terjan <pterjan@mageia.org> | 2012-03-17 23:42:41 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2012-03-17 23:42:41 +0000 |
commit | ba9f0c8c2e70048f4eccbe69c23bf8a4056825d3 (patch) | |
tree | 3495dc14d9877243d84fd4359630b2760898eba9 | |
parent | c2dd485df635e6be732c1623fa7ebf841302340f (diff) | |
download | iurt-ba9f0c8c2e70048f4eccbe69c23bf8a4056825d3.tar iurt-ba9f0c8c2e70048f4eccbe69c23bf8a4056825d3.tar.gz iurt-ba9f0c8c2e70048f4eccbe69c23bf8a4056825d3.tar.bz2 iurt-ba9f0c8c2e70048f4eccbe69c23bf8a4056825d3.tar.xz iurt-ba9f0c8c2e70048f4eccbe69c23bf8a4056825d3.zip |
Drop duplicate option
-rwxr-xr-x | iurt2 | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -265,9 +265,6 @@ $run{todo} = []; [ "", "use-old-chroot", 1, "<chroot path>", "Use the given chroot as chroot (usefull for debugging)", sub { ($run{use_old_chroot}) = @_ }, "Using given chroot" ], - [ "", "no-rsync", 0, "", - "Do not send build log to the distant rsync server", - sub { $run{no_rsync} = 1 }, "Setting the no rsync warn flag" ], [ "", "no_rsync", 0, "", "Do not send build log to the distant rsync server", sub { $run{no_rsync} = 1 }, "Setting the no rsync warn flag" ], |