diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-09-12 19:32:29 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-09-12 19:32:29 +0200 |
commit | c500ff681eeabd8eb1b6b7c606a2830680f137b5 (patch) | |
tree | 483b80758e169f5f94eb36da9ce6f8f8651edef0 | |
parent | 2c6b7c3ebefa33e865d2293331dcf166cb580bd9 (diff) | |
parent | 8a5f6e5542590edb94499bd6f36ba3787efbc2ce (diff) | |
download | dbscripts-c500ff681eeabd8eb1b6b7c606a2830680f137b5.tar.gz dbscripts-c500ff681eeabd8eb1b6b7c606a2830680f137b5.tar.xz |
Merge branch 'master' of gerolde.archlinux.org:/srv/projects/git/dbscripts
-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 |