diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-06-30 12:43:02 -0400 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-06-30 12:43:02 -0400 |
commit | f404689fc11bbeace243779305ede5b7d7270ae8 (patch) | |
tree | 6104556252d777f95442567e63f4452b55089699 /cron-jobs/check_archlinux.py | |
parent | 547b245147b7d44930df46f553067864339f9c43 (diff) |
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>
Diffstat (limited to 'cron-jobs/check_archlinux.py')
-rwxr-xr-x | cron-jobs/check_archlinux.py | 3 |
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 |