summaryrefslogtreecommitdiffstats
path: root/db-functions
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-10-07 12:42:01 +0200
committerFlorian Pritz <bluewind@xinu.at>2015-05-27 15:46:05 +0200
commit1a57633f1d8e15f4b0ca48f2acacf6b67f74b573 (patch)
tree0c1f6ba175f7ee4bdcb52d9bd7b9473e456d105a /db-functions
parent81023f6318b0257fd266585b34817dee46c37e35 (diff)
downloaddbscripts-1a57633f1d8e15f4b0ca48f2acacf6b67f74b573.tar.gz
dbscripts-1a57633f1d8e15f4b0ca48f2acacf6b67f74b573.tar.xz
INCOMPLETE: make tests.d/db-update.sh work
This depends on my setup so it can call an adjusted archrelease. Needs to be fixed properly. Signed-off-by: Florian Pritz <bluewind@xinu.at>
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() {