diff options
author | Pascal Terjan <pterjan@mandriva.org> | 2009-12-01 16:49:49 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mandriva.org> | 2009-12-01 16:49:49 +0000 |
commit | 1ad7b9a67a600969ba101803c1a41403fd94b28b (patch) | |
tree | ac605073152a60a2dcbbb737d203319f4a45bf72 /iurt2 | |
parent | 30ebe64e084960de892bf826584e284fbf395052 (diff) | |
download | iurt-1ad7b9a67a600969ba101803c1a41403fd94b28b.tar iurt-1ad7b9a67a600969ba101803c1a41403fd94b28b.tar.gz iurt-1ad7b9a67a600969ba101803c1a41403fd94b28b.tar.bz2 iurt-1ad7b9a67a600969ba101803c1a41403fd94b28b.tar.xz iurt-1ad7b9a67a600969ba101803c1a41403fd94b28b.zip |
Remove duplicate lines
Diffstat (limited to 'iurt2')
-rwxr-xr-x | iurt2 | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -260,9 +260,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" ], |