diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-08-21 11:56:44 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-08-21 11:56:44 +0000 |
commit | 7f07b3b4cbce8a08ae3db804075e105d5a8dc26d (patch) | |
tree | 8accca0998ea4b1f45bf4e1e2fda0c9e22628df5 | |
parent | 6ea2837358347482044e3ae3ce0914f087a03a39 (diff) | |
download | mgarepo-7f07b3b4cbce8a08ae3db804075e105d5a8dc26d.tar mgarepo-7f07b3b4cbce8a08ae3db804075e105d5a8dc26d.tar.gz mgarepo-7f07b3b4cbce8a08ae3db804075e105d5a8dc26d.tar.bz2 mgarepo-7f07b3b4cbce8a08ae3db804075e105d5a8dc26d.tar.xz mgarepo-7f07b3b4cbce8a08ae3db804075e105d5a8dc26d.zip |
version 1.10.11.10.1
-rw-r--r-- | CHANGES | 4 | ||||
-rwxr-xr-x | mgarepo | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +* 1.10.1 +- check sha1sum of existing binary files when updating +- remove file when there was an error during download from binrepo + * 1.10.0 - change binrepo : http://mageia.org/pipermail/mageia-sysadm/2011-July/003717.html @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.10.0" +VERSION="1.10.1" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] |