]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - pakfire/patches/0004-client-daemon-Don-t-make-internal-server-errors-fata.patch
pakfire: Rebase on latest development status.
[people/ms/ipfire-3.x.git] / pakfire / patches / 0004-client-daemon-Don-t-make-internal-server-errors-fata.patch
index 51128275f45793755cadaf1934c23ecd2d0a9d38..f9b03871e69fae120f0e4049701a9ea0adb464a6 100644 (file)
@@ -1,7 +1,7 @@
 From e3eb933336605515fe8cc9968a83a37b7df6b257 Mon Sep 17 00:00:00 2001
 From: Michael Tremer <michael.tremer@ipfire.org>
 Date: Thu, 19 Apr 2012 17:02:09 +0200
-Subject: [PATCH 4/8] client/daemon: Don't make internal server errors fatal
+Subject: [PATCH 04/16] client/daemon: Don't make internal server errors fatal
  for keepalives/updates.
 
 Because sometime, the hub could have some hiccups, this is no
@@ -12,9 +12,9 @@ However, we should now about the error and so the last try would
 raise an exception.
 ---
  po/pakfire.pot                     |  137 ++++++++++++++++++++----------------
- python/pakfire/client/base.py      |   43 ++++++++----
- python/pakfire/client/transport.py |    8 ++
- python/pakfire/errors.py           |    4 +
+ python/pakfire/client/base.py      |   43 +++++++----
+ python/pakfire/client/transport.py |    8 +++
+ python/pakfire/errors.py           |    4 ++
  4 files changed, 117 insertions(+), 75 deletions(-)
 
 diff --git a/po/pakfire.pot b/po/pakfire.pot
@@ -496,5 +496,5 @@ index c0f711f..3af257d 100644
        message = _("Could not find the requested URL.")
  
 -- 
-1.7.7.6
+1.7.10.4