summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-01-14 20:36:50 +0000
committerZac Medico <zmedico@gentoo.org>2009-01-14 20:36:50 +0000
commitd6b1546f6c2f5bb5a04126f96ec968de9a114efb (patch)
treef9188ed135d306b480eed1f9cd48a1328bb171e4 /bin
parentDon't show the running Linux kernel version in the commit message, since it (diff)
downloadportage-idfetch-d6b1546f6c2f5bb5a04126f96ec968de9a114efb.tar.gz
portage-idfetch-d6b1546f6c2f5bb5a04126f96ec968de9a114efb.tar.bz2
portage-idfetch-d6b1546f6c2f5bb5a04126f96ec968de9a114efb.zip
Drop the kernel version from the commit message for all platforms. Thanks to
Fabian Groffen <grobian@g.o> for the suggestion. svn path=/main/trunk/; revision=12519
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/repoman b/bin/repoman
index 68c77b86..95cee814 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: