diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-15 00:08:26 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-15 00:08:26 (GMT) |
commit | fd22101634c7622c1f6f7f71b2ca9ff76291c058 (patch) | |
tree | eac3bd0703a62ed2bedf76994e2bc249915ecafa /templates | |
parent | 9a3eeb982ec74c4ac47e65ca4d975781b04fe4a8 (diff) | |
download | linhes_dev-fd22101634c7622c1f6f7f71b2ca9ff76291c058.zip |
For now point the repo to testing for new chroots.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/pacman.conf.chroot | 20 |
1 files 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 + |