From d024330b60f5ca1ae237f9a3c68e7ad32af10abc Mon Sep 17 00:00:00 2001 From: Olav Vitters Date: Thu, 22 Aug 2013 10:25:01 +0200 Subject: remove --clean, it is buggy --- mgagnome | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mgagnome') diff --git a/mgagnome b/mgagnome index 018554e..3d532a9 100755 --- a/mgagnome +++ b/mgagnome @@ -385,7 +385,7 @@ class SpecFile(object): try: # Check patches still apply - subprocess.check_call(['bm', '-p', '--nodeps', '--clean'], cwd=self.cwd) + subprocess.check_call(['bm', '-p', '--nodeps'], cwd=self.cwd) except subprocess.CalledProcessError: logfile = os.path.join(os.path.dirname(self.path), 'log.%s' % os.path.splitext(os.path.basename(self.path))[0]) if os.path.exists(logfile): -- cgit v1.2.1