mirror of
https://github.com/BioArchLinux/devtools-bio.git
synced 2025-03-10 12:02:42 +00:00
[pacman.conf] make sure archlinuxcn packages are found first
This commit is contained in:
parent
37e278d20d
commit
67a429998f
2 changed files with 8 additions and 8 deletions
|
@ -65,6 +65,10 @@ LocalFileSigLevel = Optional
|
||||||
# uncommented to enable the repo.
|
# uncommented to enable the repo.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
[archlinuxcn]
|
||||||
|
SigLevel = Optional TrustAll
|
||||||
|
Server = http://repo.archlinuxcn.org/$arch
|
||||||
|
|
||||||
[haskell-core]
|
[haskell-core]
|
||||||
# Server = http://repo-hs.archlinuxcn.org/$arch
|
# Server = http://repo-hs.archlinuxcn.org/$arch
|
||||||
Server = http://xsounds.org/~haskell/core/$arch
|
Server = http://xsounds.org/~haskell/core/$arch
|
||||||
|
@ -93,7 +97,3 @@ Include = /etc/pacman.d/mirrorlist
|
||||||
#[custom]
|
#[custom]
|
||||||
#SigLevel = Optional TrustAll
|
#SigLevel = Optional TrustAll
|
||||||
#Server = file:///home/custompkgs
|
#Server = file:///home/custompkgs
|
||||||
|
|
||||||
[archlinuxcn]
|
|
||||||
SigLevel = Optional TrustAll
|
|
||||||
Server = http://repo.archlinuxcn.org/$arch
|
|
||||||
|
|
|
@ -65,6 +65,10 @@ LocalFileSigLevel = Optional
|
||||||
# uncommented to enable the repo.
|
# uncommented to enable the repo.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
[archlinuxcn]
|
||||||
|
SigLevel = Optional TrustAll
|
||||||
|
Server = http://repo.archlinuxcn.org/$arch
|
||||||
|
|
||||||
[haskell-core]
|
[haskell-core]
|
||||||
# Server = http://repo-hs.archlinuxcn.org/$arch
|
# Server = http://repo-hs.archlinuxcn.org/$arch
|
||||||
Server = http://xsounds.org/~haskell/core/$arch
|
Server = http://xsounds.org/~haskell/core/$arch
|
||||||
|
@ -102,7 +106,3 @@ Include = /etc/pacman.d/mirrorlist
|
||||||
#[custom]
|
#[custom]
|
||||||
#SigLevel = Optional TrustAll
|
#SigLevel = Optional TrustAll
|
||||||
#Server = file:///home/custompkgs
|
#Server = file:///home/custompkgs
|
||||||
|
|
||||||
[archlinuxcn]
|
|
||||||
SigLevel = Optional TrustAll
|
|
||||||
Server = http://repo.archlinuxcn.org/$arch
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue