summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-03-20 13:20:41 +0530
committerNirbheek Chauhan <nirbheek@gentoo.org>2011-03-20 13:20:41 +0530
commit4a42aeaf88adc0d5723b85f00c623fc5022e3379 (patch)
treed44fe7db59d393b5af13010308d84f34c340b3a6 /scripts
parentAdd net-wireless/wpa_supplicant-0.7.3-r3, fixing bug 359271 (diff)
downloadgnome-4a42aeaf88adc0d5723b85f00c623fc5022e3379.tar.gz
gnome-4a42aeaf88adc0d5723b85f00c623fc5022e3379.tar.bz2
gnome-4a42aeaf88adc0d5723b85f00c623fc5022e3379.zip
scripts/gst-plugins-bump.py: make manifest the last operation
* So that cvs rm -f doesn't invalidate the manifest
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gst-plugins-bump.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gst-plugins-bump.py b/scripts/gst-plugins-bump.py
index f53bb660..7a704899 100755
--- a/scripts/gst-plugins-bump.py
+++ b/scripts/gst-plugins-bump.py
@@ -162,7 +162,6 @@ for cp in cp_all:
# 2 if something went wrong
if e.returncode == 2:
raise e
- subprocess.check_call('ebuild %s manifest' % new_ebuild, shell=True)
eoutput.ebegin("Running cvs add %s" % new_ebuild)
subprocess.check_call('cvs add %s' % new_ebuild, shell=True, stderr=subprocess.PIPE)
eoutput.eend(0)
@@ -176,6 +175,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)
print ">>> All done with %s!" % cp
gst_cpv_all.append(new_cpv)
print ""