aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-08-17 17:00:21 +0000
committerNicolas Vigier <boklm@mageia.org>2011-08-17 17:00:21 +0000
commit4fbf2c39292b718d950a9b6b8f3b243104b4c84a (patch)
tree99ec04b510764749a880b89baaf707c01e8c9bde
parent019c4d5a7fdf3813eb06740598cd8a378f2d1f57 (diff)
downloadmgarepo-4fbf2c39292b718d950a9b6b8f3b243104b4c84a.tar
mgarepo-4fbf2c39292b718d950a9b6b8f3b243104b4c84a.tar.gz
mgarepo-4fbf2c39292b718d950a9b6b8f3b243104b4c84a.tar.bz2
mgarepo-4fbf2c39292b718d950a9b6b8f3b243104b4c84a.tar.xz
mgarepo-4fbf2c39292b718d950a9b6b8f3b243104b4c84a.zip
don't commit sha1.lst by default
-rw-r--r--MgaRepo/rpmutil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/MgaRepo/rpmutil.py b/MgaRepo/rpmutil.py
index 7874c29..caaba3b 100644
--- a/MgaRepo/rpmutil.py
+++ b/MgaRepo/rpmutil.py
@@ -631,7 +631,7 @@ def update(target=None):
url = info["URL"]
binrepo.download_binaries(br_target)
-def upload(paths, commit=True):
+def upload(paths, commit=False):
for path in paths:
if os.path.isdir(path) or binrepo.is_binary(path):
topdir = getpkgtopdir()