From f404689fc11bbeace243779305ede5b7d7270ae8 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Mon, 30 Jun 2008 12:43:02 -0400 Subject: Remove community from the integrity check, for now To much output sent to the dev list, this needs to be sent to the aur-general list separately Signed-off-by: Aaron Griffin --- cron-jobs/check_archlinux.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cron-jobs') diff --git a/cron-jobs/check_archlinux.py b/cron-jobs/check_archlinux.py index 61b9bc2..cb43351 100755 --- a/cron-jobs/check_archlinux.py +++ b/cron-jobs/check_archlinux.py @@ -25,7 +25,8 @@ abs_conf_dir = "/etc/abs" valid_archs = ['i686', 'x86_64'] cvs_tags = {'i686': 'CURRENT', 'x86_64': 'CURRENT-64'} -include_paths = ['core', 'extra', 'community', 'unstable'] +#include_paths = ['core', 'extra', 'community', 'unstable'] +include_paths = ['core', 'extra', 'unstable'] pkgdir_path_depth = 3 base_server = "ftp.archlinux.org" # Must be ftp site -- cgit v1.2.3-2-g168b