diff options
author | Thomas Bächler <thomas@archlinux.org> | 2009-10-31 19:17:39 +0100 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2009-10-31 19:17:39 +0100 |
commit | 782e8d67158115e8040215bcfef7e8ba54c6d04e (patch) | |
tree | 4859a5fa3762ce3665d4083fffdd75f5e53ad51a | |
parent | 1857fca2d204011852cf2309b66381b2fb4f6535 (diff) |
create-filelists: add community-testing
-rwxr-xr-x | cron-jobs/create-filelists | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cron-jobs/create-filelists b/cron-jobs/create-filelists index 727fe58..840535e 100755 --- a/cron-jobs/create-filelists +++ b/cron-jobs/create-filelists @@ -2,7 +2,7 @@ reposdir="/srv/ftp" targetdir="/srv/ftp" -repos="core extra testing community" +repos="core extra testing community community-testing" . "$(dirname $0)/../db-functions" . "$(dirname $0)/../config" |