projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22adcea
)
Drop the kernel version from the commit message for all platforms. Thanks to
author
Zac Medico
<zmedico@gentoo.org>
Sun, 18 Jan 2009 23:42:14 +0000
(23:42 -0000)
committer
Zac 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
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index 6e31ee1eb82a8d1904b95a5ac2cb2e37b2a390d8..603a4950f288dfdaba20ca06f97bca41d5ce7c87 100755
(executable)
--- 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: