summaryrefslogtreecommitdiffstats
path: root/mgagnome
diff options
context:
space:
mode:
authorOlav Vitters <olav@vitters.nl>2013-08-22 10:25:01 +0200
committerOlav Vitters <olav@vitters.nl>2013-08-22 10:25:01 +0200
commitd024330b60f5ca1ae237f9a3c68e7ad32af10abc (patch)
treea3742e65f7643f614e54c009c6f7967ca46724db /mgagnome
parentc5a9124ff26b3f18e8c3501f6699512ca5c46585 (diff)
downloadmgagnome-d024330b60f5ca1ae237f9a3c68e7ad32af10abc.tar
mgagnome-d024330b60f5ca1ae237f9a3c68e7ad32af10abc.tar.gz
mgagnome-d024330b60f5ca1ae237f9a3c68e7ad32af10abc.tar.bz2
mgagnome-d024330b60f5ca1ae237f9a3c68e7ad32af10abc.tar.xz
mgagnome-d024330b60f5ca1ae237f9a3c68e7ad32af10abc.zip
remove --clean, it is buggy
Diffstat (limited to 'mgagnome')
-rwxr-xr-xmgagnome2
1 files changed, 1 insertions, 1 deletions
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):