summaryrefslogtreecommitdiffstats
path: root/bm
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2024-03-24 12:10:52 +0200
committerJani Välimaa <wally@mageia.org>2024-03-24 12:12:18 +0200
commite94bc7af4eaf94116c931b97f4f09e9416fd4153 (patch)
treeb0a8e27246691d584a080cbb892d97081d8bba19 /bm
parentb641599c2119bda54d0663becfdfb29eb25430a4 (diff)
downloadbm-e94bc7af4eaf94116c931b97f4f09e9416fd4153.tar
bm-e94bc7af4eaf94116c931b97f4f09e9416fd4153.tar.gz
bm-e94bc7af4eaf94116c931b97f4f09e9416fd4153.tar.bz2
bm-e94bc7af4eaf94116c931b97f4f09e9416fd4153.tar.xz
bm-e94bc7af4eaf94116c931b97f4f09e9416fd4153.zip
Rename --clean as --clean-topdir
Reuse --clean later as passthough option for rpmbuild
Diffstat (limited to 'bm')
-rw-r--r--bm4
1 files changed, 2 insertions, 2 deletions
diff --git a/bm b/bm
index 7c0a657..bf15eb9 100644
--- a/bm
+++ b/bm
@@ -78,10 +78,10 @@ def parse_options():
help="don't build packages if a newer version exists in given directory")
parser.add_option("--filter-refresh", metavar="DIR", action="append", default=[],
help="only build packages if an older version exists in given directory")
- parser.add_option("--clean", action="store_true",
+ parser.add_option("--clean-topdir", action="store_true",
help="recursively remove directory used as topdir after the build process")
parser.add_option("--clean-on-success", action="store_true",
- help="same as --clean, but only remove if build has succeeded")
+ help="same as --clean-topdir, but only remove if build has succeeded")
parser.add_option("--ignore", metavar="PKGNAME", action="append", default=[],
help="ignore given package names (shell globbing allowed)")
parser.add_option("--force-unpack", dest="forceunpack", action="store_true",