aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2020-02-15 19:48:33 +0000
committerPascal Terjan <pterjan@mageia.org>2020-02-15 19:51:47 +0000
commit0bb06ed29c110447435240ea9b101cfc991a23f0 (patch)
treef63ba8c4bd67677888a4e639b00b06c2404f4b36 /lib
parent3922e195b7df0fb4dbcc0754f8ae2bd0e6f66a1f (diff)
downloadiurt-0bb06ed29c110447435240ea9b101cfc991a23f0.tar
iurt-0bb06ed29c110447435240ea9b101cfc991a23f0.tar.gz
iurt-0bb06ed29c110447435240ea9b101cfc991a23f0.tar.bz2
iurt-0bb06ed29c110447435240ea9b101cfc991a23f0.tar.xz
iurt-0bb06ed29c110447435240ea9b101cfc991a23f0.zip
Delete unused options
Diffstat (limited to 'lib')
-rw-r--r--lib/Iurt/Emi.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Iurt/Emi.pm b/lib/Iurt/Emi.pm
index ac385de..ee87526 100644
--- a/lib/Iurt/Emi.pm
+++ b/lib/Iurt/Emi.pm
@@ -155,8 +155,6 @@ sub upload_prefix_in_media {
# This should not happen :(
return unless @packages;
- $user ||= $config->{upload_user};
-
my $command = generate_upload_command($prefix, $media, $target, $user, \@packages, $o_finish, "$done$path/$youri_file");
plog('DEBUG', "running $command");
if (!system($command)) {