aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2016-05-29 14:55:04 +0200
committerPapoteur <papoteur@mageialinux-online.org>2016-05-29 14:55:04 +0200
commit54ab003972243df7a67a5c034f18c1fa0df79c0b (patch)
tree3d5e8d40328016068e652065fc423962a6f55598
parent26f45c6548d4671b1792dbcf8411929f8ec145ae (diff)
downloadmgarepo-topic/python2.tar
mgarepo-topic/python2.tar.gz
mgarepo-topic/python2.tar.bz2
mgarepo-topic/python2.tar.xz
mgarepo-topic/python2.zip
Prepare 1.10.81.10.8topic/python2
-rw-r--r--CHANGES9
-rwxr-xr-xmgarepo2
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 37c5267..e394e22 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,12 @@
+* 1.10.8
+- Add a retry with building srpm in case of error in getrelease when creating a srpm
+ use rpm -qp rpm instead of --specfile to get release number
+- Make mgarepo ci -s work
+ When only fetching the spec file, mgarepo still tried to retrieve the
+ binaries. This resulted in an error message. Really only download the
+ spec file.
+- Prefix svn info command with only LANGUAGE=C (mga#73)
+
* 1.10.7
- ignore 'mgarepo sync -c' and tell it's deprecated
diff --git a/mgarepo b/mgarepo
index 8c01db4..a73358e 100755
--- a/mgarepo
+++ b/mgarepo
@@ -4,7 +4,7 @@ from MgaRepo.command import *
import getopt
import sys
-VERSION="1.10.6"
+VERSION="1.10.8"
HELP = """\
Usage: mgarepo COMMAND [COMMAND ARGUMENTS]