summaryrefslogtreecommitdiff
path: root/cron-jobs/integrity-check
diff options
context:
space:
mode:
authorHenning Garus <henning.garus@gmail.com>2009-09-01 23:54:47 +0200
committerAaron Griffin <aaronmgriffin@gmail.com>2009-09-18 13:18:10 -0700
commita46bca9a39b37e7574f87468ddc5fb9b9577786e (patch)
treee573407df6e3aa4889a3d1e4b567cc548a6079d4 /cron-jobs/integrity-check
parent915c5ce3119c84aedf30c14d0e9a87a84510271a (diff)
check_packages.py: Allow multiple abs-trees
By parsing multiple abs trees we can add any when parsing the other trees, checking any standalone doesn't make much sense. Signed-off-by: Henning Garus <henning.garus@gmail.com> Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'cron-jobs/integrity-check')
-rwxr-xr-xcron-jobs/integrity-check2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron-jobs/integrity-check b/cron-jobs/integrity-check
index 0b59064..b3185ec 100755
--- a/cron-jobs/integrity-check
+++ b/cron-jobs/integrity-check
@@ -9,5 +9,5 @@ fi
$basedir/check_archlinux/check_packages.py \
--repos="$1" \
- --abs-tree="/srv/abs/rsync/$2" --arch="$2" |\
+ --abs-tree="/srv/abs/rsync/$2,/srv/abs/rsync/any" --arch="$2" |\
$basedir/devlist-mailer "Integrity Check $2: $1" "$3"