aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Fandrich <danf@mageia.org>2023-04-17 11:30:51 -0700
committerDan Fandrich <danf@mageia.org>2023-04-17 11:30:51 -0700
commit7e8f3d98b5d524a04e153f76245de97ce59a9be9 (patch)
treeb6649e85dfc6907e943e5ff7cc94e037d2f89bf3
parent4af747cb2a25eb5cb9bce1c560676e75d8153121 (diff)
downloadmgarepo-7e8f3d98b5d524a04e153f76245de97ce59a9be9.tar
mgarepo-7e8f3d98b5d524a04e153f76245de97ce59a9be9.tar.gz
mgarepo-7e8f3d98b5d524a04e153f76245de97ce59a9be9.tar.bz2
mgarepo-7e8f3d98b5d524a04e153f76245de97ce59a9be9.tar.xz
mgarepo-7e8f3d98b5d524a04e153f76245de97ce59a9be9.zip
release 1.14.41.14.4
-rw-r--r--CHANGES2
-rw-r--r--Makefile2
-rwxr-xr-xmgarepo2
3 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 949353c..f66973e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+* 1.14.4
+- Add sync --no-vcs
* 1.14.3
- maintdb.py: Fix error message
diff --git a/Makefile b/Makefile
index 5332de6..9d05aa7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = mgarepo
-VERSION = 1.14.3
+VERSION = 1.14.4
.PHONY: all $(DIRS) clean
clean:
diff --git a/mgarepo b/mgarepo
index 3356876..1d27a8b 100755
--- a/mgarepo
+++ b/mgarepo
@@ -4,7 +4,7 @@ from MgaRepo.command import *
import getopt
import sys
-VERSION="1.14.3"
+VERSION="1.14.4"
HELP = """\
Usage: mgarepo COMMAND [COMMAND ARGUMENTS]