diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-01-27 19:19:00 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-01-27 19:19:00 +0000 |
commit | 583ab46a21db6cc022307e1c82a1d459dafc5ccf (patch) | |
tree | 97156bc38f3c8bd6aa1c6c7671e93f49e8a0abf6 | |
parent | f7665ee2f1f3315a24b64fe39979899d9e29ef18 (diff) | |
download | mgarepo-583ab46a21db6cc022307e1c82a1d459dafc5ccf.tar mgarepo-583ab46a21db6cc022307e1c82a1d459dafc5ccf.tar.gz mgarepo-583ab46a21db6cc022307e1c82a1d459dafc5ccf.tar.bz2 mgarepo-583ab46a21db6cc022307e1c82a1d459dafc5ccf.tar.xz mgarepo-583ab46a21db6cc022307e1c82a1d459dafc5ccf.zip |
version 1.9.71.9.7
-rw-r--r-- | CHANGES | 8 | ||||
-rwxr-xr-x | mgarepo | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +* 1.9.7 +- fix mdarepo ci +- properly set each rpm macros at import +- update help +- set property binrepo-rev instead of mdv:binrepo-rev +- mgarepo del is now working +- create-srpm path changed to /usr/local/bin/submit_package in default config file + * 1.9.6 - don't allow importing packages already on svn - fix problems introduced in previous version with added '@' in path @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.9.6" +VERSION="1.9.7" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] |