Drop the kernel version from the commit message for all platforms. Thanks to
authorZac Medico <zmedico@gentoo.org>
Sun, 18 Jan 2009 23:42:14 +0000 (23:42 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 18 Jan 2009 23:42:14 +0000 (23:42 -0000)
Fabian Groffen <grobian@g.o> for the suggestion. (trunk r12519)

svn path=/main/branches/2.1.6/; revision=12531

bin/repoman

index 6e31ee1eb82a8d1904b95a5ac2cb2e37b2a390d8..603a4950f288dfdaba20ca06f97bca41d5ce7c87 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: