From e3ddfccab05554cc0b185d34d1f13b716d874c5d Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sun, 20 Dec 2015 09:07:40 +0100 Subject: - Push 1.11.5 (fix mga#17365) --- CHANGES | 3 +++ Makefile | 2 +- mgarepo | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 3128399..eea90d3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +* 1.11.5 +- add another test to avoid exception while copying files from tmp/SOURCES (fix mga#17365) + * 1.11.4 - test if SOURCES exists or not to avoid exception while using putsrpm. Useful for "task" packages. diff --git a/Makefile b/Makefile index 9879060..c754490 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.11.4 +VERSION = 1.11.5 .PHONY: all $(DIRS) clean clean: diff --git a/mgarepo b/mgarepo index 38e6d2d..5abb399 100755 --- a/mgarepo +++ b/mgarepo @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.11.4" +VERSION="1.11.5" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] @@ -56,6 +56,7 @@ def parse_options(): parser.add_option("--help-plugin", type="string", dest="__ignore", action="callback", callback=plugin_help) opts, args = parser.parse_args() + args = ['ci'] del opts.__ignore if len(args) < 1: parser.print_help(sys.stderr) -- cgit v1.2.1