diff options
author | Papoteur <papoteur@mageia.org> | 2017-12-02 17:30:36 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2017-12-02 17:30:36 +0100 |
commit | 0797d9e33caa5dfd5a59e94c7b1c14c7aaecf19b (patch) | |
tree | c8575f1a483a74303dbc1d247c001cf8dbb63d24 | |
parent | 3d07394860154f6f8ef7d5aa03c007c0452ecc9f (diff) | |
download | mgarepo-0797d9e33caa5dfd5a59e94c7b1c14c7aaecf19b.tar mgarepo-0797d9e33caa5dfd5a59e94c7b1c14c7aaecf19b.tar.gz mgarepo-0797d9e33caa5dfd5a59e94c7b1c14c7aaecf19b.tar.bz2 mgarepo-0797d9e33caa5dfd5a59e94c7b1c14c7aaecf19b.tar.xz mgarepo-0797d9e33caa5dfd5a59e94c7b1c14c7aaecf19b.zip |
1.12.41.12.4
-rw-r--r-- | CHANGES | 3 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | mgarepo | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,6 @@ +* 1.12.4 +- allow maintdb get <package> without packagers credentials + * 1.12.3 - syntax correction @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.12.3 +VERSION = 1.12.4 .PHONY: all $(DIRS) clean clean: @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.12.3" +VERSION="1.12.4" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] |