aboutsummaryrefslogtreecommitdiffstats
path: root/ulri
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-24 15:36:56 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-24 15:36:56 +0000
commit1b4611bb481bb90dae60f9927f24be01f39a00a1 (patch)
treed15ac0ccbb3450bdc86ef4426794b1354d2de84d /ulri
parent01a4b0117922c61b6d663938788b6a2ff9b9210b (diff)
downloadiurt-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-xulri4
1 files changed, 2 insertions, 2 deletions
diff --git a/ulri b/ulri
index 27bdf35..89e281c 100755
--- a/ulri
+++ b/ulri
@@ -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,);
#