diff options
author | 2011-04-13 15:20:08 +0530 | |
---|---|---|
committer | 2011-04-13 15:21:28 +0530 | |
commit | 4aa6649d7c53a4eeb89abe245fbda096ff08ef45 (patch) | |
tree | bad16747af8f446ff8827c7bb7e9c8a9cc42032e /scripts | |
parent | dev-util/devhelp: QAed (diff) | |
download | gnome-4aa6649d7c53a4eeb89abe245fbda096ff08ef45.tar.gz gnome-4aa6649d7c53a4eeb89abe245fbda096ff08ef45.tar.bz2 gnome-4aa6649d7c53a4eeb89abe245fbda096ff08ef45.zip |
gst-plugins-bump.py: manifest after every ebuild change
Diffstat (limited to 'scripts')
-rwxr-xr-x | 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 7a704899..3cd93cd3 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=True, stderr=subprocess.PIPE) eoutput.eend(0) + subprocess.check_call('ebuild %s manifest' % new_ebuild, shell=True) 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=True) + subprocess.check_call('ebuild %s manifest' % new_ebuild, shell=True) print ">>> All done with %s!" % cp gst_cpv_all.append(new_cpv) print "" |