From 3a8b9560ccd568a1b1e97990a0b3da3f58b5d244 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Fri, 1 Nov 2019 21:20:12 +0000 Subject: emi: store uploaded architectures in .upload This allows to know which non mandatory architectures are done and will allow to surface it on the web UI. --- emi | 5 ----- 1 file changed, 5 deletions(-) (limited to 'emi') diff --git a/emi b/emi index 767b64c..72c3f7d 100755 --- a/emi +++ b/emi @@ -135,11 +135,6 @@ foreach my $target (keys %targets) { foreach my $prefix (keys %is_finisher) { upload_prefix_in_media($config, \%pkg_tree, $prefix, $media, 1); } - - foreach my $prefix (@{$targets{$target}{$media}{to_upload}}) { - my $path = $pkg_tree{$prefix}{media}{$media}{path}; - touch("$done/$path/$prefix.upload") unless -f "$reject/$path/$prefix.youri"; - } } } -- cgit v1.2.1