From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2328A1381F3 for ; Wed, 14 Aug 2013 20:11:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCA0DE0C4C; Wed, 14 Aug 2013 20:11:05 +0000 (UTC) Received: from eu-ger-1.hurrikane.de (eu-ger-1.hurrikane.de [83.136.86.198]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18F49E0C37 for ; Wed, 14 Aug 2013 20:11:04 +0000 (UTC) Received: by eu-ger-1.hurrikane.de (Postfix, from userid 1000) id 48BDC26C1E; Wed, 14 Aug 2013 22:11:03 +0200 (CEST) From: Mark Kubacki To: gentoo-portage-dev@lists.gentoo.org Cc: W-Mark Kubacki Subject: [gentoo-portage-dev] [PATCH 0/3] Implement a more verbose User-Agent HTTP-header Date: Wed, 14 Aug 2013 22:10:37 +0200 Message-Id: <1376511040-15874-1-git-send-email-wmark@hurrikane.de> X-Mailer: git-send-email 1.8.3.2 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 5f0261a5-cf23-43c5-9fb7-d8787dd896be X-Archives-Hash: 95f32367b4af6276516567f85761e29a From: W-Mark Kubacki Before this patch series Portage identified itself as > Gentoo Portage Now it will be the output of ```emerge --version```, i.e.: > Gentoo Portage 2.1.13.7 (default/linux/amd64/13.0, gcc-4.6.2, > glibc-2.18, 3.9.0-rc8-mark-signed+ x86_64, > Intel(R) Core(TM) i7-3770T CPU @ 2.50GHz) That longer string makes debugging easier and helps deciding when to deploy changes on the Gentoo binhost's side. W-Mark Kubacki (3): Send exact version with User-Agent HTTP-header Send output of ```emerge --version``` as User-Agent HTTP-header Add CPU model name to output of getportageversion as fifth element pym/_emerge/actions.py | 4 +++- pym/portage/dbapi/bintree.py | 8 +++++++- pym/portage/util/_urlopen.py | 5 +++-- 3 files changed, 13 insertions(+), 4 deletions(-) -- 1.8.3.2