aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-09-01 21:38:00 +0000
committerThierry Vignaud <tv@mageia.org>2012-09-01 21:38:00 +0000
commit861a2ec9352930fcc8e00f27d9d9d996d1b1e665 (patch)
tree3e5714a91d965b52ce9fc50fc87c703842f217b3
parent1ccdcaeac396f7a5ba2280465b52e22d3b6fd79e (diff)
downloadiurt-861a2ec9352930fcc8e00f27d9d9d996d1b1e665.tar
iurt-861a2ec9352930fcc8e00f27d9d9d996d1b1e665.tar.gz
iurt-861a2ec9352930fcc8e00f27d9d9d996d1b1e665.tar.bz2
iurt-861a2ec9352930fcc8e00f27d9d9d996d1b1e665.tar.xz
iurt-861a2ec9352930fcc8e00f27d9d9d996d1b1e665.zip
fix import loop
-rw-r--r--NEWS1
-rw-r--r--lib/Iurt/Chroot.pm2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a492b1a..998d04a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
0.6.8 (unreleased)
+- fix import loop
0.6.7
- fix removing chroots
diff --git a/lib/Iurt/Chroot.pm b/lib/Iurt/Chroot.pm
index 44f9581..c628300 100644
--- a/lib/Iurt/Chroot.pm
+++ b/lib/Iurt/Chroot.pm
@@ -7,7 +7,7 @@ use MDK::Common;
use Iurt::Process qw(sudo);
use Iurt::Config qw(dump_cache_par);
use Iurt::Util qw(plog);
-use Iurt::Urpmi;
+# perl_checker: use Iurt::Urpmi
use File::Temp 'mktemp';
use File::Path 'mkpath';
use urpm;