]> git.ipfire.org Git - pakfire.git/commitdiff
Send version of this pakfire daemon to the hub.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 11 Feb 2012 10:35:08 +0000 (11:35 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 11 Feb 2012 10:35:08 +0000 (11:35 +0100)
python/pakfire/client/base.py

index e4574492aa2667444bd9f137c9de7fd04a4cb2ca..c6adec5289e681b119c1c23c84f80e872d37b3f0 100644 (file)
@@ -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,
                )