summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-01-18 23:42:14 +0000
committerZac Medico <zmedico@gentoo.org>2009-01-18 23:42:14 +0000
commit12a448172679cb2138bc56111338215b8edb3f8d (patch)
tree5e7c100fb8351f62fb27cf7512aaa537791d044b
parentDon't show the running Linux kernel version in the commit message, since it (diff)
downloadportage-multirepo-12a448172679cb2138bc56111338215b8edb3f8d.tar.gz
portage-multirepo-12a448172679cb2138bc56111338215b8edb3f8d.tar.bz2
portage-multirepo-12a448172679cb2138bc56111338215b8edb3f8d.zip
Drop the kernel version from the commit message for all platforms. Thanks to
Fabian Groffen <grobian@g.o> for the suggestion. (trunk r12519) svn path=/main/branches/2.1.6/; revision=12531
-rwxr-xr-xbin/repoman2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/repoman b/bin/repoman
index 6e31ee1e..603a4950 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -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: