aboutsummaryrefslogtreecommitdiffstats
path: root/MgaRepo
diff options
context:
space:
mode:
authorPer Øyvind Karlsen <proyvind@moondrake.org>2016-05-31 05:55:00 +0200
committerPer Øyvind Karlsen <proyvind@moondrake.org>2016-05-31 05:55:00 +0200
commitdaae45e56245592d67bc5ece4fa82c78c6e1566f (patch)
tree5931e66d0c04ce3e2c7dff3da6b994f9524b544e /MgaRepo
parentc1b28c4339454e0b895f531432d1ff971222a163 (diff)
downloadmgarepo-daae45e56245592d67bc5ece4fa82c78c6e1566f.tar
mgarepo-daae45e56245592d67bc5ece4fa82c78c6e1566f.tar.gz
mgarepo-daae45e56245592d67bc5ece4fa82c78c6e1566f.tar.bz2
mgarepo-daae45e56245592d67bc5ece4fa82c78c6e1566f.tar.xz
mgarepo-daae45e56245592d67bc5ece4fa82c78c6e1566f.zip
fix rev_touched_url()
Diffstat (limited to 'MgaRepo')
-rw-r--r--MgaRepo/rpmutil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/MgaRepo/rpmutil.py b/MgaRepo/rpmutil.py
index e9a2df9..1395133 100644
--- a/MgaRepo/rpmutil.py
+++ b/MgaRepo/rpmutil.py
@@ -58,7 +58,7 @@ def get_spec(pkgdirurl, targetdir=".", submit=False):
#FIXME move it to another module
def rev_touched_url(url, rev):
- svn = detectVCS(pkgdirurl)
+ svn = detectVCS(url)
info = svn.info2(url)
if info is None:
raise Error("can't fetch svn info about the URL: %s" % url)