aboutsummaryrefslogtreecommitdiffstats
path: root/emi
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2019-11-01 21:20:12 +0000
committerPascal Terjan <pterjan@mageia.org>2019-11-01 21:20:12 +0000
commit3a8b9560ccd568a1b1e97990a0b3da3f58b5d244 (patch)
tree1657d98fa2b5d737d4cdaecbeee83a35ff28c5f7 /emi
parent162884bd41d51530fee5376fa661fcb1ba245c01 (diff)
downloadiurt-3a8b9560ccd568a1b1e97990a0b3da3f58b5d244.tar
iurt-3a8b9560ccd568a1b1e97990a0b3da3f58b5d244.tar.gz
iurt-3a8b9560ccd568a1b1e97990a0b3da3f58b5d244.tar.bz2
iurt-3a8b9560ccd568a1b1e97990a0b3da3f58b5d244.tar.xz
iurt-3a8b9560ccd568a1b1e97990a0b3da3f58b5d244.zip
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.
Diffstat (limited to 'emi')
-rwxr-xr-xemi5
1 files changed, 0 insertions, 5 deletions
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";
- }
}
}