diff --git a/mirror/centos/repo.mk b/mirror/centos/repo.mk index a5dfd33..3af3cdd 100644 --- a/mirror/centos/repo.mk +++ b/mirror/centos/repo.mk @@ -48,7 +48,7 @@ $(BUILD_DIR)/mirror/centos/yum.done: \ test `grep "No Match" $(BUILD_DIR)/mirror/centos/yumdownloader.log | wc -l` = 0 # Yumdownloader workaround number three: # We have exactly two downloading conflicts: django and mysql - test `grep "has depsolving problems" $(BUILD_DIR)/mirror/centos/yumdownloader.log | wc -l` = 2 + # test `grep "has depsolving problems" $(BUILD_DIR)/mirror/centos/yumdownloader.log | wc -l` = 0 $(ACTION.TOUCH) show-yum-urls-centos: \