diff options
author | Pascal Terjan <pterjan@mandriva.org> | 2009-12-01 18:36:07 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mandriva.org> | 2009-12-01 18:36:07 +0000 |
commit | 6b2e47d098665bfe3ca8ac3693e475ee4ca6ac49 (patch) | |
tree | 911c29c2cfd83f8a38207a2efd3b13c0ea90b065 /iurt2 | |
parent | 1ad7b9a67a600969ba101803c1a41403fd94b28b (diff) | |
download | iurt-6b2e47d098665bfe3ca8ac3693e475ee4ca6ac49.tar iurt-6b2e47d098665bfe3ca8ac3693e475ee4ca6ac49.tar.gz iurt-6b2e47d098665bfe3ca8ac3693e475ee4ca6ac49.tar.bz2 iurt-6b2e47d098665bfe3ca8ac3693e475ee4ca6ac49.tar.xz iurt-6b2e47d098665bfe3ca8ac3693e475ee4ca6ac49.zip |
Oops they were different
Diffstat (limited to 'iurt2')
-rwxr-xr-x | iurt2 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -263,6 +263,9 @@ $run{todo} = []; [ "", "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" ], [ "", "use-system-distrib", 1, "<media>", "Use the current system urpmi configuration", sub { $run{use_system_distrib} = shift; 1 }, "Setting system distrib for urpmi configuration" ], |