diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-05-25 10:30:54 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-05-25 10:30:54 +0000 |
commit | 7faee064484947ffb3df5f41fd0593564b142505 (patch) | |
tree | 63b2a9567dd1c6242c14557ae9255e7bf934afdf | |
parent | ec27c93564820c2fe9ebe049727091b09a7d1123 (diff) | |
download | mgarepo-7faee064484947ffb3df5f41fd0593564b142505.tar mgarepo-7faee064484947ffb3df5f41fd0593564b142505.tar.gz mgarepo-7faee064484947ffb3df5f41fd0593564b142505.tar.bz2 mgarepo-7faee064484947ffb3df5f41fd0593564b142505.tar.xz mgarepo-7faee064484947ffb3df5f41fd0593564b142505.zip |
version 1.9.101.9.10
-rw-r--r-- | CHANGES | 10 | ||||
-rwxr-xr-x | mgarepo | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +* 1.9.10 +- ignore incorrect symlinks in SOURCES directory (#463) +- fix svn status function and only add files with status "?" + in mgarepo sync (#349) +- do not leave empty file when download failed (#374) +- remove logging error +- remove link to mandriva build system from help +- add 'up' to the --help message +- fix example in usage message + * 1.9.9 - in sync, only try to remove files that are on svn or symlinks - check hash for binary files @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.9.9" +VERSION="1.9.10" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] |