diff options
author | Dan McGee <dan@archlinux.org> | 2010-09-12 09:50:44 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-09-12 09:50:44 -0500 |
commit | 8a5f6e5542590edb94499bd6f36ba3787efbc2ce (patch) | |
tree | 419e9bd425036f67aa37ac78e96c93a36d160a83 /cron-jobs/update-web-db | |
parent | e67a4695ee9550dfa7de153c48d3949891acb048 (diff) |
Add multilib-testing to web update script
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'cron-jobs/update-web-db')
-rwxr-xr-x | cron-jobs/update-web-db | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cron-jobs/update-web-db b/cron-jobs/update-web-db index 8f91ca2..8b74a3a 100755 --- a/cron-jobs/update-web-db +++ b/cron-jobs/update-web-db @@ -9,7 +9,7 @@ ARCHES="i686 x86_64" # having "more important repos" last should make [core] trickle to the top of # the updates list each hour rather than being overwhelmed by big [extra] and # [community] updates -REPOS="community-testing multilib community extra testing core" +REPOS="community-testing multilib-testing multilib community extra testing core" LOGOUT="/tmp/archweb_update.log" # figure out what operation to perform |