summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2008-06-30 18:43:02 +0200
committerAaron Griffin <aaronmgriffin@gmail.com>2008-06-30 18:43:02 +0200
commitf404689fc11bbeace243779305ede5b7d7270ae8 (patch)
tree6104556252d777f95442567e63f4452b55089699
parent547b245147b7d44930df46f553067864339f9c43 (diff)
downloaddbscripts-f404689fc11bbeace243779305ede5b7d7270ae8.tar.gz
dbscripts-f404689fc11bbeace243779305ede5b7d7270ae8.tar.xz
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 <aaronmgriffin@gmail.com>
-rwxr-xr-xcron-jobs/check_archlinux.py3
1 files changed, 2 insertions, 1 deletions
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