diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-03-24 15:36:56 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-03-24 15:36:56 +0000 |
commit | 1b4611bb481bb90dae60f9927f24be01f39a00a1 (patch) | |
tree | d15ac0ccbb3450bdc86ef4426794b1354d2de84d /ulri | |
parent | 01a4b0117922c61b6d663938788b6a2ff9b9210b (diff) | |
download | iurt-1b4611bb481bb90dae60f9927f24be01f39a00a1.tar iurt-1b4611bb481bb90dae60f9927f24be01f39a00a1.tar.gz iurt-1b4611bb481bb90dae60f9927f24be01f39a00a1.tar.bz2 iurt-1b4611bb481bb90dae60f9927f24be01f39a00a1.tar.xz iurt-1b4611bb481bb90dae60f9927f24be01f39a00a1.zip |
(check_upload_tree) kill unused arg
Diffstat (limited to 'ulri')
-rwxr-xr-x | ulri | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -277,12 +277,12 @@ sub done_func { } -check_upload_tree(\%run, $todo, \&todo_func, \&todo_post); +check_upload_tree($todo, \&todo_func, \&todo_post); # getting already compiled packages # The cache should not be needed if the .done file are removed as the same # time as the src.rpm in the todo tree -check_upload_tree(\%run, $done, \&done_func,); +check_upload_tree($done, \&done_func,); # |