summaryrefslogtreecommitdiffstats
path: root/db-functions
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2009-07-22 20:02:37 +0200
committerAaron Griffin <aaronmgriffin@gmail.com>2009-07-22 23:23:37 +0200
commit94c1ba6eed3fbdda8be0b7c67257d30dcabfd5c6 (patch)
tree11fabb071df62d01b9c3c06af5a59721b8c09ac7 /db-functions
parente4346ab8404ee32a69848d4f55bb0d09664c7d75 (diff)
downloaddbscripts-94c1ba6eed3fbdda8be0b7c67257d30dcabfd5c6.tar.gz
dbscripts-94c1ba6eed3fbdda8be0b7c67257d30dcabfd5c6.tar.xz
remove support for different svn repos
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'db-functions')
-rw-r--r--db-functions14
1 files changed, 0 insertions, 14 deletions
diff --git a/db-functions b/db-functions
index d183373..bbb6abc 100644
--- a/db-functions
+++ b/db-functions
@@ -119,19 +119,5 @@ check_pkg_arch () { #check_pkg_arch pkgfile arch
fi
}
-get_svnpath () { #get_svnpath reponame
- local var
- local repopath
- var="\$SVNREPO_${1}"
-
- eval repopath=${var}
- if [ -z "$repopath" ]; then
- echo "ERROR: SVN path not defined for '${1}'" >&2
- echo " Please check SVNREPO_${1} config setting" >&2
- fi
-
- echo "$repopath"
-}
-
# vim: set ts=4 sw=4 noet ft=sh: