Build CentOS repo without strict requirements to number of incorrect packets

Change-Id: I39c85006363c8a28c79428c6fd12582ace810857
This commit is contained in:
Aleksandr Shaposhnikov 2013-12-13 16:51:05 -08:00
parent 68e541e2e7
commit 3b49134711
1 changed files with 1 additions and 1 deletions

View File

@ -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 three downloading conflicts: django, mysql and kernel-headers
test `grep "has depsolving problems" $(BUILD_DIR)/mirror/centos/yumdownloader.log | wc -l` = 3
test `grep "has depsolving problems" $(BUILD_DIR)/mirror/centos/yumdownloader.log | wc -l` -le 3
$(ACTION.TOUCH)
show-yum-urls-centos: \