diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-01-12 00:21:41 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-01-12 00:21:41 +0000 |
commit | 51b002a2369d9f67348b4c2d410567918c94f691 (patch) | |
tree | ba5360a2a66ea8eb1465c9912dc6e3d35e742c23 | |
parent | ad7fb7807ceaee96521d779993a5e1b28650723f (diff) | |
download | mgarepo-51b002a2369d9f67348b4c2d410567918c94f691.tar mgarepo-51b002a2369d9f67348b4c2d410567918c94f691.tar.gz mgarepo-51b002a2369d9f67348b4c2d410567918c94f691.tar.bz2 mgarepo-51b002a2369d9f67348b4c2d410567918c94f691.tar.xz mgarepo-51b002a2369d9f67348b4c2d410567918c94f691.zip |
mgarepo version 1.9.51.9.5
-rw-r--r-- | CHANGES | 5 | ||||
-rwxr-xr-x | mgarepo | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +* 1.9.5 +- rename repsys files to mgarepo, RepSys directory to MgaRepo, and + update docs and examples for Mageia +- fix svn syntax problems in case of paths containing '@' + * 1.9.4 - add more extentions for files belonging in binrepo @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.9.4" +VERSION="1.9.5" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] |