summaryrefslogtreecommitdiffstats
path: root/db-functions
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2010-08-22 22:01:09 +0200
committerPierre Schmitz <pierre@archlinux.de>2010-08-22 22:01:09 +0200
commit9e8897aeadb2aa51b70c5fc0ed1ae281b015d146 (patch)
tree2634ed58087df789c08bcfe2be7e21dc3950d137 /db-functions
parent86ad38857be6646033cf0b98a6debba3da3d7542 (diff)
downloaddbscripts-9e8897aeadb2aa51b70c5fc0ed1ae281b015d146.tar.gz
dbscripts-9e8897aeadb2aa51b70c5fc0ed1ae281b015d146.tar.xz
add makepkg.conf for [multilib]
Diffstat (limited to 'db-functions')
-rw-r--r--db-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-functions b/db-functions
index 292e3ff..9f87298 100644
--- a/db-functions
+++ b/db-functions
@@ -314,7 +314,7 @@ check_pkgsvn() {
get_repos_for_host() {
if [ "$(hostname)" = "sigurd" ]; then
- echo "community community-testing"
+ echo "community community-testing multilib"
else
echo "core extra testing staging"
fi