aboutsummaryrefslogtreecommitdiffstats
path: root/RepSys/rpmutil.py
diff options
context:
space:
mode:
Diffstat (limited to 'RepSys/rpmutil.py')
-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,