aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-01-15 23:43:22 +0000
committerNicolas Vigier <boklm@mageia.org>2011-01-15 23:43:22 +0000
commitbab8d23450f8aa0e68cf30dd202499e54b0101d9 (patch)
tree6dff952c4139265bb3944d54d2aa5c303dc3c508
parentdce716a0f8fd4108e6615d87dcd362029a0ef305 (diff)
downloadmgarepo-bab8d23450f8aa0e68cf30dd202499e54b0101d9.tar
mgarepo-bab8d23450f8aa0e68cf30dd202499e54b0101d9.tar.gz
mgarepo-bab8d23450f8aa0e68cf30dd202499e54b0101d9.tar.bz2
mgarepo-bab8d23450f8aa0e68cf30dd202499e54b0101d9.tar.xz
mgarepo-bab8d23450f8aa0e68cf30dd202499e54b0101d9.zip
ci does not commit to bindir
-rw-r--r--MgaRepo/rpmutil.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/MgaRepo/rpmutil.py b/MgaRepo/rpmutil.py
index 80a14a0..74421a0 100644
--- a/MgaRepo/rpmutil.py
+++ b/MgaRepo/rpmutil.py
@@ -597,9 +597,6 @@ def sync(dryrun=False, ci=False, download=False):
commit(topdir)
def commit(target=".", message=None, logfile=None):
- topdir = getpkgtopdir(target)
- sourcesdir = os.path.join(topdir, "SOURCES")
- binrepo.commit(sourcesdir) #TODO make it optional
svn = SVN()
status = svn.status(target, quiet=True)
if not status: