From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RCByZ-0004ZR-0K for garchives@archives.gentoo.org; Fri, 07 Oct 2011 15:04:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEFA621C083; Fri, 7 Oct 2011 15:04:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B33B221C083 for ; Fri, 7 Oct 2011 15:04:31 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03DCA1B4051 for ; Fri, 7 Oct 2011 15:04:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5BA8980042 for ; Fri, 7 Oct 2011 15:04:30 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/repoman X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: ae260804da9689c69fad3775d8a4be31b34a087d Date: Fri, 7 Oct 2011 15:04:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 3bc063a2d3bcaa6366a236f9cf828d57 commit: ae260804da9689c69fad3775d8a4be31b34a087d Author: Zac Medico gentoo org> AuthorDate: Fri Oct 7 15:04:19 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Oct 7 15:04:19 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Dae260804 repoman: tweak commit logic wrt thin-manifest Don't populate the "myheaders" variable when we have thin-manifests that contain only DIST entries. --- bin/repoman | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bin/repoman b/bin/repoman index 6b6a197..ec227ed 100755 --- a/bin/repoman +++ b/bin/repoman @@ -2336,7 +2336,7 @@ else: # there's no need to regenerate manifests and all files will be # committed in one big commit at the end. print() - else: + elif not repo_config.thin_manifest: if vcs =3D=3D 'cvs': headerstring =3D "'\$(Header|Id).*\$'" elif vcs =3D=3D "svn":