aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2018-04-24 11:15:18 -0400
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2018-04-24 11:15:18 -0400
commitf07171317e84942db1771e1a61a6c59876ddad62 (patch)
tree78df2c2b62edaadc05e9fcacada143b643334bcc
parentad97a8005fac8766baeaf62b19f645a3ab751987 (diff)
downloadgrokmirror-f07171317e84942db1771e1a61a6c59876ddad62.tar.gz
Call this version 1.1.0
There are enough changes to warrant a bump to 1.1, what with py3 compatibility and addition of progressbars, which pulls in new dependencies. Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rw-r--r--CHANGELOG.rst2
-rw-r--r--README.rst4
-rw-r--r--grokmirror/__init__.py2
-rw-r--r--man/grok-dumb-pull.12
-rw-r--r--man/grok-dumb-pull.1.rst2
-rw-r--r--man/grok-fsck.16
-rw-r--r--man/grok-fsck.1.rst2
-rw-r--r--man/grok-manifest.12
-rw-r--r--man/grok-manifest.1.rst2
-rw-r--r--man/grok-pull.12
-rw-r--r--man/grok-pull.1.rst2
-rw-r--r--setup.py2
12 files changed, 15 insertions, 15 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index ae1a308..7f6062a 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,4 +1,4 @@
-v1.0.2 (2018-04-23)
+v1.1.0 (2018-04-24)
-------------------
- Make Python3 compatible (thanks to QuLogic for most of the work)
- Rework grok-fsck to improve functionality:
diff --git a/README.rst b/README.rst
index bc19752..e72df62 100644
--- a/README.rst
+++ b/README.rst
@@ -5,10 +5,10 @@ Framework to smartly mirror git repositories
--------------------------------------------
:Author: konstantin@linuxfoundation.org
-:Date: 2018-04-18
+:Date: 2018-04-24
:Copyright: The Linux Foundation and contributors
:License: GPLv3+
-:Version: 1.0.2
+:Version: 1.1.0
DESCRIPTION
-----------
diff --git a/grokmirror/__init__.py b/grokmirror/__init__.py
index bd26332..d4224b5 100644
--- a/grokmirror/__init__.py
+++ b/grokmirror/__init__.py
@@ -28,7 +28,7 @@ from fcntl import lockf, LOCK_EX, LOCK_UN, LOCK_NB
from git import Repo
-VERSION = '1.0.2'
+VERSION = '1.1.0'
MANIFEST_LOCKH = None
REPO_LOCKH = {}
diff --git a/man/grok-dumb-pull.1 b/man/grok-dumb-pull.1
index 4282b64..749d83c 100644
--- a/man/grok-dumb-pull.1
+++ b/man/grok-dumb-pull.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH GROK-DUMB-PULL 1 "2018-04-18" "1.0.2" ""
+.TH GROK-DUMB-PULL 1 "2018-04-18" "1.1.0" ""
.SH NAME
GROK-DUMB-PULL \- Update git repositories not managed by grokmirror
.
diff --git a/man/grok-dumb-pull.1.rst b/man/grok-dumb-pull.1.rst
index 553e96b..fcfe063 100644
--- a/man/grok-dumb-pull.1.rst
+++ b/man/grok-dumb-pull.1.rst
@@ -8,7 +8,7 @@ Update git repositories not managed by grokmirror
:Date: 2018-04-18
:Copyright: The Linux Foundation and contributors
:License: GPLv3+
-:Version: 1.0.2
+:Version: 1.1.0
:Manual section: 1
SYNOPSIS
diff --git a/man/grok-fsck.1 b/man/grok-fsck.1
index f381b40..66f4417 100644
--- a/man/grok-fsck.1
+++ b/man/grok-fsck.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH GROK-FSCK 1 "2018-04-18" "1.0.2" ""
+.TH GROK-FSCK 1 "2018-04-18" "1.1.0" ""
.SH NAME
GROK-FSCK \- Check mirrored repositories for corruption
.
@@ -125,13 +125,13 @@ git(1)
.UNINDENT
.SH SUPPORT
.sp
-Please send support requests to the mailing list:
+Please open an issue on Github:
.INDENT 0.0
.INDENT 3.5
.sp
.nf
.ft C
-http://lists.kernel.org/mailman/listinfo/grokmirror
+https://github.com/mricon/grokmirror/issues
.ft P
.fi
.UNINDENT
diff --git a/man/grok-fsck.1.rst b/man/grok-fsck.1.rst
index b837300..e15734e 100644
--- a/man/grok-fsck.1.rst
+++ b/man/grok-fsck.1.rst
@@ -8,7 +8,7 @@ Check mirrored repositories for corruption
:Date: 2018-04-18
:Copyright: The Linux Foundation and contributors
:License: GPLv3+
-:Version: 1.0.2
+:Version: 1.1.0
:Manual section: 1
SYNOPSIS
diff --git a/man/grok-manifest.1 b/man/grok-manifest.1
index f93c054..20bdef8 100644
--- a/man/grok-manifest.1
+++ b/man/grok-manifest.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH GROK-MANIFEST 1 "2018-04-18" "1.0.2" ""
+.TH GROK-MANIFEST 1 "2018-04-18" "1.1.0" ""
.SH NAME
GROK-MANIFEST \- Create manifest for use with grokmirror
.
diff --git a/man/grok-manifest.1.rst b/man/grok-manifest.1.rst
index e063f45..e3b548b 100644
--- a/man/grok-manifest.1.rst
+++ b/man/grok-manifest.1.rst
@@ -8,7 +8,7 @@ Create manifest for use with grokmirror
:Date: 2018-04-18
:Copyright: The Linux Foundation and contributors
:License: GPLv3+
-:Version: 1.0.2
+:Version: 1.1.0
:Manual section: 1
SYNOPSIS
diff --git a/man/grok-pull.1 b/man/grok-pull.1
index f042ddd..79f5b35 100644
--- a/man/grok-pull.1
+++ b/man/grok-pull.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH GROK-PULL 1 "2018-04-18" "1.0.2" ""
+.TH GROK-PULL 1 "2018-04-18" "1.1.0" ""
.SH NAME
GROK-PULL \- Clone or update local git repositories
.
diff --git a/man/grok-pull.1.rst b/man/grok-pull.1.rst
index 1df99d3..cb031a4 100644
--- a/man/grok-pull.1.rst
+++ b/man/grok-pull.1.rst
@@ -8,7 +8,7 @@ Clone or update local git repositories
:Date: 2018-04-18
:Copyright: The Linux Foundation and contributors
:License: GPLv3+
-:Version: 1.0.2
+:Version: 1.1.0
:Manual section: 1
SYNOPSIS
diff --git a/setup.py b/setup.py
index 61219e2..660db39 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
import os
import setuptools
-VERSION = '1.0.2'
+VERSION = '1.1.0'
NAME = 'grokmirror'
# Utility function to read the README file.