aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@gmail.com>2016-10-04 00:22:34 +0100
committerPascal Terjan <pterjan@gmail.com>2016-10-04 00:22:34 +0100
commit6bbc19756488738dc851604986afde258e38cb05 (patch)
tree36d8099c99485bba2926fa2db1b7b157df090043
parent21d724e1c82d2d5f562b191a96a1ae2aaadf4a36 (diff)
downloadiurt-6bbc19756488738dc851604986afde258e38cb05.tar
iurt-6bbc19756488738dc851604986afde258e38cb05.tar.gz
iurt-6bbc19756488738dc851604986afde258e38cb05.tar.bz2
iurt-6bbc19756488738dc851604986afde258e38cb05.tar.xz
iurt-6bbc19756488738dc851604986afde258e38cb05.zip
Fix call to build_package0.6.26
-rwxr-xr-xulri2
1 files changed, 1 insertions, 1 deletions
diff --git a/ulri b/ulri
index b7edc54..bd544b2 100755
--- a/ulri
+++ b/ulri
@@ -517,7 +517,7 @@ foreach my $prefix (sort keys %pkg_tree) {
hosts: foreach my $host (keys %{$config->{bot}{$arch}}) {
foreach my $bot (keys %{$config->{bot}{$arch}{$host}}) {
next if $run{bot}{$host}{$bot};
- my $pid = build_package($config, \%pkg_tree, $path, $prefix, $host, $arch, $bot);
+ my $pid = build_package($config, \%pkg_tree, $media, $prefix, $host, $arch, $bot);
if ($pid) {
# Register that the package is building
$run{bot}{$host}{$bot} = $prefix;