diff options
author | Pascal Terjan <pterjan@mageia.org> | 2011-01-30 22:18:51 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2011-01-30 22:18:51 +0000 |
commit | 76a39506b16f4590eb1a59292722156b4ff68699 (patch) | |
tree | 544fe8304078072c31a3af4096cbd51724a4fb8d /emi | |
parent | a6e588310abe421c3db8cc8416e5c87497a573ab (diff) | |
download | iurt-76a39506b16f4590eb1a59292722156b4ff68699.tar iurt-76a39506b16f4590eb1a59292722156b4ff68699.tar.gz iurt-76a39506b16f4590eb1a59292722156b4ff68699.tar.bz2 iurt-76a39506b16f4590eb1a59292722156b4ff68699.tar.xz iurt-76a39506b16f4590eb1a59292722156b4ff68699.zip |
Upload packages in submission order
Diffstat (limited to 'emi')
-rwxr-xr-x | emi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -172,7 +172,7 @@ check_upload_tree(\%run, $todo, \&todo_func,); # Decide what should be uploaded # -foreach my $prefix (keys %pkg_tree) { +foreach my $prefix (sort keys %pkg_tree) { my $target = $pkg_tree{$prefix}{target}; my $path = $pkg_tree{$prefix}{path}; my $section = $pkg_tree{$prefix}{section}; |