From fd22101634c7622c1f6f7f71b2ca9ff76291c058 Mon Sep 17 00:00:00 2001 From: James Meyer Date: Sat, 14 Mar 2009 19:08:26 -0500 Subject: For now point the repo to testing for new chroots. --- templates/pacman.conf.chroot | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/templates/pacman.conf.chroot b/templates/pacman.conf.chroot index e8cadc4..66ef97d 100644 --- a/templates/pacman.conf.chroot +++ b/templates/pacman.conf.chroot @@ -34,21 +34,21 @@ CacheDir = /tmp/dev-pkgcache # - pacman will search repositories in the order defined here. # - local/custom mirrors can be added here or in separate files # -[core] -Server = http://knoppmyth.net/repo/REPLACEME/$repo - -[extra] -Server = http://knoppmyth.net/repo/REPLACEME/$repo - -[chroot-devel] -Server = http://knoppmyth.net/repo/REPLACEME/$repo +#[core] +#Server = http://knoppmyth.net/repo/REPLACEME/$repo -#[core-testing] +#[extra] #Server = http://knoppmyth.net/repo/REPLACEME/$repo -#[extra-testing] +#[chroot-devel] #Server = http://knoppmyth.net/repo/REPLACEME/$repo +[core-testing] +Server = http://knoppmyth.net/repo/REPLACEME/$repo + +[extra-testing] +Server = http://knoppmyth.net/repo/REPLACEME/$repo + -- cgit v0.12