From: Michael Tremer Date: Sat, 11 Feb 2012 10:35:08 +0000 (+0100) Subject: Send version of this pakfire daemon to the hub. X-Git-Tag: 0.9.20~14^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fc69babd15c2ad9143fc614bb13a7ce2472ce131;p=pakfire.git Send version of this pakfire daemon to the hub. --- 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, )