From 583ab46a21db6cc022307e1c82a1d459dafc5ccf Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Thu, 27 Jan 2011 19:19:00 +0000 Subject: version 1.9.7 --- CHANGES | 8 ++++++++ mgarepo | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 7471eda..bb148fe 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/mgarepo b/mgarepo index 347119b..dfaaa5a 100755 --- a/mgarepo +++ b/mgarepo @@ -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] -- cgit v1.2.1