From b1d0787e062a976b33113f08e12c6d9193dbd2e7 Mon Sep 17 00:00:00 2001 From: Bogdano Arendartchuk Date: Sun, 17 Jun 2007 15:07:25 +0000 Subject: Perform less svn operations in getsrpm and rpmlog - don't export SPECS/ when current/ is already exported - don't check for the presence of a path that will be exported in the same code, let it raise one exception - complain when no changelogs are found inside SPECS/ --- RepSys/rpmutil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RepSys/rpmutil.py') diff --git a/RepSys/rpmutil.py b/RepSys/rpmutil.py index bd75254..559b64c 100644 --- a/RepSys/rpmutil.py +++ b/RepSys/rpmutil.py @@ -77,7 +77,7 @@ def get_srpm(pkgdirurl, if svnlog: submit = not not revision specfile_svn2rpm(pkgdirurl, spec, revision, submit=submit, - template=template, macros=macros) + template=template, macros=macros, exported=tmpdir) #FIXME revisioreal not needed if revision is None #FIXME use geturl instead of pkgdirurl revisionreal = svn.revision(pkgdirurl) -- cgit v1.2.1