From 4e8097313bb091915febf708eaa1b3134873cc08 Mon Sep 17 00:00:00 2001 From: Bogdano Arendartchuk Date: Mon, 3 Mar 2008 21:13:34 +0000 Subject: Added small note about bad path hardcoded in rpmlog --- RepSys/commands/rpmlog.py | 1 + 1 file changed, 1 insertion(+) (limited to 'RepSys/commands') 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) -- cgit v1.2.1