[arch-projects] [dbscripts][PATCH] Disable integrity check for i686
Jelle van der Waa
jelle at vdwaa.nl
Mon Mar 20 18:37:34 UTC 2017
i686 will be deprecated, so this check is no longer required.
Signed-off-by: Jelle van der Waa <jelle at vdwaa.nl>
---
cron-jobs/integrity-check | 4 ----
1 file changed, 4 deletions(-)
diff --git a/cron-jobs/integrity-check b/cron-jobs/integrity-check
index f6c26cf..211a24b 100755
--- a/cron-jobs/integrity-check
+++ b/cron-jobs/integrity-check
@@ -21,10 +21,6 @@ check() {
2>&1 | ${dirname}/devlist-mailer "Integrity Check ${arch}: ${repos}" "${mailto}"
}
-repos='core,extra,community'
-arch='i686'
-check
-
repos='core,extra,community,multilib'
arch='x86_64'
check
--
2.12.0
More information about the arch-projects
mailing list