summaryrefslogtreecommitdiffstats
path: root/bm
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2024-03-24 12:27:41 +0200
committerJani Välimaa <wally@mageia.org>2024-03-24 12:27:41 +0200
commitc1509ee9b406223f3fd0353867e24e4b5860d0de (patch)
treef69ddd4b888831acf0cc5783f4fd94da667ccbf7 /bm
parente94bc7af4eaf94116c931b97f4f09e9416fd4153 (diff)
downloadbm-c1509ee9b406223f3fd0353867e24e4b5860d0de.tar
bm-c1509ee9b406223f3fd0353867e24e4b5860d0de.tar.gz
bm-c1509ee9b406223f3fd0353867e24e4b5860d0de.tar.bz2
bm-c1509ee9b406223f3fd0353867e24e4b5860d0de.tar.xz
bm-c1509ee9b406223f3fd0353867e24e4b5860d0de.zip
Pass --noclean by default to rpmbuildHEADmaster
Replace --noclean cmd line option with --clean for changing the new default
Diffstat (limited to 'bm')
-rw-r--r--bm2
1 files changed, 1 insertions, 1 deletions
diff --git a/bm b/bm
index bf15eb9..e0c8d86 100644
--- a/bm
+++ b/bm
@@ -92,7 +92,7 @@ def parse_options():
help="pass this option to rpm")
parser.add_option("--nodeps", action="callback", nargs=0, callback=passtrough,
help="pass this option to rpm")
- parser.add_option("--noclean", action="callback", nargs=0, callback=passtrough,
+ parser.add_option("--clean", action="callback", nargs=0, callback=passtrough,
help="pass this option to rpm")
parser.add_option("--debug", action="callback", nargs=0, callback=passtrough,
help="pass this option to rpm")