Drop the kernel version from the commit message for all platforms. Thanks to
authorZac Medico <zmedico@gentoo.org>
Wed, 14 Jan 2009 20:36:50 +0000 (20:36 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 14 Jan 2009 20:36:50 +0000 (20:36 -0000)
Fabian Groffen <grobian@g.o> for the suggestion.

svn path=/main/trunk/; revision=12519

bin/repoman

index 68c77b86e768af9ea17761915cc05adbf69b979c..95cee814f4c12cac9103b19c8222a4f36620f2ab 100755 (executable)
@@ -1895,8 +1895,6 @@ else:
                sys.stderr.flush()
                portage_version = "Unknown"
        unameout = platform.system() + " "
-       if platform.system() != "Linux":
-               unameout += platform.release() + " "
        if platform.system() in ["Darwin", "SunOS"]:
                unameout += platform.processor()
        else: