aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2016-10-08 13:47:26 +0200
committerPapoteur <papoteur@mageialinux-online.org>2016-10-08 13:47:26 +0200
commit24b136aab7fd957dfb2f363f8f478b9f80277cf0 (patch)
tree5df82df647e3698c38c8a0dba0a8a60e5d884a52
parent334ec39abb73947d6b9fbf0a69cb33ce8353c8a5 (diff)
downloadmgarepo-24b136aab7fd957dfb2f363f8f478b9f80277cf0.tar
mgarepo-24b136aab7fd957dfb2f363f8f478b9f80277cf0.tar.gz
mgarepo-24b136aab7fd957dfb2f363f8f478b9f80277cf0.tar.bz2
mgarepo-24b136aab7fd957dfb2f363f8f478b9f80277cf0.tar.xz
mgarepo-24b136aab7fd957dfb2f363f8f478b9f80277cf0.zip
1.13.11.13.1
-rw-r--r--CHANGES5
-rw-r--r--Makefile2
-rwxr-xr-xmgarepo2
3 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index b10d5d4..0bd7eee 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
+* 1.13.1
- auomatically fallback to non-ssh (ie. svn:// rather than svn+ssh://) when
authentication fails
+- move detectVCS() to separate module to prevent import order
+- fix 'mgarepo sync -d' for git-svn repos
+- update upload_binary() to properly use newer execcmd()
+- redirect stdin, as required for ssh session invoked through binrepo
* 1.13.0
- implement 'clone' command with support for quick git-svn cloning
diff --git a/Makefile b/Makefile
index b16a6e9..113a8b5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = mgarepo
-VERSION = 1.13.0
+VERSION = 1.13.1
.PHONY: all $(DIRS) clean
clean:
diff --git a/mgarepo b/mgarepo
index dfcb747..8c0b07f 100755
--- a/mgarepo
+++ b/mgarepo
@@ -4,7 +4,7 @@ from MgaRepo.command import *
import getopt
import sys
-VERSION="1.13.0"
+VERSION="1.13.1"
HELP = """\
Usage: mgarepo COMMAND [COMMAND ARGUMENTS]