aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-08-17 14:32:44 +0000
committerNicolas Vigier <boklm@mageia.org>2011-08-17 14:32:44 +0000
commit739efd30ba53923ad51f75420a452789909cc324 (patch)
tree41c21011e76bb8dc2653ae144132b7642f4420ca
parenteb4f06d051ffc87bf004fb4f6589b3937525bf0d (diff)
downloadmgarepo-739efd30ba53923ad51f75420a452789909cc324.tar
mgarepo-739efd30ba53923ad51f75420a452789909cc324.tar.gz
mgarepo-739efd30ba53923ad51f75420a452789909cc324.tar.bz2
mgarepo-739efd30ba53923ad51f75420a452789909cc324.tar.xz
mgarepo-739efd30ba53923ad51f75420a452789909cc324.zip
remove old download_binaries function
-rw-r--r--MgaRepo/rpmutil.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/MgaRepo/rpmutil.py b/MgaRepo/rpmutil.py
index 41c6f7a..5f3c196 100644
--- a/MgaRepo/rpmutil.py
+++ b/MgaRepo/rpmutil.py
@@ -610,15 +610,6 @@ def spec_sources(topdir):
sources = [name for name, x, y in spec.sources()]
return sources
-def download_binaries(target, pkgdirurl=None, export=False, revision=None,
- binrev=None, symlinks=True, check=False):
- refurl = pkgdirurl
- if refurl is None:
- refurl = binrepo.svn_root(target)
- if binrepo.enabled(refurl):
- binrepo.download(target, pkgdirurl, export=export,
- revision=revision, binrev=binrev, symlinks=symlinks, check=check)
-
def update(target=None):
svn = SVN()
info = None