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 1Q9wow-0002SO-Q9 for garchives@archives.gentoo.org; Wed, 13 Apr 2011 09:57:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B0F81C0A2; Wed, 13 Apr 2011 09:57:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E10521C0A2 for ; Wed, 13 Apr 2011 09:57:03 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5E4EF1B4131 for ; Wed, 13 Apr 2011 09:57:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7582480065 for ; Wed, 13 Apr 2011 09:57:02 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <4aa6649d7c53a4eeb89abe245fbda096ff08ef45.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: scripts/ X-VCS-Repository: proj/gnome X-VCS-Files: scripts/gst-plugins-bump.py X-VCS-Directories: scripts/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 4aa6649d7c53a4eeb89abe245fbda096ff08ef45 Date: Wed, 13 Apr 2011 09:57:02 +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: 10f4ded554e9a4c490b6a393c5f67ffa commit: 4aa6649d7c53a4eeb89abe245fbda096ff08ef45 Author: Nirbheek Chauhan gentoo org> AuthorDate: Wed Apr 13 09:50:08 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Wed Apr 13 09:51:28 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D4aa6649d gst-plugins-bump.py: manifest after every ebuild change --- scripts/gst-plugins-bump.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/scripts/gst-plugins-bump.py b/scripts/gst-plugins-bump.py index 7a70489..3cd93cd 100755 --- a/scripts/gst-plugins-bump.py +++ b/scripts/gst-plugins-bump.py @@ -165,6 +165,7 @@ for cp in cp_all: eoutput.ebegin("Running cvs add %s" % new_ebuild) subprocess.check_call('cvs add %s' % new_ebuild, shell=3DTrue, stder= r=3Dsubprocess.PIPE) eoutput.eend(0) + subprocess.check_call('ebuild %s manifest' % new_ebuild, shell=3DTru= e) if REMOVE_OBSOLETE: from obsolete_ebuilds import get_obsolete print ">>> Removing obsolete ebuilds" @@ -175,7 +176,7 @@ for cp in cp_all: eoutput.eend(0) if os.path.isdir('files'): print portage.output.red(">>> Package has a files/ directory= , please double-check obsolete files") - subprocess.check_call('ebuild %s manifest' % new_ebuild, shell=3DTru= e) + subprocess.check_call('ebuild %s manifest' % new_ebuild, shell=3D= True) print ">>> All done with %s!" % cp gst_cpv_all.append(new_cpv) print ""