diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-06-24 11:11:38 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-06-24 11:11:38 +0300 |
commit | 94df5d41dee6dc5fc73d2e9c02e7bf9153eb6a87 (patch) | |
tree | edf40a2dd54f42bb8567d1d55189000b4222353d /rpmpopt.in | |
parent | 70282af4b3b5d5911ffe1dabd04ee79c64045150 (diff) | |
download | librpm-tizen-94df5d41dee6dc5fc73d2e9c02e7bf9153eb6a87.tar.gz librpm-tizen-94df5d41dee6dc5fc73d2e9c02e7bf9153eb6a87.tar.bz2 librpm-tizen-94df5d41dee6dc5fc73d2e9c02e7bf9153eb6a87.zip |
Eliminate already commented out build mode aliases for rpm
- these haven't been enabled in six years and not coming back...
Diffstat (limited to 'rpmpopt.in')
-rw-r--r-- | rpmpopt.in | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/rpmpopt.in b/rpmpopt.in index 96a6cd08c..327a50f83 100644 --- a/rpmpopt.in +++ b/rpmpopt.in @@ -157,29 +157,6 @@ rpm alias --timecheck --define '_timecheck !#:+' # Popt glue to preserve legacy CLI behavior. # # XXX popt exec parsing doesn't honor POPT_ARGFLAG_ONEDASH -# XXX Build mode aliases, removed in rpm-4.1. -#rpm exec --bp rpmb -bp -#rpm exec --bc rpmb -bc -#rpm exec --bi rpmb -bi -#rpm exec --bl rpmb -bl -#rpm exec --ba rpmb -ba -#rpm exec --bb rpmb -bb -#rpm exec --bs rpmb -bs -#rpm exec --tp rpmb -tp -#rpm exec --tc rpmb -tc -#rpm exec --ti rpmb -ti -#rpm exec --tl rpmb -tl -#rpm exec --ta rpmb -ta -#rpm exec --tb rpmb -tb -#rpm exec --ts rpmb -ts -#rpm exec --rebuild rpmb --rebuild -#rpm exec --recompile rpmb --recompile -#rpm exec --clean rpmb --clean -#rpm exec --rmsource rpmb --rmsource -#rpm exec --rmspec rpmb --rmspec -#rpm exec --target rpmb --target -#rpm exec --short-circuit rpmb --short-circuit - rpm exec --initdb rpmd --initdb rpm exec --rebuilddb rpmd --rebuilddb rpm exec --verifydb rpmd --verifydb |