summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmgagnome1
1 files changed, 1 insertions, 0 deletions
diff --git a/mgagnome b/mgagnome
index d3f9be4..a61523a 100755
--- a/mgagnome
+++ b/mgagnome
@@ -344,6 +344,7 @@ class SpecFile(object):
self._changes.append('dropped merged patch %s' % nr)
+ subprocess.check_call(['mgarepo', 'sync'], cwd=self.cwd)
return True
def check_and_update_patches(self):