From 4e652fa91880d9cd45d2e670e1b22c502d91ba14 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Mon, 15 Jun 2020 22:30:06 +0000 Subject: Fix updating the chroot... --- NEWS | 1 + iurt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7d12ebc..33f4a5f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,5 @@ - ulri: add architecture in botcmd filename +- iurt: fix updating the chroot 0.7.13 - iurt: try again updating packages later diff --git a/iurt b/iurt index c5b3d30..1138242 100755 --- a/iurt +++ b/iurt @@ -786,7 +786,7 @@ retry: # We may have media not used to create the chroot (when building for updates_testing # or if using additional_media) so need to update basesystem packages. - $urpmi->update($chroot); + $urpmi->update($chroot_tmp); plog('INFO', "Install build dependencies for $srpm"); my $path_srpm = "$chroot_tmp/home/$luser/rpmbuild/SRPMS/"; -- cgit v1.2.1