summaryrefslogtreecommitdiffstats
path: root/db-functions
diff options
context:
space:
mode:
Diffstat (limited to 'db-functions')
-rw-r--r--db-functions4
1 files changed, 2 insertions, 2 deletions
diff --git a/db-functions b/db-functions
index ca3e8e8..47053ea 100644
--- a/db-functions
+++ b/db-functions
@@ -634,8 +634,8 @@ get_file_from_pkgrepo() {
# for git: cd $whereever; git show $tag:$filename
#curl -s https://projects.archlinux.org/svntogit/community.git/plain/trunk/$filename?h=packages/$pkgbase
# TODO: this requires us to restructure the repos
- #arch_svn cat "${SVNREPO}/${_pkgbase}/tags/$tag/$filename"
- arch_svn cat "${SVNREPO}/${_pkgbase}/trunk/$filename"
+ arch_svn cat "${SVNREPO}/${_pkgbase}/tags/$tag/$filename"
+ #arch_svn cat "${SVNREPO}/${_pkgbase}/trunk/$filename"
}
arch_svn() {