diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-08-17 17:00:21 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-08-17 17:00:21 +0000 |
commit | 4fbf2c39292b718d950a9b6b8f3b243104b4c84a (patch) | |
tree | 99ec04b510764749a880b89baaf707c01e8c9bde | |
parent | 019c4d5a7fdf3813eb06740598cd8a378f2d1f57 (diff) | |
download | mgarepo-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.py | 2 |
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() |