aboutsummaryrefslogtreecommitdiffstats
path: root/mgarepo
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2015-12-20 09:07:40 +0100
committerPapoteur <papoteur@mageialinux-online.org>2015-12-20 09:07:40 +0100
commite3ddfccab05554cc0b185d34d1f13b716d874c5d (patch)
treec33289cea7844988eb1f1933ffe387ded6372bd9 /mgarepo
parent896ffa4fce70192ae87bd1ff412408520cc27dd7 (diff)
downloadmgarepo-e3ddfccab05554cc0b185d34d1f13b716d874c5d.tar
mgarepo-e3ddfccab05554cc0b185d34d1f13b716d874c5d.tar.gz
mgarepo-e3ddfccab05554cc0b185d34d1f13b716d874c5d.tar.bz2
mgarepo-e3ddfccab05554cc0b185d34d1f13b716d874c5d.tar.xz
mgarepo-e3ddfccab05554cc0b185d34d1f13b716d874c5d.zip
- Push 1.11.5 (fix mga#17365)
Diffstat (limited to 'mgarepo')
-rwxr-xr-xmgarepo3
1 files changed, 2 insertions, 1 deletions
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)