aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdano Arendartchuk <bogdano@mandriva.org>2006-07-22 00:38:32 +0000
committerBogdano Arendartchuk <bogdano@mandriva.org>2006-07-22 00:38:32 +0000
commit557c078fdcd191321bc672a0c0625108684e868c (patch)
tree0488b03772f06c7734c0138568654a453326eb7a
parent4f5a7c67deeeb68221dad117ad8f0eacb530031f (diff)
downloadmgarepo-557c078fdcd191321bc672a0c0625108684e868c.tar
mgarepo-557c078fdcd191321bc672a0c0625108684e868c.tar.gz
mgarepo-557c078fdcd191321bc672a0c0625108684e868c.tar.bz2
mgarepo-557c078fdcd191321bc672a0c0625108684e868c.tar.xz
mgarepo-557c078fdcd191321bc672a0c0625108684e868c.zip
- removed wrong parameter passed to svn.exists
-rw-r--r--RepSys/rpmutil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/RepSys/rpmutil.py b/RepSys/rpmutil.py
index 3adbaa3..5931ab2 100644
--- a/RepSys/rpmutil.py
+++ b/RepSys/rpmutil.py
@@ -142,7 +142,7 @@ def put_srpm(pkgdirurl, srpmfile, appendname=0, log=""):
version_exists = 1
currentdir = os.path.join(tmpdir, "current")
else:
- if svn.exists(releaseurl, noerror=1):
+ if svn.exists(releaseurl):
raise Error, "release already exists"
svn.checkout("/".join([pkgdirurl, "current"]), tmpdir)
svn.mkdir(versionurl, noerror=1,