diff options
author | Papoteur <papoteur@mageialinux-online.org> | 2015-12-02 20:29:21 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageialinux-online.org> | 2015-12-02 20:29:21 +0100 |
commit | c556eaf4760151b6cf45300a8858a6fa53a4c91e (patch) | |
tree | d580ebeaef50364f2ed2274b99584a29bc026705 | |
parent | 890e26fbc6f8126c244185256f8a2b6ebc636505 (diff) | |
parent | 407292d4e8af2c9be69488e3b353b3d90ed29736 (diff) | |
download | mgarepo-c556eaf4760151b6cf45300a8858a6fa53a4c91e.tar mgarepo-c556eaf4760151b6cf45300a8858a6fa53a4c91e.tar.gz mgarepo-c556eaf4760151b6cf45300a8858a6fa53a4c91e.tar.bz2 mgarepo-c556eaf4760151b6cf45300a8858a6fa53a4c91e.tar.xz mgarepo-c556eaf4760151b6cf45300a8858a6fa53a4c91e.zip |
Merge branch 'master' of git://git.mageia.org/software/build-system/mgarepo
Merge with local changes.
-rw-r--r-- | CHANGES | 5 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +* 1.12.2 +- Revert changes to command exec method in util.py, + they broke file upload with binrepo. +- Print the commands to stdout in verbose mode. + * 1.11.1 - Correction for encoded messages - Clean code @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.11.1 +VERSION = 1.11.2 .PHONY: all $(DIRS) clean clean: |