[tryton-debian-vcs] tryton-modules-webdav branch debian updated. upstream/4.0.0-5-g176f83f
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Sun Sep 4 17:37:11 UTC 2016
The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-webdav.git;a=commitdiff;h=upstream/4.0.0-5-g176f83f
discards 65554821a4fafe8a5c13951270f8fd4b48799661 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (65554821a4fafe8a5c13951270f8fd4b48799661)
\
N -- N -- N (176f83f3863d2e4333b26e90849c7d2bc49274d8)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
commit 176f83f3863d2e4333b26e90849c7d2bc49274d8
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sat Jun 25 19:26:32 2016 +0200
Updating to Standards-Version: 3.9.8, no changes needed.
diff --git a/debian/control b/debian/control
index 1213866..1eced01 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends:
dh-systemd,
python,
python-setuptools,
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
Homepage: http://www.tryton.org/
Vcs-Browser: https://anonscm.debian.org/cgit/tryton/tryton-modules-webdav.git
Vcs-Git: https://anonscm.debian.org/cgit/tryton/tryton-modules-webdav.git
commit 77116d3a692e11057027af994d363d23840f069d
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Jul 11 20:54:08 2016 +0200
Releasing debian version 4.0.2-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 326c675..25d654a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-webdav (4.0.2-1) unstable; urgency=medium
+
+ * Merging upstream version 4.0.2.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Mon, 11 Jul 2016 20:54:08 +0200
+
tryton-modules-webdav (4.0.1-1) unstable; urgency=medium
* Initial release (Closes: #822905).
commit a66d4598542f177c96b87ca02162367cf3a16e14
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Jul 11 20:54:08 2016 +0200
Merging upstream version 4.0.2.
diff --git a/CHANGELOG b/CHANGELOG
index 9ccba95..c5e7798 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.0.2 - 2016-07-04
+* Bug fixes (see mercurial logs for details)
+
Version 4.0.1 - 2016-05-02
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index 893404d..fa39eba 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_webdav
-Version: 4.0.1
+Version: 4.0.2
Summary: Tryton module for webdav
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/server.py b/server.py
index 54eb104..41bc9ee 100644
--- a/server.py
+++ b/server.py
@@ -69,6 +69,12 @@ class TrytonWebdavServer(object):
self.start_servers()
+ while True:
+ if self.options.dev:
+ time.sleep(1)
+ else:
+ time.sleep(60)
+
def start_servers(self):
ssl = config.get('ssl', 'privatekey')
diff --git a/tryton.cfg b/tryton.cfg
index 019053e..d89283b 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=4.0.1
+version=4.0.2
depends:
ir
res
diff --git a/trytond_webdav.egg-info/PKG-INFO b/trytond_webdav.egg-info/PKG-INFO
index 78e4ddc..a3e49ec 100644
--- a/trytond_webdav.egg-info/PKG-INFO
+++ b/trytond_webdav.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-webdav
-Version: 4.0.1
+Version: 4.0.2
Summary: Tryton module for webdav
Home-page: http://www.tryton.org/
Author: Tryton
--
tryton-modules-webdav
More information about the tryton-debian-vcs
mailing list