aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdano Arendartchuk <bogdano@mandriva.org>2008-03-03 21:13:34 +0000
committerBogdano Arendartchuk <bogdano@mandriva.org>2008-03-03 21:13:34 +0000
commit4e8097313bb091915febf708eaa1b3134873cc08 (patch)
tree243f7a0001830562eab8fbfdc7bebc8d5404bca1
parente53d3b7f7f73703eda3dbe88c784875147a98f9f (diff)
downloadmgarepo-4e8097313bb091915febf708eaa1b3134873cc08.tar
mgarepo-4e8097313bb091915febf708eaa1b3134873cc08.tar.gz
mgarepo-4e8097313bb091915febf708eaa1b3134873cc08.tar.bz2
mgarepo-4e8097313bb091915febf708eaa1b3134873cc08.tar.xz
mgarepo-4e8097313bb091915febf708eaa1b3134873cc08.zip
Added small note about bad path hardcoded in rpmlog
-rw-r--r--RepSys/commands/rpmlog.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/RepSys/commands/rpmlog.py b/RepSys/commands/rpmlog.py
index 561b0fd..3cdcc02 100644
--- a/RepSys/commands/rpmlog.py
+++ b/RepSys/commands/rpmlog.py
@@ -53,6 +53,7 @@ def rpmlog(pkgdirurl, revision, size, template, oldlog, usespec, sort):
if usespec:
svn = SVN()
pkgname = RepSysTree.pkgname(pkgdirurl)
+ #FIXME don't hardcode current/, it may already be in the URL
specurl = os.path.join(pkgdirurl, "current/SPECS", pkgname +
".spec")
rawspec = svn.cat(specurl, rev=revision)