From fc69babd15c2ad9143fc614bb13a7ce2472ce131 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 11 Feb 2012 11:35:08 +0100 Subject: [PATCH] Send version of this pakfire daemon to the hub. --- python/pakfire/client/base.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/pakfire/client/base.py b/python/pakfire/client/base.py index e4574492a..c6adec528 100644 --- a/python/pakfire/client/base.py +++ b/python/pakfire/client/base.py @@ -200,4 +200,7 @@ class PakfireBuilderClient(BuildMixin, PakfireClient): # Amount of memory in bytes. system.memory / 1024, + + # Send the currently running version of Pakfire. + PAKFIRE_VERSION, ) -- 2.39.5