diff options
author | Pascal Terjan <pterjan@mageia.org> | 2020-06-15 22:30:06 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2020-06-15 22:30:06 +0000 |
commit | 4e652fa91880d9cd45d2e670e1b22c502d91ba14 (patch) | |
tree | fabe71b40f6e0958bc7607e6375fd668419339bd | |
parent | 5ef2f4592b5b607e1142b50a40b2dc80934b4ba6 (diff) | |
download | iurt-4e652fa91880d9cd45d2e670e1b22c502d91ba14.tar iurt-4e652fa91880d9cd45d2e670e1b22c502d91ba14.tar.gz iurt-4e652fa91880d9cd45d2e670e1b22c502d91ba14.tar.bz2 iurt-4e652fa91880d9cd45d2e670e1b22c502d91ba14.tar.xz iurt-4e652fa91880d9cd45d2e670e1b22c502d91ba14.zip |
Fix updating the chroot...
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | iurt | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ - ulri: add architecture in botcmd filename +- iurt: fix updating the chroot 0.7.13 - iurt: try again updating packages later @@ -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/"; |