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 1SeDy8-00052c-8D for garchives@archives.gentoo.org; Mon, 11 Jun 2012 23:24:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B79A6E0486; Mon, 11 Jun 2012 23:24:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 81CF9E0486 for ; Mon, 11 Jun 2012 23:24:12 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B97C01B4016 for ; Mon, 11 Jun 2012 23:24:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7F799E5430 for ; Mon, 11 Jun 2012 23:24:10 +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: <1339457039.908de31ae2049eef02432d73478a403ffcad1ead.zmedico@gentoo> 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: 908de31ae2049eef02432d73478a403ffcad1ead X-VCS-Branch: master Date: Mon, 11 Jun 2012 23:24:10 +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: b91c7296-df7a-4b03-9744-a4b83a55c812 X-Archives-Hash: 1f9c9c97f7c7354c05e6885c4e65feab commit: 908de31ae2049eef02432d73478a403ffcad1ead Author: Zac Medico gentoo org> AuthorDate: Mon Jun 11 23:23:59 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Jun 11 23:23:59 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D908de31a repoman: Manifest after ChangeLog, bug #420735 --- bin/repoman | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/bin/repoman b/bin/repoman index 65ba459..d3a4d77 100755 --- a/bin/repoman +++ b/bin/repoman @@ -2543,6 +2543,11 @@ else: else: myupdates.append(changelog_path) =20 + if not options.pretend: + # regenerate Manifest for modified ChangeLog (bug #420735) + repoman_settings["O"] =3D checkdir + digestgen(mysettings=3Drepoman_settings, myportdb=3Dportdb) + if myautoadd: print(">>> Auto-Adding missing Manifest/ChangeLog file(s)...") add_cmd =3D [vcs, "add"]